summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-11dirty pixmap trackingdrvmodelv3Dave Airlie5-7/+181
2012-05-08WIP drvmodevl3Dave Airlie13-121/+611
2012-05-03i965: switch to new APIDave Airlie1-7/+7
2012-04-20sna: Always clear the mmapped domains when reusing partial upload buffersChris Wilson2-11/+31
2012-04-19sna: Discard proxy upload buffer if we choose to render to itChris Wilson1-0/+7
2012-04-19sna: Don't consider upload proxies as being on the GPU for render targetsChris Wilson1-1/+1
2012-04-18sna: Increase the render target alignment to 4 pixels on gen4+ as wellChris Wilson1-9/+4
2012-04-17sna/dri: Decouple the frame event info after attaching along error pathsChris Wilson1-16/+13
2012-04-17Don't issue a scanline wait while VT switchedChris Wilson3-2/+7
2012-04-16sna: Don't assert exported buffers are not busyChris Wilson1-9/+10
2012-04-14uxa: Fix leak of glyph mask for unhandled glyph compositionChris Wilson1-1/+3
2012-04-14sna: Avoid leaking the plane resources when determining sprite planesChris Wilson1-8/+6
2012-04-14sna: Align texture subsurfaces to 2x2 texture samplesChris Wilson1-1/+8
2012-04-14sna: Align redirect subsurfaces to 2x2 or 4x4 render spansChris Wilson1-1/+16
2012-04-14sna: Align render target sizes on gen2/3 to 4x4 render spansChris Wilson2-15/+13
2012-04-13sna: Avoid using TILING_Y for large objects on gen2/3Chris Wilson1-0/+10
2012-04-13sna: Relax bogus assertionChris Wilson1-1/+1
2012-04-13sna: Limit the buffer reuse for mappable uploads to only those with mmapsChris Wilson1-2/+5
2012-04-13sna: Remove the conflicting assertion during GTT mapChris Wilson1-1/+1
2012-04-13sna: Don't use miSpan code for wide-spans by default, too expensiveChris Wilson1-1/+1
2012-04-13sna: Draw dashed PolyLines twice, once for the fgPixel, once for the bgPixelChris Wilson1-27/+109
2012-04-12sna: Restore CPU domain for vmapped buffers when reusingChris Wilson1-0/+4
2012-04-12sna: Revert use of mmap64()Chris Wilson1-1/+1
2012-04-12sna: Declare AC_SYS_LARGEFILE for mmap64Chris Wilson2-1/+2
2012-04-10sna: Check ioctl return from set-domainChris Wilson1-12/+16
2012-04-10sna: Fix shadowed variableChris Wilson1-5/+5
2012-04-10sna: Fix typo and use the right pointer for kgem_bo_destroyChris Wilson1-2/+3
2012-04-10sna: Add missing alloc failure check for creating tile sourceChris Wilson1-0/+3
2012-04-10sna: Release the freed bo cache upon expireChris Wilson1-0/+6
2012-04-10sna: Check for an inactive partial buffer to reuse after retiring requestsChris Wilson1-2/+2
2012-04-10sna: Release partial buffers during cache expirationChris Wilson1-0/+1
2012-04-10sna: Repeat expire whilst there remaining outstanding requestsChris Wilson1-2/+2
2012-04-10sna: Only move the bo into the read domain for readbackChris Wilson1-14/+5
2012-04-09sna: Add assertions around proxy list handlingChris Wilson1-2/+3
2012-04-09sna/traps: Use a temporary variable for the write pointerChris Wilson1-18/+24
2012-04-09sna/traps: Assert that the inplace row is contained before writingChris Wilson1-0/+1
2012-04-08sna: Add some assertions for misuse of proxiesChris Wilson2-1/+8
2012-04-08sna: Compress adjoining spans during FillSpansChris Wilson1-3/+15
2012-04-08sna: Remove the duplicated check for use-bo? in PolySegmentsChris Wilson1-60/+58
2012-04-08sna: Correct partial-write flag for PolySegments fallbackChris Wilson1-1/+1
2012-04-08sna/gen3: Reset accumulated constants for each compositeChris Wilson1-1/+3
2012-04-08sna: Release cached upload buffers when reusing a write buffer for readbackChris Wilson1-15/+23
2012-04-07sna/gradient: Compute the absolute delta between color stopsChris Wilson1-5/+14
2012-04-06sna/video: Only wait upon the scanout pixmapChris Wilson1-1/+2
2012-04-06sna: Correct the damage offset for redirected renderingChris Wilson2-7/+5
2012-04-06sna/glyphs: Prefer a temporary upload mask for large glyph masksChris Wilson1-1/+9
2012-04-06sna: Relase the upload cache when overwriting with PutImageChris Wilson2-1/+21
2012-04-06sna: Use a sentinel value to prevent accessing beyond the end of the y_bucketsChris Wilson1-8/+10
2012-04-06sna: Remove redundant check from tor_inplace()Chris Wilson1-28/+27
2012-04-04sna: Only engage the GPU detiler for multiple rowsChris Wilson1-1/+1