summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-20glamor: Replace CompositeGlyphs codenew-glyphsKeith Packard8-1813/+590
2014-11-20glamor: Adapt glamor_program API to handle render accelerationKeith Packard6-11/+279
2014-11-20glamor: compute GLSL version from GL_SHADING_LANGUAGE_VERSIONKeith Packard1-7/+12
2014-11-20glamor: Remove destination drawable argument from glamor_set_textureKeith Packard2-8/+4
2014-11-20glamor: Pass depth to glamor_pm_is_solid and glamor_set_planemaskKeith Packard7-17/+16
2014-11-20Add 'likely' and 'unlikely' macrosKeith Packard1-0/+8
2014-11-20render: Inline common FindGlyph caseKeith Packard2-2/+11
2014-11-20glamor: Export glamor_copy for driversKeith Packard2-12/+14
2014-11-20glamor: Check for mappable src before using cpu->fbo copyKeith Packard1-1/+1
2014-11-20glamor: Don't insert fbos from external objects into fbo cacheKeith Packard3-1/+5
2014-10-31xv: Add missing gcstruct.h includeThierry Reding1-1/+1
2014-10-30Fix present_notify to return right away when querying current or past msc.Axel Davy1-2/+2
2014-10-30xfree86: Bump ABI versions (video: 19, extension: 9)Aaron Plattner1-2/+2
2014-10-28Update to version 1.16.99.901Keith Packard1-3/+3
2014-10-28xfree86: Include 'drivers' directory with distributionKeith Packard1-1/+1
2014-10-28dri2: Distribute new pci_ids headersKeith Packard3-0/+14
2014-10-28dix: Untwist transformAbsolute logic, eliminate uninitialized value warningsKeith Packard1-11/+11
2014-10-28composite: Wrap GetSpansAdam Jackson2-0/+20
2014-10-28xkb: Initialize 'bad' Atom in _XkbSetNamesCheckKeith Packard1-1/+1
2014-10-28os: Eliminate uninitialized value warnings from access.cKeith Packard1-8/+8
2014-10-27fb: Fix Bresenham algorithms for commonly used small segments.Alex Orange1-9/+11
2014-10-27os: -displayfd should check ports up to 65535Jon TURNEY1-1/+1
2014-10-27Merge remote-tracking branch 'jturney/master'Keith Packard15-31/+34
2014-10-27Xext/shm: Detach SHM segment after Pixmap is releasedChris Wilson1-8/+7
2014-10-27modesetting: Skip kernel work-around on error in crtc to kernel mscKeith Packard1-11/+12
2014-10-27Merge remote-tracking branch 'anholt/modesetting-dri2-no-pageflip'Keith Packard18-8/+2405
2014-10-27composite: Skip SetWindowPixmap when pixmap isn't changingKeith Packard1-3/+4
2014-10-27Skip SetCursor when vtSema is FALSE.Yogish Kulkarni1-1/+3
2014-10-27modesetting: Add support for DRI2 with glamor.Eric Anholt7-3/+1364
2014-10-27modesetting: Export two functions I want to reuse from DRI2/Present.Eric Anholt2-4/+7
2014-10-27dri2: Automatically fill in the driver name if the DDX doesn't provide it.Eric Anholt1-1/+61
2014-10-27dri2: Import a copy of Mesa's PCI ID -> driver name mappings.Eric Anholt10-0/+973
2014-10-27dix: Retype and repack GCAdam Jackson1-6/+6
2014-10-27dix: Always store GC client clip as a region (v2)Adam Jackson15-133/+53
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-27mi: Fold micursor.c into mipointer.cAdam Jackson3-69/+14
2014-10-27mi: Fold mipolyutil.c into mipoly.cAdam Jackson4-387/+285
2014-10-27mi: Fold mipoly{con,gen}.c into mipoly.cAdam Jackson5-471/+329
2014-10-27mi: Fold mifpolycon.c into miarc.cAdam Jackson7-294/+205
2014-10-27mi: Fold mispans.c into miwideline.cAdam Jackson6-613/+518