summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-23sna: Only subtract the fillrect from the CPU damage if it covers the drawableChris Wilson1-3/+9
2012-01-23sna: Assert that the subtract operation does reduce an all-damagedChris Wilson1-0/+3
2012-01-22sna: Remove assertion that all flushing list members are in the GPU domainChris Wilson1-1/+0
2012-01-22sna/gen6: stall before blending dirty pixels from the render cacheChris Wilson1-10/+20
2012-01-22sna: Correct the offsets for performing partial downsampling on the GPUChris Wilson1-1/+1
2012-01-22sna: Correct image buffer size when uploading a downsampled imageChris Wilson1-1/+1
2012-01-22sna: Incude prefer-gpu hint in decision to upload CPU texturesChris Wilson1-10/+15
2012-01-22sna: Add some more DBG along the downsampling source extraction pathChris Wilson1-3/+12
2012-01-22sna: Avoid a common readback after clearingChris Wilson3-4/+151
2012-01-22sna: Pass inplace hint for sna_copy_boxes fallbackChris Wilson1-3/+4
2012-01-22sna: Use full usage flags for moving the dst pixmap for a copyChris Wilson1-9/+2
2012-01-21sna: Check the blt composite op is within the source boundsChris Wilson1-7/+12
2012-01-21sna: Give kgem_create_buffer_2d a unique idChris Wilson1-0/+1
2012-01-21sna/gen3: Add DBG markup for tracking target stateChris Wilson2-0/+4
2012-01-20sna: Cleanup PolyText and ImageText fallback debuggingChris Wilson1-33/+29
2012-01-20sna: Copy the glyphs metrics before checking for an empty glyphChris Wilson1-1/+2
2012-01-20sna/gen3: Set bo to NULL for render_fill_oneChris Wilson2-0/+3
2012-01-20sna/gen6: Cleanup non-pipelined w/aChris Wilson1-38/+29
2012-01-20sna/gen6: Do not enable blending on video sourcesChris Wilson1-1/+0
2012-01-20sna/gen6: Reduce the sampler stall if already stalling for drawrectChris Wilson1-23/+20
2012-01-20sna/gen6: Force a CS stall for changing samplersChris Wilson1-9/+20
2012-01-20sna: Move the flush to the backendsChris Wilson11-258/+185
2012-01-19sna/gen7: Forward port recent changes from gen6Chris Wilson2-47/+189
2012-01-19sna: BLT use dword pitch only for tiled surfacesChris Wilson1-36/+24
2012-01-19sna: Tweak move-to-cpu to ignore inplace hint if its already on the CPUChris Wilson1-0/+3
2012-01-19sna: Only use the blitter to emit wide spans if we cannot stream the updatesChris Wilson1-4/+69
2012-01-19sna: Also check for the inplace hint when migrating the whole pixmapChris Wilson1-0/+23
2012-01-19sna: Only use the blitter to emit spans if we cannot stream the updatesChris Wilson1-5/+66
2012-01-19sna: Micro-optimise line extents for zero line widthChris Wilson1-13/+14
2012-01-19sna: filter out degenerate segments whilst drawing unclipped PolySegmentChris Wilson1-14/+24
2012-01-19sna/damage: Always mark the damage as dirty when recording new boxesChris Wilson1-2/+5
2012-01-19sna: Demote MOVE_READ if the GC operation covers the clipChris Wilson1-32/+50
2012-01-19sna: Clip damage area with source extents for fallbackChris Wilson1-0/+12
2012-01-19sna: Fine grained fallback debugging for core drawing routinesChris Wilson1-3/+94
2012-01-19sna/damage: Fast path singular regionsChris Wilson1-44/+47
2012-01-19sna: Make sure we create a mappable GPU bo when streaming writesChris Wilson1-35/+44
2012-01-18sna: Check number of boxes to migrate during move-to-cpuChris Wilson1-36/+42
2012-01-18sna/gen3: Set the batch mode for emitting video stateChris Wilson1-22/+5
2012-01-18sna: Almagamate writes based on the total number of bytes writtenChris Wilson1-16/+4
2012-01-18sna: Debug uploadsChris Wilson4-8/+31
2012-01-18sna: Update bo->tiling during search_linear_cacheChris Wilson1-11/+4
2012-01-18sna: Remove defunct debugging optionChris Wilson1-6/+0
2012-01-18sna/gen6: Don't assume that a batch mode implies a non-empty batchChris Wilson2-2/+2
2012-01-18sna: Fix some tracking of to-be-flushed dri pixmapsChris Wilson2-16/+32
2012-01-18sna: Add valgrind markup for tracking CPU mmapsChris Wilson1-0/+4
2012-01-18sna: Prevent switching rings with render disabledChris Wilson6-7/+27
2012-01-18sna: Restore use of shadow pixmaps by default without RENDER supportChris Wilson3-10/+7
2012-01-18intel: Trivially remove a piece of XAA dependency for shadowChris Wilson2-16/+9
2012-01-17sna: Fix increment of damage boxes after updating for rectanglesChris Wilson1-4/+4
2012-01-17sna: Restore orginal shadow pointer before uploading CPU damageChris Wilson3-13/+28