summaryrefslogtreecommitdiff
path: root/src/intel_dri.c
AgeCommit message (Expand)Author
2011-05-29MI_LOAD_SCAN_LINES_INCL are inclusive and range [0, display height-1]Chris Wilson
2011-05-29Add a DRI2SwapEventPtr typedef for retro xserversChris Wilson
2011-05-29dri: Disable page-flip between a tiled buffer and a linear scanoutChris Wilson
2011-05-29Give each user of tiling separate xorg.conf optionsChris Wilson
2011-05-29dri: Don't wait upon a NULL current modeChris Wilson
2011-03-16dri: Protect against destroying a foreign DRI drawableChris Wilson
2011-03-16Quell excessively verbose vblank counter failed error messagesBryce Harrington
2011-03-16dri2: Fix interlace computationOwain G. Ainsworth
2011-03-16dri: Don't wait upon a NULL current modeChris Wilson
2011-03-16dri: Fix the use of the uninitialised bo for flinkChris Wilson
2011-03-16dri: Protect against using dri with an non-gem pixmapChris Wilson
2011-03-16Don't replace the scanout bo through PutImageChris Wilson
2011-03-16dri: Differentiate identical "get vblank failed" messages with line noChris Wilson
2011-03-16Fix driverName regression for i830 from 4083197aChris Wilson
2011-03-16dri: Check for pixmap privates before dereferencing themChris Wilson
2011-03-16Include a chipset generation number to clarify device specific paths.Owain G. Ainsworth
2011-03-16dri+shadow: Only tweak the acceleration of CopyRegion if using shadow.Chris Wilson
2011-03-16dri: Reattach the fake pixmap for the shadow scanout to the drawable.Chris Wilson
2011-03-16uxa: Re-enable acceleration.Chris Wilson
2011-03-16Revert "Clear pixmap->devPrivate.ptr [regression in 7c7294e]"Chris Wilson
2011-03-16Clear pixmap->devPrivate.ptr [regression from 7c7294e]Chris Wilson
2011-03-16shadow+dri2: Allow dri2 to be independently enabled with shadowOwain G. Ainsworth
2010-09-12Enable a shadow buffer and disable GPU acceleration.Chris Wilson
2010-09-12Remove explicit batchbuffer submit in DRI2 copyregionKristian Høgsberg
2010-09-12Drop use of GL types in the driverKristian Høgsberg
2010-09-12Rename common infrastructure to the intel namespace.Owain G. Ainsworth