summaryrefslogtreecommitdiff
path: root/src/sna
AgeCommit message (Expand)Author
2016-04-15sna/gen9: Update mocs selectionChris Wilson
2016-04-10sna/present: Prevent recursion when handling TearFree waitsChris Wilson
2016-04-09sna: Restict reduction of ADD white when we have compatibile formatsChris Wilson
2016-04-09sna: Apply the precomputed BLT colors for SRC reductionsChris Wilson
2016-04-09sna: Replace lost offset when copying from tiled memoryChris Wilson
2016-04-08sna/present: Refuse to queue a vblank on a disabled CRTCChris Wilson
2016-04-08sna/present: Handle 64bit wraparound in msc comparisonsChris Wilson
2016-04-08sna/present: Fixup msc when reporting a fake vblank with 0 delayChris Wilson
2016-04-08sna/gen9: Bias GT for pipeline selectionChris Wilson
2016-04-08sna: Avoid rep mov (builtin memcpy) for WC writesChris Wilson
2016-04-08sna: Specialise alignment paths for storingChris Wilson
2016-04-08sna: Unroll the innermost SSE2 loop one more timeChris Wilson
2016-04-08sna: Force inlinement of SSE2 builtinsChris Wilson
2016-04-08sna: Invert the function wrapping for sse64xN/sse64Chris Wilson
2016-04-07sna: Don't limit CRTC idChris Wilson
2016-04-07sna: Fixup SSE2 alignment instructions for copying to client memoryChris Wilson
2016-04-07sna/present: Clamp to maximum timer delayChris Wilson
2016-04-06sna/present: Clear flags on the vblank event's CRTC earlyChris Wilson
2016-04-06sna/blt: Don't skip the final src/dst_stride adjustmentChris Wilson
2016-04-06sna: Restrict sse2 routines to __x86_64__Chris Wilson
2016-04-06sna: Mark sse2 routines as "fast"Chris Wilson
2016-04-06sna: Manually expand sse2 memcpy to compensate for a bad compilerChris Wilson
2016-04-06sna/gen9: Quick and dirty implementationChris Wilson
2016-04-06sna/present: Only compensate the timer delay on the final frameChris Wilson
2016-04-06sna/present: Only use the HW vblank for the last frameChris Wilson
2016-04-06sna/present: Skip the unflip if a no-opChris Wilson
2016-04-05sna/present: Arm the fake vblank timer to wake up one frame earlyChris Wilson
2016-04-05sna/present: Remove stale assert that fake vblanks only have one eventChris Wilson
2016-04-05sna/present: Update the vblank timestamp after a blocking waitChris Wilson
2016-04-05sna/present: And drop bogus queued assertionChris Wilson
2016-04-05sna/present: Markup hw vbanks queued after a fake vblankChris Wilson
2016-04-05sna/present: Prevent reporting an incomplete eventChris Wilson
2016-04-05sna: Add alignment hints to tiled memcpyChris Wilson
2016-04-03sna: Only print "Failed to prepare CRTC ... disabling TearFree" onceChris Wilson
2016-03-31sna/video: Use the GPU to prescale overlay spritesChris Wilson
2016-03-31sna/dri3: Ensure foriegn bo are marked as unclean on creationChris Wilson
2016-03-24sna/present: Restrict vblank.sequence range to 31bitsChris Wilson
2016-03-24sna/present: Add missing "static inline" for disabled present stubsChris Wilson
2016-03-24sna/present: Requeue early vblank completionsChris Wilson
2016-03-24sna/present: Cancel pending unflips when resizing the screenChris Wilson
2016-03-22sna/present: Report BadValue if target_msc exceeds last known msc by 1<<32Chris Wilson
2016-03-16sna: Ensure the scanout is fully flushed on LeaveVTChris Wilson
2016-03-16sna/present: Check incoming pitch before flippingChris Wilson
2016-03-16sna: Relax tiling requirements to cope with kernel errorsChris Wilson
2016-03-16sna/dri2: Flush outstanding signals when decoupling inflight eventsChris Wilson
2016-03-16sna/dri2: Release the dangling chain after decouplingChris Wilson
2016-03-15sna/dri2: Prevent starting a swap chain for a decoupled PixmapChris Wilson
2016-03-15sna/dri2: Cancel all pending events when the window is resizedChris Wilson
2016-03-15sna/present: Use the current system time when providing a vblank off notifyChris Wilson
2016-03-15sna/dri2: Rearrange "impossible" paths to avoid an assertChris Wilson