summaryrefslogtreecommitdiff
path: root/src/sna
AgeCommit message (Expand)AuthorFilesLines
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 Wilson1-1/+1
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
2012-04-03sna/gen3: Don't force use of the render pipeline just for vmapChris Wilson1-4/+0
2012-04-03sna/gen3: Fix pre-multiplication of mask valueChris Wilson1-7/+9
2012-04-03sna/gen3: Convert the clear-color from picture->format to a8r8g8b8Chris Wilson4-54/+69
2012-04-03sna: Apply CoordMode when computing point extentsChris Wilson1-3/+13
2012-04-03sna: Debugging flil spans and their clippingChris Wilson1-4/+11
2012-04-02sna: Use the solid spans fast paths for dashed zero-width lines as wellChris Wilson1-9/+15
2012-04-02sna/gen4: Remove the accidental debugging hack from the last commitChris Wilson1-1/+1
2012-04-02sna/gen3+: Fix sampling of borders around gradientsChris Wilson5-6/+6
2012-04-01sna: Apply composite offset to damage for spans fast pathsChris Wilson1-5/+25
2012-04-01sna: Fix assertion to look at bbox of all boxes/pointsChris Wilson1-0/+4
2012-04-01sna: Assert that drawing boxes are within boundsChris Wilson1-0/+70
2012-03-30sna: Minimise the risk of hotplug hangs by checking fb before vsyncChris Wilson5-16/+39
2012-03-30sna: Separate out scanline waiting for gen4Chris Wilson1-17/+37
2012-03-30sna/traps: Align the pointer+indexChris Wilson1-15/+15
2012-03-30sna/traps: Align the pointer not the indicesChris Wilson1-3/+3
2012-03-30sna/gen7: Allow per-device specific maximaChris Wilson3-3/+32
2012-03-28sna: Add video sprite support for ILK+Chris Wilson6-7/+495