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