summaryrefslogtreecommitdiff
path: root/fb
AgeCommit message (Expand)AuthorFilesLines
2015-04-21Convert exa & fb to new *allocarray functionsAlan Coopersmith2-2/+2
2014-11-12Drop trailing whitespacesPeter Hutterer11-17/+17
2014-10-27fb: Fix Bresenham algorithms for commonly used small segments.Alex Orange1-9/+11
2014-10-27fb: Hide fbPush{Pattern,Fill}Adam Jackson2-16/+2
2014-10-27fb: Hide fbDotsAdam Jackson2-11/+1
2014-10-27fb: Hide Bresenham line detailsAdam Jackson2-35/+9
2014-10-27fb: Hide some zero-width line detailsAdam Jackson3-13/+2
2014-10-27fb: Hide glyph implementation detailsAdam Jackson5-18/+3
2014-10-27fb: Remove even/odd tile slow-pathingAdam Jackson5-206/+38
2014-10-27fb: Remove unused fbReduceRasterOpAdam Jackson3-83/+0
2014-10-27fb: Move fbStipple*Bits near their only consumerAdam Jackson4-121/+111
2014-10-27fb: Remove even/odd stipple slow-pathingAdam Jackson7-460/+60
2014-10-27fb: FB_SHIFT is 5 (and FB_UNIT is 32)Adam Jackson9-723/+9
2014-10-27fb: Eliminate fbLaneTable, staticize fb{8,16,32}LaneAdam Jackson2-22/+15
2014-10-23render: Always store client clip as a regionAdam Jackson1-1/+1
2014-10-09fb: fb{Map,Unmap}Window -> fb{Realize,Unrealize}WindowAdam Jackson4-8/+8
2014-10-09mi: Drop plane argument from miHandleExposuresAdam Jackson1-1/+1
2014-10-09dix: Drop the third argument from WindowExposuresProcPtrAdam Jackson2-6/+3
2014-08-21fb: Fix invalid bpp for 24bit depth windowTakashi Iwai1-1/+1
2014-07-03fb: Don't free NULL pixmap in fbCloseScreen. Bug #80313Keith Packard1-1/+2
2014-06-04fb: fix screen pixmap leak on server resetBrendan King1-1/+1
2014-04-21fb: Fix origin of source picture in fbGlyphsPeter Harris1-1/+1
2014-04-03fb: Publish fbGlyphs and fbUnrealizeGlyphKeith Packard2-3/+16
2014-03-31Merge remote-tracking branch 'jturney/master'Keith Packard1-2/+1
2014-03-27fb: fix fast-path blt detectionKeith Packard1-27/+33
2014-03-27Build fbcmap_mi.c once, rather than once for each DDXJon TURNEY1-2/+1
2014-01-12Replace 'pointer' type with 'void *'Keith Packard8-31/+31
2013-09-10fb: Remove unused compatibility wrappersAdam Jackson2-61/+0
2013-04-30dix: allow pixmap dirty helper to be used for non-shared pixmapsDave Airlie1-0/+1
2013-03-18Merge remote-tracking branch 'whot/next'Keith Packard1-6/+2
2013-03-07fb: Rename wfbDestroyGlyphCacheAaron Plattner1-0/+1
2013-02-15fb: drop two unneeded shadowing variablesPeter Hutterer1-6/+2
2012-12-05Fix formatting of address operatorsYaakov Selkowitz1-2/+2
2012-11-05fb: fix shadow warningsYaakov Selkowitz2-10/+10
2012-10-25Use new pixman_glyph_cache_t API that will be in pixman 0.28.0Søren Sandmann Pedersen3-1/+156
2012-09-23dix: Remove #includes of mibstore.hDaniel Martin1-1/+0
2012-08-14fb: reorder Bresenham error correction to avoid overshoot.Simon Schubert1-9/+9
2012-07-05Use new screen-specific privates for fb window and gc privatesKeith Packard6-41/+25
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie4-4/+4
2012-03-21Introduce a consistent coding styleKeith Packard36-8026/+6499
2011-10-04Fix server crash due to invalid imagesKirill Elagin1-1/+3
2011-09-21fb: Rename wfbTriangles and wfbTrapezoidsAaron Plattner1-0/+2
2011-08-15fb: Fix memcpy abuseAdam Jackson1-2/+7
2011-06-16fb: Mark some variables as unused.Cyril Brulebois4-8/+8
2011-06-16fb: Simplify logic, get rid of set but unused variable.Cyril Brulebois1-6/+3
2011-05-25fbbltone.c: Mark bitmasks as unsigned intsAlan Coopersmith1-2/+2
2011-04-27Merge remote-tracking branch 'jeremyhu/master'Keith Packard2-1/+6
2011-04-25fb: Silence warnings when building with clangJeremy Huddleston2-1/+6
2011-04-22Fix trapezoid and triangle rendering to windowsSøren Sandmann Pedersen1-29/+27
2011-04-22fb: Call miCompositeSourceValidate() on the source in fbShapes()Søren Sandmann Pedersen1-0/+2