summaryrefslogtreecommitdiff
path: root/fb
Commit message (Expand)AuthorAgeFilesLines
* Revert "fb: Remove even/odd tile slow-pathing"Izumi Tsutsui2023-04-195-38/+206
* fb: Declare wfbFinishScreenInit, wfbScreenInit for !FB_ACCESS_WRAPPERFlorian Weimer2023-04-191-2/+0
* Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith2023-02-251-1/+1
* rootless: Use screen_x and screen_y instead of pixmap pointer hacksJeremy Huddleston Sequoia2023-01-203-3/+3
* Remove autotools supportPovilas Kanapickas2021-10-271-49/+0
* meson: hide C API if Xorg is disabled (like autotools)Jan Beich2021-03-111-1/+3
* xserver/output: rename some badly named variables/APIs.Dave Airlie2020-07-101-1/+1
* Fix spelling/wording issuesAlan Coopersmith2020-07-052-2/+2
* fboverlay: move bpp checks above mallocDave Airlie2018-09-121-3/+3
* meson: Distribute more SDK headersThierry Reding2018-04-021-0/+10
* render: Store and use all 16bpc of precision for solid pixels (v2.1)Adam Jackson2018-02-261-13/+3
* fb: Check whether the window is enabled directlyAdam Jackson2017-09-131-1/+1
* fb: remove some superfluous empty linesPeter Hutterer2017-05-291-5/+0
* meson: Build libwfb.soAdam Jackson2017-04-271-0/+11
* Add a Meson build system alongside autotools.Eric Anholt2017-04-261-0/+36
* fb: Handle ZPixmap planemask in GetImage the other way aroundAdam Jackson2017-03-201-3/+6
* fb: Remove 24bpp support (v3)Adam Jackson2017-03-1724-2129/+87
* fb: Remove stray references to fbHasVisualTypesAdam Jackson2017-02-162-5/+0
* fb: Remove unused fbGetFreeCompClip macroAdam Jackson2017-02-161-1/+0
* wfb: Hide init function decls behind FB_ACCESS_WRAPPERAdam Jackson2017-02-161-3/+2
* wfb: Add missing rename for fbGlyphsAdam Jackson2017-02-161-0/+1
* fb: XYPixmap format PutImage includes all planes in depthKeith Packard2016-10-041-1/+1
* Fix alphamap interactions with wfbArcady Goldmints-Orlov2015-09-291-2/+11
* fb: Make rootless-agnosticAdam Jackson2015-07-081-5/+0
* Convert exa & fb to new *allocarray functionsAlan Coopersmith2015-04-212-2/+2
* Drop trailing whitespacesPeter Hutterer2014-11-1211-17/+17
* fb: Fix Bresenham algorithms for commonly used small segments.Alex Orange2014-10-271-9/+11
* fb: Hide fbPush{Pattern,Fill}Adam Jackson2014-10-272-16/+2
* fb: Hide fbDotsAdam Jackson2014-10-272-11/+1
* fb: Hide Bresenham line detailsAdam Jackson2014-10-272-35/+9
* fb: Hide some zero-width line detailsAdam Jackson2014-10-273-13/+2
* fb: Hide glyph implementation detailsAdam Jackson2014-10-275-18/+3
* fb: Remove even/odd tile slow-pathingAdam Jackson2014-10-275-206/+38
* fb: Remove unused fbReduceRasterOpAdam Jackson2014-10-273-83/+0
* fb: Move fbStipple*Bits near their only consumerAdam Jackson2014-10-274-121/+111
* fb: Remove even/odd stipple slow-pathingAdam Jackson2014-10-277-460/+60
* fb: FB_SHIFT is 5 (and FB_UNIT is 32)Adam Jackson2014-10-279-723/+9
* fb: Eliminate fbLaneTable, staticize fb{8,16,32}LaneAdam Jackson2014-10-272-22/+15
* render: Always store client clip as a regionAdam Jackson2014-10-231-1/+1
* fb: fb{Map,Unmap}Window -> fb{Realize,Unrealize}WindowAdam Jackson2014-10-094-8/+8
* mi: Drop plane argument from miHandleExposuresAdam Jackson2014-10-091-1/+1
* dix: Drop the third argument from WindowExposuresProcPtrAdam Jackson2014-10-092-6/+3
* fb: Fix invalid bpp for 24bit depth windowTakashi Iwai2014-08-211-1/+1
* fb: Don't free NULL pixmap in fbCloseScreen. Bug #80313Keith Packard2014-07-031-1/+2
* fb: fix screen pixmap leak on server resetBrendan King2014-06-041-1/+1
* fb: Fix origin of source picture in fbGlyphsPeter Harris2014-04-211-1/+1
* fb: Publish fbGlyphs and fbUnrealizeGlyphKeith Packard2014-04-032-3/+16
* Merge remote-tracking branch 'jturney/master'Keith Packard2014-03-311-2/+1
|\
| * Build fbcmap_mi.c once, rather than once for each DDXJon TURNEY2014-03-271-2/+1
* | fb: fix fast-path blt detectionKeith Packard2014-03-271-27/+33
|/