summaryrefslogtreecommitdiff
path: root/src/sna
AgeCommit message (Expand)Author
2014-03-10sna: Pass render hints for migration based on source locationChris Wilson
2014-03-10sna/glyph: Release the pixman glyph cache along the error pathsChris Wilson
2014-03-10sna/gen2: Fix build after last minute patch editingChris Wilson
2014-03-10sna/gen2: Tidy blend factor selection for the sourceChris Wilson
2014-03-10sna/gen2: Fix alpha blending with 8bit destination surfacesChris Wilson
2014-03-10sna: Unroll finding bbox of pointsChris Wilson
2014-03-10sna: Emit points using the BLT primitive when appropriateChris Wilson
2014-03-05sna/gen8: Correct MOCS settings for render targetsChris Wilson
2014-02-28sna: Reorder writes during thread task decouplingChris Wilson
2014-02-27sna: Limit the WHOLE_HINT to large PutImagesChris Wilson
2014-02-27sna: Avoid promoting region-to-whole migration and discarding damageChris Wilson
2014-02-23sna: Tighten assertion for tiling blt fallbacksChris Wilson
2014-02-23sna/gen6+: Add missing DBG argumentChris Wilson
2014-02-23sna: Add DBG for why trapezoids may be preferred inplaceChris Wilson
2014-02-23sna: Include mono/precise hints in trapezoids DBGChris Wilson
2014-02-23sna: Add a little more DBG to watch the flow of allocated bo sizesChris Wilson
2014-02-23sna: Avoid signed overflow when printing allocated bytes in DBGChris Wilson
2014-02-23sna: Cleanup caches if execbuf failsChris Wilson
2014-02-22sna: Propagate thread signals for extra DBGChris Wilson
2014-02-22sna: Allow SIGBUS/SEGV to kill the threadChris Wilson
2014-02-22sna: Move sigtrap wrapping closer to threaded sw compositeChris Wilson
2014-02-22sna: Assert that sigtrap is activeChris Wilson
2014-02-22sna: Apply the dst offset for pixman fillsChris Wilson
2014-02-22sna: Handle asynchronous signals from threadsChris Wilson
2014-02-21sna: Use a hint to do whole image uploads inplaceChris Wilson
2014-02-21sna: Allow allocation to fail even when debuggingChris Wilson
2014-02-21sna: Wrap inplace trapezoid operators with SIGBUS protectionChris Wilson
2014-02-21sna: Tighten assertion for tiling blt fallbacksChris Wilson
2014-02-21sna: Do not attempt fallback configuration without any CRTCsChris Wilson
2014-02-21sna: Do not register colormaps without any CRTCsChris Wilson
2014-02-20backlight: Make search routine for device specific backlight commonChris Wilson
2014-02-20sna: Query cursor size from the kernelChris Wilson
2014-02-15backlight: Amalgamate hardcoded priority tablesChris Wilson
2014-02-15intel: Add a helper for setting backlight without root rightsChris Wilson
2014-02-14sna: Inherit the native rotation on initial output probingChris Wilson
2014-02-14sna: Reorganise native rotation ioctls to compile on old LinuxChris Wilson
2014-02-14sna: Guard use of DRM_MODE_OBJECT type idsChris Wilson
2014-02-14sna: Check that the backlight interface is in sysfs before accessChris Wilson
2014-02-13sna: Increase the acceptable screen size rangeChris Wilson
2014-02-13sna: Filter out requests to create a 0x0 frontbufferChris Wilson
2014-02-13sna: Fix comparison of previous BLT commandsChris Wilson
2014-02-13sna: Check for access to backlight interfaceChris Wilson
2014-02-13sna: Clear DPMS tracking on VT switchChris Wilson
2014-02-13sna: Extend native rotation support to spritesChris Wilson
2014-02-13sna: Enable coordinate transforms for native CRTC rotationChris Wilson
2014-02-13sna: Always assign a name to the modesChris Wilson
2014-02-12sna/gen5: Flush the render cache between operationsChris Wilson
2014-02-12sna: Support native primary plane rotationsChris Wilson
2014-02-12Revert "sna/gen6: Serialise write to DERRMR register using STORE_REGISTER_MEM"Chris Wilson
2014-02-12sna/gen5: Use the DBG option ALWAYS_FLUSH to force a full flushChris Wilson