summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-23legacy/i810: Eliminate a shadow declaration warningdri3Keith Packard1-2/+2
2014-01-23Fix compile on 64-bit systems.Kenneth Graunke1-1/+1
2014-01-23Include xorg-server.h from new DRI3/Present code.Kenneth Graunke2-0/+2
2014-01-23Bump vblank error check from 200 frames to 1000 framesKeith Packard1-2/+5
2014-01-23Check all of the flip preconditions in the actual flip caseKeith Packard1-1/+1
2014-01-23The DRM fd isn't actually non-blocking; use poll to check for eventsKeith Packard1-2/+11
2014-01-23Flip to rotate_fb if presentKeith Packard1-5/+9
2014-01-23Add Present extension supportKeith Packard5-0/+445
2014-01-23Add DRI3 and miSyncShm supportKeith Packard7-0/+345
2014-01-23Restructure DRM event handling.Keith Packard3-56/+390
2014-01-23Support 64-bit MSC values. Handle kernel vageries about MSC reportingKeith Packard3-96/+156
2014-01-23sna: Avoid erroneous discarding operations for partial compositesChris Wilson16-75/+87
2014-01-23glamor: Don't require the glamoregl module to be pre-loaded with xserver >= 1.15Chris Wilson1-0/+2
2014-01-22sna: Assert that the fill box is within boundsChris Wilson1-3/+13
2014-01-21sna: Restore gc->serialNumber correctly after falling backChris Wilson1-3/+4
2014-01-21sna: Initialise the TearFree shadow output from the current front bufferChris Wilson1-0/+14
2014-01-21sna/gen4: Add an ALWAYS_FLUSH debugging optionChris Wilson1-5/+7
2014-01-21sna: Drop bogus assert added in recent patchesChris Wilson1-2/+0
2014-01-21sna: Reduce zeal of new gc->pCompositeClipChris Wilson1-1/+1
2014-01-21sna: Fix typo in assertion from previous commitChris Wilson1-1/+1
2014-01-21sna: More assertions for tracking gc->pCompositeClipChris Wilson2-6/+13
2014-01-20sna: build fix for OpenBSDMark Kettenis1-0/+1
2014-01-20sna: Include serial numbers in ValidateGC DBGChris Wilson1-1/+6
2014-01-20sna: Short-cut the fallback for XCopyArea with depth < 8Chris Wilson1-3/+3
2014-01-20sna: Add some more DBG output around the clipping in sna_do_copy()Chris Wilson1-4/+18
2014-01-20intel-virtual-output: Tidy some DBG for copying new modesChris Wilson1-4/+8
2014-01-20sna: Increase limit on number of possible outputsChris Wilson1-2/+3
2014-01-20intel-virtual-output: Print error events for debuggingChris Wilson1-0/+6
2014-01-20intel-virtual-output: Disable remote display if SetCrtcConfig failsChris Wilson1-0/+2
2014-01-20intel-virtual-output: Clone modes onto remote displayChris Wilson1-5/+25
2014-01-20sna: Yield the processor if the kernel reports EAGAINChris Wilson1-87/+113
2014-01-19sna: Use device minor to narrow search for debugfs filesChris Wilson1-26/+60
2014-01-19sna: Always emit an error message when an execbuffer failsChris Wilson1-5/+7
2014-01-19sna: Discard pending wait_for_shadow updates before the TearFree flipChris Wilson1-1/+11
2014-01-18sna: Refactor common routines for debugfs file dumpingChris Wilson1-33/+28
2014-01-18sna: Fix typo in debugfs pathsChris Wilson1-2/+2
2014-01-18sna: Dump fence registers upon starvationChris Wilson1-0/+25
2014-01-17intel: Silence a compiler warning (-Wshadow)Chris Wilson1-2/+2
2014-01-17Provide DRI2DriverVDPAU for future compatibilityRinat2-4/+6
2014-01-17sna: Nullify pixmap->devPrivate.ptr after promoting CPU bo to GPUChris Wilson1-0/+2
2014-01-17sna: Intensify the move-to-cpu pointer paranoiaChris Wilson1-2/+2
2014-01-17sna: Cull the DBG spew to stderrChris Wilson14-164/+167
2014-01-16sna: Regularly check that the devPrivate.ptr is validChris Wilson1-3/+7
2014-01-16sna: Avoid allocating temporary storage for TearFree rotationsChris Wilson1-3/+9
2014-01-16sna: Make the temporary upload pixmap as having a statically allocated pointerChris Wilson1-1/+5
2014-01-15sna: Add some more paranoia around dangling pointersChris Wilson1-9/+26
2014-01-10sna: Handle release of active stolen scanoutsChris Wilson1-4/+6
2014-01-10sna/dri: Handle TearFree vblanks whilst the pipe is offChris Wilson2-124/+157
2014-01-10sna: Include the deferred hotplug uevent propagation in DBGChris Wilson1-1/+4
2014-01-09sna: Add regular refcnt checks on pixmap boChris Wilson1-0/+4