summaryrefslogtreecommitdiff
path: root/src/sna
AgeCommit message (Expand)Author
2012-07-19sna/gen4: Hookup composite spansChris Wilson
2012-07-19sna: Tweak order of screen re-initialisationChris Wilson
2012-07-19sna: Re-register the SHM funcs every server generationChris Wilson
2012-07-18sna/gen4+: Drop unsupported source formatsChris Wilson
2012-07-18sna/dri: Allow DRI2 to be loaded even if we are wedgedChris Wilson
2012-07-18sna/gen6: Micro-optimise render copy emissionChris Wilson
2012-07-18sna/gen7: Micro-optimise render copy emissionChris Wilson
2012-07-18sna: Enable runtime detection of set-cacheing ioctlChris Wilson
2012-07-18sna/trapezoids: Only reduce bounded operators to a single passChris Wilson
2012-07-18sna/trapezoids: Use pixman from within the spans to reduce two-pass operationsChris Wilson
2012-07-18sna: Fix processing of the last fallback boxChris Wilson
2012-07-18sna: Add more DBG for fallback processingChris Wilson
2012-07-18sna: Reuse the snoopable cache more frequently for upload buffersChris Wilson
2012-07-18sna: Maintain a short-lived cache of snoopable CPU bo for older genChris Wilson
2012-07-17sna: Allow wedged CopyPlane to operate inplace on the destinationChris Wilson
2012-07-17sna: Allow inplace copies for wedged CopyAreaChris Wilson
2012-07-17sna: Allow operation inplace to scanout whilst wedgedChris Wilson
2012-07-17sna: Tweak fast blt pathChris Wilson
2012-07-17sna: prefer fbBlt over pixman_bltChris Wilson
2012-07-17sna/gen7: Bump the number of pixel shader threads for IVB GT2Chris Wilson
2012-07-17sna/dri: Do not allow an exchange to take place on invalid buffersChris Wilson
2012-07-17sna: Rebalance choice of GPU vs CPU boChris Wilson
2012-07-17sna: Avoid the CPU bo readback for render pathsChris Wilson
2012-07-17sna: Catch the short-circuit path for clearing clear on move-to-gpu as wellChris Wilson
2012-07-17sna: Limit the use of snoopable buffers to read/write uploadsChris Wilson
2012-07-17sna: Only drop the clear flag when writing to the GPU pixmapChris Wilson
2012-07-17sna: Fix glyph DBG to include clip extents and actual glyph originChris Wilson
2012-07-17sna: Promote an undamaged pixmap to use the full GPUChris Wilson
2012-07-16sna: Share the pixmap migration decision with the BLT composite routinesChris Wilson
2012-07-16sna: Disable snoopable bo for gen4Chris Wilson
2012-07-16sna: Disable snoopable uplaod buffers for gen4Chris Wilson
2012-07-16sna: Fixup pixmap validation for sna_copy_area()Chris Wilson
2012-07-16Wrap defines to avoid redefinition warningsChris Wilson
2012-07-16sna/trapezoids: Fix inplace unaligned fills (on gen4)Chris Wilson
2012-07-16sna/trapezoids: Add some DBG to unaligned fillsChris Wilson
2012-07-16sna: Move the disabling of CPU bo for gen4 to the render unitChris Wilson
2012-07-16sna: Use set-cache-level to allocate snoopable upload buffersChris Wilson
2012-07-16sna: Add a couple of DBG options to control accelerated up/downloadsChris Wilson
2012-07-16sna: Discard and recreate the CPU buffer when busy during move-to-cpuChris Wilson
2012-07-16sna: Add a few DBG to show when CPU bos are being used for xferChris Wilson
2012-07-16sna: Disable the scanout flush when switch off via DPMSChris Wilson
2012-07-15sna: Avoid creating a CPU bo for uploads if we already have a large GPU boChris Wilson
2012-07-15sna: Prefer uploads to be staged in snoopable boChris Wilson
2012-07-15sna: Simply reverse all the boxes if dx <= 0 and dy <= 0Chris Wilson
2012-07-15sna: Keep track of the base pointer for the reordered boxesChris Wilson
2012-07-14sna: Make sure we check for a busy CPU bo before declaring is-cpuChris Wilson
2012-07-14sna/glyphs: Perform the fallback mask reduce before moving the glyph pointersChris Wilson
2012-07-14sna/gen7: Check for gradient allocation failure within spansChris Wilson
2012-07-14sna/gen7: Uses EXTEND_PAD for its alpha-gradient with spansChris Wilson
2012-07-14sna: Reorder overlapping boxes for CopyArea/WindowChris Wilson