summaryrefslogtreecommitdiff
path: root/src/sna
AgeCommit message (Expand)Author
2015-08-19sna/dri2: Consolidate vblank queueing into a couple of helpersChris Wilson
2015-08-19sna: Release the mode before releasing the accel backend on LeaveVTChris Wilson
2015-08-19sna/dri2: Also track the front bo as an active bufferChris Wilson
2015-08-19sna/dri2: Initialise scratch.pScreen for copyingChris Wilson
2015-08-19sna/dri2: Remove unused local variable in normal buildsChris Wilson
2015-08-19sna/dri2: Move the pending swap from the buffer to the eventChris Wilson
2015-08-18sna/dri2: Transfer the pending back to the new back following the xchgChris Wilson
2015-08-18sna/dri2: Do full exchanges of back/pending around deferred swapsChris Wilson
2015-08-18sna/dri2: Immediately complete a stale swap if any are queuedChris Wilson
2015-08-17sna/dri2: Avoid pushing the triple buffer into the cache list twiceChris Wilson
2015-08-17sna/dri2: Check that the copy succeeds before associating the requestChris Wilson
2015-08-16sna/dri2: Flush the pending flip when a client disappearsChris Wilson
2015-08-14sna/dri2: Use the primary CRTC for swap completion for offscreen WindowsChris Wilson
2015-08-14sna: Fixup conversion of rotation into reflectionChris Wilson
2015-08-14sna: Only handle a rotation natively if all bits are supportedChris Wilson
2015-08-14sna: Fix the reduction of xy reflection onto rotations.Bob Paauwe
2015-08-11sna/dri2: Keep the most-recent back buffer cache when reaping on idleChris Wilson
2015-08-08sna/dri2: Restore caching of fullscreen triple buffersChris Wilson
2015-08-08sna: A couple more asserts for valid flip data and handlingChris Wilson
2015-08-08sna/dri2: Add the old buffer from a chain swap to the swap cacheChris Wilson
2015-08-07sna: Remove incorrect assertionChris Wilson
2015-08-07sna: Prefer direct writes if the target is LLCChris Wilson
2015-08-07sna: Tweak the semantics for small uploads into Damage tracked pixmapsChris Wilson
2015-08-07sna: Use direct uploads into a Damage tracked for v.small operationsChris Wilson
2015-08-07sna: Skip a no-op copyChris Wilson
2015-08-07sna: Add a handle=%d to a DBG for consistencyChris Wilson
2015-08-07sna: More simple DBG tracing around cleanup/retire handlingChris Wilson
2015-08-07sna: Release the reference on the rq->bo during forced cleanupChris Wilson
2015-08-07sna: Always prefer a fresh allocation for the batch if !llcChris Wilson
2015-08-07sna: Add a little more DBG information to kgem_retire()Chris Wilson
2015-08-07sna: Fix sync'ing to the most recent request on forced cache cleanupChris Wilson
2015-08-07sna/dri2: Make event chaining DBG clearerChris Wilson
2015-08-07sna: Add a DBG for when we discard an invalid old mmappingChris Wilson
2015-08-07sna: Treat being wedged as unlikely during rendering with HWChris Wilson
2015-08-07sna: Stop allocating requests once wedgedChris Wilson
2015-08-07sna: Tweak DBG traces for cache cleanupChris Wilson
2015-08-07sna: Add DBG trace when doing a forced cache cleanupChris Wilson
2015-08-07sna: Harden batch allocation against resource starvationChris Wilson
2015-08-07sna: Fallback after a bo allocation failure for the batchChris Wilson
2015-08-07sna: Handle batch allocation failureChris Wilson
2015-07-31sna: Undo a CRTC flip that results in a pageflip failureChris Wilson
2015-07-31sna: Assert that flip handler/data exists before invokingChris Wilson
2015-07-29sna: Fix off by one in constructing XCopyPlane on bdwChris Wilson
2015-07-28sna: Batch process hotplug eventsChris Wilson
2015-07-26sna: Double check for Present takeover before TearFree flipsChris Wilson
2015-07-26sna: Only check non-NULL PixmapsChris Wilson
2015-07-26sna: Stall for outstanding TearFree flips when taking over with PresentChris Wilson
2015-07-26sna: Add a few more DBG and assertions around Present/TearFree interactionsChris Wilson
2015-07-26sna: Add a small pixmap sanity checkChris Wilson
2015-07-26sna: Add a some DBG info to Window creation/destructionChris Wilson