summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-06-13sna: Refine decision whether to use the GPU or render inplaceChris Wilson
2014-06-13sna: Track the pageflip bo's busynessChris Wilson
2014-06-13intel: Check that the fd points to i915 after authorisingChris Wilson
2014-06-13sna/gen6+: Prefer the BLT for large overlapping copiesChris Wilson
2014-06-13sna: Try to reuse the current cursor if we fail to updateChris Wilson
2014-06-13sna: Reorder ignore_cpu_damage() to avoid assertsChris Wilson
2014-06-13sna/gen8: Allow reads from scanout to be cachedChris Wilson
2014-06-13sna/gen8: Check for WT support before attempting to use the WT mocsChris Wilson
2014-06-12sna: Try to use CPU uploads before BLT uploadsChris Wilson
2014-06-12sna: Refactor USE_INPLACE debug macroChris Wilson
2014-06-11sna/gen8: Clear a couple more push constantsChris Wilson
2014-06-11sna: Remove bogus assertionChris Wilson
2014-06-11sna: Fix direction flags for memmoveChris Wilson
2014-06-11sna: Use the pixmap header creation routineChris Wilson
2014-06-11sna/gen6+: On small GT avoid the intermediate copy for overlapsChris Wilson
2014-06-11sna/gen6+: Overlapping bo by definition have compatible depthsChris Wilson
2014-06-11sna: First copy to overlap temporary must be using GXcopyChris Wilson
2014-06-11sna: Remove debugging hunkChris Wilson
2014-06-11sna: Update damage pointer after the implicit reductionChris Wilson
2014-06-11sna: Fix scanout creation routine for old kernels <= 3.11Chris Wilson
2014-06-11sna: Add some DBG to the memmove pathChris Wilson
2014-06-11sna: Tweak self-copy boxes to hit the GPU more oftenChris Wilson
2014-06-11sna: Recheck source bo after migrating dst (in case of src == dst)Chris Wilson
2014-06-11sna: Skip redundant clearsChris Wilson
2014-06-11sna/glyphs: Always print some DBG when performing fallbackChris Wilson
2014-06-11sna: Add some asserts to track redundant damage operationsChris Wilson
2014-06-11sna/gen8: Check offset alignment before using a userptr for RENDERChris Wilson
2014-06-11sna: Support efficient cursor updates for old machinesChris Wilson
2014-06-11sna: MST topologies may change on any hotplug eventChris Wilson
2014-06-11sna: Create a stable output name based on MST topologyChris Wilson
2014-06-11sna: Ignore setting read-only for temporary userptr mapsChris Wilson
2014-06-11sna: Prefer to operate inplace on the GPU rather than stall on the CPUChris Wilson
2014-06-11sna: Discard TearFree damage before checking for an overwriting uploadChris Wilson
2014-06-11sna: Silence compiler warnings for discarding const Region pointsChris Wilson
2014-06-11sna: Squelch log messages for fb/pixmap tiling in the default caseChris Wilson
2014-06-11sna: Mark the GPU as all damaged when discarding CPU bo during uploadsChris Wilson
2014-06-10sna/dri2: Check that the window covers the whole CRTC before xchgChris Wilson
2014-06-10sna: Cast away compiler warningChris Wilson
2014-06-10sna: Expand debugging to cover gen8 BLT variationsChris Wilson
2014-06-10sna: Fix arguments when flipping transformed TearFree outputsChris Wilson
2014-06-10sna: Tidy a few asserts on the state of crtc->flip_boChris Wilson
2014-06-10sna: Handle the user passing "Backlight" ""Chris Wilson
2014-06-10sna: Queue a flip after fixing up a failed flipChris Wilson
2014-06-09sna: Fix the typo in the last commitChris Wilson
2014-06-09sna: Add an extra error message before disabling a CRTCChris Wilson
2014-06-09configure: Allow disabling control over the backlightChris Wilson
2014-06-09sna: Defer the copy back from the shadow CRTC bo until we allocate the targetChris Wilson
2014-06-09sna: Fix cut'n'paste DBG errorChris Wilson
2014-06-09sna/dri2: Avoid trying to flip between bo with different pitchesChris Wilson
2014-06-09sna: Fixup normal flips between different pitchesChris Wilson