summaryrefslogtreecommitdiff
path: root/src/sna/sna_accel.c
AgeCommit message (Expand)Author
2012-07-19sna: Tweak order of screen re-initialisationChris Wilson
2012-07-19sna: Re-register the SHM funcs every server generationChris 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: Catch the short-circuit path for clearing clear on move-to-gpu as wellChris 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: Fixup pixmap validation for sna_copy_area()Chris 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-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: Reorder overlapping boxes for CopyArea/WindowChris Wilson
2012-07-14sna: Tidy sna_copy_boxesChris Wilson
2012-07-14sna: Avoid BLT to snoopable bo on older genChris Wilson
2012-07-14sna: Aim for consistency and use stdbool except for core X APIsChris Wilson
2012-07-11sna: Minor tweak to upload in place if the CPU bo is busyChris Wilson
2012-07-10sna: Disable periodic scanout refresh if all outputs are disconnectedChris Wilson
2012-07-10sna: Avoid the expensive recomputation of the region when copyingChris Wilson
2012-07-10sna: Only promote to full GPU if we already have a GPU boChris Wilson
2012-07-09sna: Simplify the DBG incarnationChris Wilson
2012-07-09sna: Promote large operations to use the whole GPUChris Wilson
2012-07-09sna: Only consider large clears as candidates for GPU migrationChris Wilson
2012-07-09sna: PadPixmap only writes to the out-of-bounds bitsChris Wilson
2012-07-09sna: Remove the consideration of CPU damage for overwriting FillRectChris Wilson
2012-07-08sna: Substitute the reduce clip region for fallback opsChris Wilson
2012-07-08sna: Review placement hints for fallback operationsChris Wilson
2012-07-08sna: Remove function for force-to-gpuChris Wilson
2012-07-08sna: Tweak start/stop of the deferred flushChris Wilson
2012-07-08sna/dri: Couple the frame events into DestroyWindowChris Wilson
2012-07-08sna: Fixup fb wrapperChris Wilson
2012-07-07sna: Fixup USE_INPLACE debug hintChris Wilson
2012-07-05sna: Do not force GPU allocation if CPU bo is already busyChris Wilson
2012-07-05sna: Make sure damage is flushed to the CPU bo before useChris Wilson
2012-07-04sna: Simplify timer executionChris Wilson
2012-07-04sna: Fix leak around ENOMEM error path in sna_copy_boxesChris Wilson
2012-07-04sna: Pass a hint to the backends when using copy_boxes for readbackChris Wilson
2012-07-03sna: Guess when the client is attempting to read back the whole pixmapChris Wilson
2012-07-03sna: Fix iterator typoChris Wilson
2012-07-03sna: Also prefer to use the dst GPU bo if CopyArea reduces to an inplace uploadChris Wilson
2012-07-03sna: Attempt to reduce all-damage on the CPUChris Wilson
2012-07-03sna: Operate on the original boxes for CopyAreaChris Wilson
2012-07-02sna: Consolidate CopyArea with the aim of reducing migration ping-pongChris Wilson
2012-07-02sna: Clear cpu flag after deciding to use gpu boChris Wilson