summaryrefslogtreecommitdiff
path: root/src/sna
AgeCommit message (Expand)Author
2014-06-17sna: Cache small pixmaps rather than forcing a large fallback for BLT operationsChris Wilson
2014-06-17sna: Relax PREFER_GPU so that we don't needless create small GPU boChris Wilson
2014-06-17sna: Tweak creation 8x8 tiled patternsChris Wilson
2014-06-17sna/dri2: Fixup failure to do a render copy for DRI2CopyRegionChris Wilson
2014-06-17sna: Add a few missing checks for all-damagedChris Wilson
2014-06-17sna: Discard GPU damage for the magic upload proxyChris Wilson
2014-06-17sna/glyphs: DBG compile fixChris Wilson
2014-06-16sna: Regularly check the cache level on boChris Wilson
2014-06-16sna/dri2: Allow single crtc exchanges to be queued upChris Wilson
2014-06-16sna/glyphs: Add DBG option to force use of the glyph image maskChris Wilson
2014-06-16sna: Fix logic inversion for final placement in is_gpu_dst()Chris Wilson
2014-06-16sna: Promote better active buffer reuseChris Wilson
2014-06-16sna/glyphs: Show number of glyphs in DBGChris Wilson
2014-06-16sna: Fix some batch DBGChris Wilson
2014-06-16sna: Clear our private hints about front rendering exported boChris Wilson
2014-06-16sna: Add more DBG to track transitions between CRTC and its shadow or flip boChris Wilson
2014-06-14sna: Enable TearFree by default for systems with PSRChris Wilson
2014-06-14sna: Fix assertions for discarding upload cachesChris Wilson
2014-06-13sna: Use the right is-clipped hintChris Wilson
2014-06-13sna: Only discard the CPU bo if we have a GPU bo to transfer the damage toChris Wilson
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-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