summaryrefslogtreecommitdiff
path: root/src/sna
AgeCommit message (Expand)Author
2016-08-02sna: Only flush GPU bo for a damage eventChris Wilson
2016-07-29sna: Use GCC pragma to enable SSE2 blt routinesChris Wilson
2016-07-28sna: Hide the hardware cursor when switching back after an errorChris Wilson
2016-07-28sna/dri2: Only force the TearFree/swcursor hack when using TearFreeChris Wilson
2016-07-28sna: Enable kernel fail logging for cursorsChris Wilson
2016-07-21sna: Unregister the BlockHandler on closeChris Wilson
2016-07-20Adapt to libXfont2 ABI changesChris Wilson
2016-07-20Update to ABI 22 and NotifyFdChris Wilson
2016-07-14sna/gen2/video: Implement textured video supportVille Syrjälä
2016-07-14sna/gen2: Don't pass sna_composite_op to gen2_emit_target()Ville Syrjälä
2016-07-04sna: Restore local damage processing for TearFree/DRI2/swcursor earlyChris Wilson
2016-07-04sna: Track TearFree shadow as an active scanoutChris Wilson
2016-07-02DRI3 is not supported by mesa/i915Chris Wilson
2016-06-28sna: Avoid recursion by testing shadow.waitChris Wilson
2016-06-25sna: Skip wait_for_shadow() when shadow is temporarily disabledChris Wilson
2016-06-25sna: Fixup DBG for sprite renameChris Wilson
2016-06-21sna/gen2+: Do not force migration to GPU for very large objectsChris Wilson
2016-06-21sna: Only shutdown unknown secondary planes on CRTC we controlChris Wilson
2016-06-20sna: Hide compiler warnings for change in uAPI definesChris Wilson
2016-06-20sna/video: Create one XvAdapter for each sprite planeChris Wilson
2016-06-20sna/video: Prepare for multiple sprite portsChris Wilson
2016-06-20sna: Record all sprite planes reported by the kernelChris Wilson
2016-06-01compat: Another day, another ABI change for OsBlockSGIOChris Wilson
2016-05-31sna: Use physical output size from the kernelChris Wilson
2016-05-28sna: Restore TearFree operation after switching everything offChris Wilson
2016-05-22sna/dri2: Avoid chaining swaps across a mode changeChris Wilson
2016-05-22sna: Display errno when SETCURSOR failsChris Wilson
2016-05-22sna: Allow disconnected outputs to retain state without EDID checksChris Wilson
2016-05-18sna: Confirm the EDID is the same after a hotplug before ignoringChris Wilson
2016-05-17sna: Don't skip migration-to-GPU for TearFreeChris Wilson
2016-05-17sna: Track the minimum damage when doing CRTC-local TearFreeChris Wilson
2016-05-17sna: Fix increment of modeset serial after applying CRTCChris Bainbridge
2016-05-16sna: Ensure we only cache the local CRTC scanout bufferChris Wilson
2016-05-16sna: Do not cache the current crtc bo after performing the setcrtcChris Wilson
2016-05-14sna/dri2: Refactor open-coded __kgem_bo_is_busyChris Wilson
2016-05-14sna/dri2: Force blocking wait if vblank queue failsChris Wilson
2016-05-13sna/gen6+: Don't force a switch to BLT if the target bo cannot be blittedChris Wilson
2016-05-09sna/dri2: Enforce swap-limits on stale buffersChris Wilson
2016-05-07sna/dri2: Force consideration of the DRI2CopyRegion source as uncleanChris Wilson
2016-05-07sna: Add a special case for fast DRI2CopyRegion and NoAccelChris Wilson
2016-05-07sna: Do not force ping-pong migration for TearFree + NoAccelChris Wilson
2016-04-30sna/dri2: Free the pending back buffer after useChris Wilson
2016-04-23sna: Limit generic convolution to smallish kernelsChris Wilson
2016-04-20sna: Fix reporting of errno after setcrtc failureChris Wilson
2016-04-20sna: Force the shadow buffer even after we fail to set the crtc for TearFreeChris Wilson
2016-04-18sna/present: Postpone recursed vblank during TearFree by 1msChris Wilson
2016-04-17sna: Block SIGIO when we are trying to flipChris Wilson
2016-04-17sna/gen8+: Flush pipecontrols when forcing a pipeline stallChris Wilson
2016-04-17sna: Tweak flushing before adding a new bo into a batchChris Wilson
2016-04-17sna/present: Fix requeuing after interrupting TearFreeChris Wilson