summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-12-08sna/gen5: Reduce dst readbacks for unsupported sourcesChris Wilson1-0/+109
2011-12-08sna/gen4: Reduce dst readbacks for unsupported sourcesChris Wilson1-3/+118
2011-12-08sna/gen3: Reduce readbacks on dst for unsupported sourcesChris Wilson1-11/+103
2011-12-08sna/gen2: Avoid readbacks for unsupported sourcesChris Wilson1-4/+104
2011-12-08sna: Beware flushing partial buffers before they are writtenChris Wilson1-3/+3
2011-12-07sna: Prefer to use our pixmap upload pathsChris Wilson1-1/+1
2011-12-05uxa: Unmap the buffer after swrastChris Wilson2-5/+19
2011-12-04sna: use tight pitches for a8Chris Wilson1-3/+3
2011-12-03sna: Remove one redundant retireChris Wilson1-1/+0
2011-12-03sna: Pass the current value of the batch offset to the kernel relocatorChris Wilson1-0/+1
2011-12-02uxa: Ensure that we can fallback with all of (src, mask, dst) as GTT mappingsChris Wilson1-5/+9
2011-12-02uxa: Fix runtime linking of previous commitChris Wilson2-4/+0
2011-12-02uxa: Reset size limits based on AGP sizeChris Wilson2-54/+29
2011-12-01sna: Reuse the full size of an old handle for ioChris Wilson1-10/+25
2011-12-01sna: Move the preservation of the io handle into the common destroy pathChris Wilson2-13/+16
2011-11-30sna: Align pwrite to transfer whole cachelinesChris Wilson1-3/+10
2011-11-29sna/gen5: Handle cpu-bo for render targetsChris Wilson2-9/+17
2011-11-29sna/render: Fix check for "migrate whole pixmap"Chris Wilson1-4/+8
2011-11-29sna: Fix assertion around flushing of mmap(PROT_READ)Chris Wilson1-5/+7
2011-11-29sna/gen6: Set the batch mode prior to checking limits and flushingChris Wilson2-0/+10
2011-11-28sna: Always reduce tiling for thin pixmapsChris Wilson1-17/+11
2011-11-28sna: Use the correct pitch when creating an untiled active bufferChris Wilson1-3/+4
2011-11-28sna: Pass the pixmap to sna_replace()Chris Wilson4-43/+32
2011-11-28sna: Tidy kgem_choose_tiling()Chris Wilson1-35/+17
2011-11-28sna: Don't try to guess when the kernel believes a buffer to be flushedChris Wilson1-9/+9
2011-11-27sna: Eliminate empty glyphs during format conversionChris Wilson1-0/+6
2011-11-27sna: Use 64-bit mov (when available) for bitmap glyphsChris Wilson1-6/+4
2011-11-27sna/gen6+: Only use BLT if the untiled bo will cause per-pixel TLB missesChris Wilson2-6/+16
2011-11-27sna: Only check for all-damaged CPU bo if we may discard the GPU boChris Wilson1-2/+4
2011-11-27sna: Discard the gpu-bo is the entire pixmap is written to by the CPU.Chris Wilson1-0/+6
2011-11-27sna: Disabling tiling if the bo would be smaller than a pageChris Wilson1-0/+10
2011-11-27sna: Round up stride to alignment for TLB miss checkingChris Wilson1-1/+1
2011-11-25sna: Avoid the double application of drawable offsets for tiled spansChris Wilson1-2/+2
2011-11-25sna/gen5+: Prefer using the BLT when either src or dst is untiledChris Wilson3-7/+41
2011-11-25sna/gen5: Use the same prefer_blt_fill() switch for fill-oneChris Wilson1-1/+1
2011-11-25sna/gen2: Wire up NO_COMPOSITE for debuggingChris Wilson1-0/+11
2011-11-24sna/video: Check for Xv presence in the server before initialisingChris Wilson1-0/+3
2011-11-24sna: Downgrade Y-tiling if we must use the BLTChris Wilson1-13/+71
2011-11-24sna: Use Y-tiling for source pixmapsChris Wilson4-10/+33
2011-11-24src/sna/gen5: Replace the precompiled shadersChris Wilson36-73/+1137
2011-11-24sna/gen5: Remove the unused SIPChris Wilson1-9/+0
2011-11-24sna: Tweak cancellation of deferred flushChris Wilson2-12/+15
2011-11-24sna: Always call retire following a mmapChris Wilson1-1/+2
2011-11-24sna/gen5: Use the BLT rather than flush when copyingChris Wilson1-1/+10
2011-11-24sna/gen4,gen5: Fix typo and only emit a flush if the video source is dirtyChris Wilson2-2/+2
2011-11-21uxa: Make the glamor/uxa transition more verboseChris Wilson1-7/+13
2011-11-21sna: Correct end-point adjustment for stippling PolySegmentChris Wilson1-10/+10
2011-11-21sna/gen4: Use the special composite rect emission for fill_one()Chris Wilson1-17/+1
2011-11-19sna: Micro-optimise sna_push_pixels_solid_blt()Chris Wilson1-5/+5
2011-11-19sna: Avoid the NULL damage derefChris Wilson1-1/+2