summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-03-10sna: Pass render hints for migration based on source locationChris Wilson5-11/+34
2014-03-10sna/glyph: Release the pixman glyph cache along the error pathsChris Wilson1-9/+5
2014-03-10sna/gen2: Fix build after last minute patch editingChris Wilson1-1/+1
2014-03-10sna/gen2: Tidy blend factor selection for the sourceChris Wilson1-21/+14
2014-03-10sna/gen2: Fix alpha blending with 8bit destination surfacesChris Wilson1-8/+22
2014-03-10sna: Unroll finding bbox of pointsChris Wilson1-3/+26
2014-03-10sna: Emit points using the BLT primitive when appropriateChris Wilson4-19/+151
2014-03-05sna/gen8: Correct MOCS settings for render targetsChris Wilson1-1/+8
2014-02-28sna: Reorder writes during thread task decouplingChris Wilson1-2/+2
2014-02-27sna: Limit the WHOLE_HINT to large PutImagesChris Wilson1-1/+1
2014-02-27sna: Avoid promoting region-to-whole migration and discarding damageChris Wilson1-2/+20
2014-02-23sna: Tighten assertion for tiling blt fallbacksChris Wilson1-2/+1
2014-02-23sna/gen6+: Add missing DBG argumentChris Wilson3-3/+3
2014-02-23sna: Add DBG for why trapezoids may be preferred inplaceChris Wilson1-14/+26
2014-02-23sna: Include mono/precise hints in trapezoids DBGChris Wilson1-2/+3
2014-02-23sna: Add a little more DBG to watch the flow of allocated bo sizesChris Wilson1-2/+4
2014-02-23sna: Avoid signed overflow when printing allocated bytes in DBGChris Wilson1-3/+3
2014-02-23sna: Cleanup caches if execbuf failsChris Wilson1-10/+21
2014-02-22sna: Propagate thread signals for extra DBGChris Wilson1-2/+4
2014-02-22sna: Allow SIGBUS/SEGV to kill the threadChris Wilson8-60/+82
2014-02-22sna: Move sigtrap wrapping closer to threaded sw compositeChris Wilson3-41/+40
2014-02-22sna: Assert that sigtrap is activeChris Wilson3-5/+9
2014-02-22sna: Apply the dst offset for pixman fillsChris Wilson1-12/+63
2014-02-22sna: Handle asynchronous signals from threadsChris Wilson5-51/+88
2014-02-21sna: Use a hint to do whole image uploads inplaceChris Wilson1-2/+6
2014-02-21sna: Allow allocation to fail even when debuggingChris Wilson1-1/+0
2014-02-21sna: Wrap inplace trapezoid operators with SIGBUS protectionChris Wilson4-126/+165
2014-02-21sna: Tighten assertion for tiling blt fallbacksChris Wilson1-2/+1
2014-02-21sna: Do not attempt fallback configuration without any CRTCsChris Wilson1-1/+2
2014-02-21sna: Do not register colormaps without any CRTCsChris Wilson1-3/+3
2014-02-20backlight: Make search routine for device specific backlight commonChris Wilson3-53/+45
2014-02-20sna: Query cursor size from the kernelChris Wilson3-15/+44
2014-02-18backlight: Build fixes for OpenBSDMark Kettenis1-1/+13
2014-02-17backlight: Drop rights before executing pkexecHans de Goede1-1/+6
2014-02-17backlight: Use System instead of system when checking for pkexecHans de Goede1-1/+2
2014-02-17backlight: Explain better why we support both pkexec and suid root for the he...Hans de Goede1-2/+4
2014-02-15backlight: tidy use of BACKLIGHT_CLASSChris Wilson1-1/+1
2014-02-15backlight: Reject user overrides on OpenBSDChris Wilson1-0/+3
2014-02-15backlight: Amalgamate hardcoded priority tablesChris Wilson4-219/+182
2014-02-15Backlight helper build fixesJan Alexander Steffens (heftig)1-3/+3
2014-02-15intel: Add a helper for setting backlight without root rightsChris Wilson5-399/+439
2014-02-15intel: export fd_set_cloexec / fd_set_nonblockHans de Goede4-34/+105
2014-02-15intel: Fix fd_set_nonblockHans de Goede1-2/+2
2014-02-14sna: Inherit the native rotation on initial output probingChris Wilson1-1/+1
2014-02-14sna: Reorganise native rotation ioctls to compile on old LinuxChris Wilson1-82/+117
2014-02-14sna: Guard use of DRM_MODE_OBJECT type idsChris Wilson1-0/+4
2014-02-14sna: Check that the backlight interface is in sysfs before accessChris Wilson1-0/+7
2014-02-13sna: Increase the acceptable screen size rangeChris Wilson1-1/+1
2014-02-13sna: Filter out requests to create a 0x0 frontbufferChris Wilson1-0/+4
2014-02-13sna: Fix comparison of previous BLT commandsChris Wilson1-6/+6