summaryrefslogtreecommitdiff
path: root/src/sna/sna_dri.c
AgeCommit message (Expand)Author
2014-01-17Provide DRI2DriverVDPAU for future compatibilityRinat
2014-01-10sna/dri: Handle TearFree vblanks whilst the pipe is offChris Wilson
2013-12-15sna: Avoid recursive out-of-order operations in the middle of TearFreeChris Wilson
2013-12-03sna/dri: Always clear the clear hint after pageflippingChris Wilson
2013-11-28sna: Fix typo inside DBG messageChris Wilson
2013-11-25Remove uneeded headersZdenek Kabelac
2013-11-22uxa,sna: Prevent bo exchange when pinned for non-DRI2 clientsChris Wilson
2013-10-19sna: Unmap pixmap prior to release GPU boChris Wilson
2013-10-17sna: Assert mapped stateChris Wilson
2013-10-17sna/dri: Refactor to use the common GPU damage routineChris Wilson
2013-10-04sna/dri: Only move the scanout to the flip cache if destroyedChris Wilson
2013-10-04sna: Add a few more DBG to track refcntsChris Wilson
2013-09-27sna: Fix regression in picture extractionChris Wilson
2013-09-27sna: Catch SIGBUS to prevent X deathChris Wilson
2013-09-23sna/dri: Prevent a NULL dereference in a DBG msgChris Wilson
2013-09-23sna/dri: Clear the clear hint upon applying DRI damageChris Wilson
2013-09-23sna/dri: Sanitize the backbuffer flip cacheChris Wilson
2013-09-23sna/dri: Report saner target_msc values for vblank_mode=0Chris Wilson
2013-09-23sna/dri: Fix SwapbufferWaitChris Wilson
2013-09-18intel: Compile fixes for base install of SLED11.sp3Chris Wilson
2013-09-17intel: Make the option to control VSync and PageFlip explictChris Wilson
2013-09-07Revert "sna: Add XMir support"Chris Wilson
2013-09-06sna/dri: Only the BackLeft merits special allocation flagsChris Wilson
2013-09-05sna: Add a DBG to track calls to SetScreenPixmapChris Wilson
2013-09-04sna: Add XMir supportChris Wilson
2013-09-04sna/dri: Refine proposed async swap interfaceChris Wilson
2013-09-03sna/dri: Handle failure to move the pixmap into the GPU for CopyRegionChris Wilson
2013-08-30sna/dri: Correct the target_msc for immediate double-bufferingChris Wilson
2013-08-25sna: Add a few more checks for a hosted Xserver before walking CRTC listsChris Wilson
2013-08-25sna/dri: Prefer the source ringChris Wilson
2013-08-23intel: Add experimental rendernode supportChris Wilson
2013-08-23sna/dri: Make async blits async againChris Wilson
2013-08-08sna/dri: Do not create a scanout-capable buffer if not flippingChris Wilson
2013-08-01sna/dri: Disable TripleBuffering by default for compositorsChris Wilson
2013-07-30sna/dri: Tidy up applying damage to the Pixmap when copying regionsChris Wilson
2013-07-29sna/dri: Prevent stale DRI buffers from a NULL dereferenceChris Wilson
2013-07-28sna/dri: correct DBG typoChris Wilson
2013-07-25sna/dri: Discard the strict checking for stale bo before performing a blitChris Wilson
2013-07-24sna/dri: Restore the comparison of bottom-right extents to the pixmap originChris Wilson
2013-07-24sna/dri: Cleanup validation of blit extentsChris Wilson
2013-07-20sna/dri: Fix the strict blitting check not to assume the dst is the front bufferChris Wilson
2013-07-19sna/dri: Return early is the DRI2CopyRegion is not attached to the GPUChris Wilson
2013-07-19sna/dri: Reject invalid DRI2Drawables if STRICT_BLIT is definedChris Wilson
2013-07-19sna/dri: Rearrange some more DBG to come before its assertionChris Wilson
2013-07-19sna/dri: Expose the refcnts in DBG before we hit the assertionsChris Wilson
2013-07-01sna: Allow scanouts to be untiled if need beChris Wilson
2013-06-30sna: Store the path used to open the device and pass to DRIChris Wilson
2013-06-07sna/dri: Check rather than assert for a change in back/front sizesChris Wilson
2013-06-07sna/dri: Fix transcription error in commit ab47433b20Chris Wilson
2013-06-07sna/dri: Do not decouple the flip after chaining up a blitChris Wilson