summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-30test/dri2-race: Don't leak the Display after detecting the raceChris Wilson
2016-03-25tools/cursor: Print an ASCII representation as wellChris Wilson
2016-03-24Update i915_pciids.hChris Wilson
2016-03-24uxa: Restore old bo on failureLyude
2016-03-24sna/present: Restrict vblank.sequence range to 31bitsChris Wilson
2016-03-24Revert "configure: Remove test for strlcat"Chris Wilson
2016-03-24sna/present: Add missing "static inline" for disabled present stubsChris Wilson
2016-03-24configure: Remove ACLOCAL_FLAGS passthroughChris Wilson
2016-03-24configure: Remove test for strlcatChris 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-16test: Look at Present scaling with number of cpusChris Wilson
2016-03-16sna/present: Check incoming pitch before flippingChris Wilson
2016-03-16tests: Anticipate Present reporting too earlyChris Wilson
2016-03-16configure: Replace ${} with $() for libtoolChris Wilson