summaryrefslogtreecommitdiff
path: root/src/intel_dri.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-01dri: Build fix for xserver-1.7.7Chris Wilson1-0/+13
2011-07-19dri: Do not tile stencil bufferChad Versace1-4/+12
2011-07-12dri: Always initialise resource members of DRI2FrameEventChris Wilson1-0/+6
2011-07-11dri: Enable triple-bufferred pageflipsChris Wilson1-124/+173
2011-07-11dri: Prevent abuse of the Resource databaseChris Wilson1-15/+86
2011-07-09dri: Remove the shadow copy of attachmentChris Wilson1-5/+2
2011-06-22Don't include xf86Priv.hAdam Jackson1-1/+0
2011-06-08dri: Add support for DRI2BufferStencil and DRI2BufferHizChad Versace1-4/+26
2011-06-08dri: Do not create DRI2 buffers for unrecognized DRI2 buffer tokensChad Versace1-2/+12
2011-05-10dri: Flush the batch after a DRI swap/copy eventChris Wilson1-0/+2
2011-04-20Use SwapbuffersWait config option to control waiting on fullscreen swapsChris Wilson1-1/+1
2011-04-11dri: Rearrange code to compile against xorg-server-1.7Chris Wilson1-9/+11
2011-04-04MI_LOAD_SCAN_LINES_INCL are inclusive and range [0, display height-1]Chris Wilson1-2/+2
2011-03-24Recover from i830_dri2_add_frame_event out-of-memory conditionKeith Packard1-4/+14
2011-03-23Skip client and drawable resource delete calls when deleting frame eventKeith Packard1-2/+2
2011-03-23Handle drawable/client destruction in pending swaps/flipsKeith Packard1-37/+132
2011-03-23dri2: Make DRI2FrameEvent public and use instead of void *Keith Packard1-22/+2
2011-03-09dri: Disable page-flip between a tiled buffer and a linear scanoutChris Wilson1-0/+6
2011-03-09Give each user of tiling separate xorg.conf optionsChris Wilson1-2/+2
2011-02-27dri: Protect against destroying a foreign DRI drawableChris Wilson1-3/+3
2011-02-19Quell excessively verbose vblank counter failed error messagesBryce Harrington1-16/+32
2011-01-03dri2: Fix interlace computationAdam Jackson1-3/+2
2011-01-03dri: Only issue a warning for an "impossible" flip return 5 timesChris Wilson1-4/+13
2011-01-02dri: Don't wait upon a NULL current modeChris Wilson1-2/+3
2011-01-02dri: Fix the use of the uninitialised bo for flinkChris Wilson1-2/+1
2010-12-31dri: Protect against using dri with an non-gem pixmapChris Wilson1-1/+1
2010-12-30Don't replace the scanout bo through PutImageChris Wilson1-7/+19
2010-12-24dri: Differentiate identical "get vblank failed" messages with line noChris Wilson1-4/+12
2010-12-16Check consistency of pageflip completion vblank count.Mario Kleiner1-2/+16
2010-12-16Fix reporting of pageflip completion events on multi-head.Mario Kleiner1-1/+4
2010-10-13Fix driverName regression for i830 from 4083197aChris Wilson1-1/+1
2010-10-08dri: Check for pixmap privates before dereferencing themChris Wilson1-6/+12
2010-10-07Include a chipset generation number to clarify device specific paths.Chris Wilson1-4/+4
2010-10-06dri+shadow: Only tweak the acceleration of CopyRegion if using shadow.Chris Wilson1-17/+25
2010-10-06dri: Reattach the fake pixmap for the shadow scanout to the drawable.Chris Wilson1-14/+14
2010-10-06uxa: Re-enable acceleration.Chris Wilson1-17/+21
2010-10-06Revert "Clear pixmap->devPrivate.ptr [regression in 7c7294e]"Chris Wilson1-1/+0
2010-10-06Clear pixmap->devPrivate.ptr [regression from 7c7294e]Chris Wilson1-0/+1
2010-10-04shadow+dri2: Allow dri2 to be independently enabled with shadowChris Wilson1-55/+170
2010-09-26Disable dri2 after forcing fallbacksChris Wilson1-0/+6
2010-09-21Allow interlaced modes.Krzysztof Halasa1-0/+6
2010-09-08Enable a shadow buffer and disable GPU acceleration.Chris Wilson1-4/+5
2010-08-01Remove the final references to the drmmode prefixChris Wilson1-3/+3
2010-07-30Remove explicit batchbuffer submit in DRI2 copyregionKristian Høgsberg1-10/+10
2010-07-27Drop use of GL types in the driverKristian Høgsberg1-2/+0
2010-06-30dri: Handle errors during GetBuffers() gracefully.Chris Wilson1-1/+10
2010-06-25Rename common infrastructure to the intel namespace.Chris Wilson1-0/+1074