summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-29legacy/i810: hwmc additionally depends upon building DRI2.19.0Chris Wilson1-1/+1
2012-04-29configure: Version bump for 2.19.0 releaseChris Wilson2-1/+27
2012-04-28sna: Tune relocation array sizeChris Wilson1-1/+1
2012-04-28sna: PolyPoint only uses the gc->fgPixelChris Wilson1-6/+4
2012-04-28sna/gen6: Allow ring switching at the start of a batchChris Wilson2-4/+8
2012-04-28sna: Tweak semaphores-enabled heuristicChris Wilson1-1/+1
2012-04-28sna: Tweak placement choice for high-overhead operationsChris Wilson1-120/+67
2012-04-28sna: Micro-optimise common case of checking a single fenced boChris Wilson5-41/+80
2012-04-25sna: Fixup broken assertionChris Wilson1-1/+1
2012-04-25sna/gen7: Add CS stall before changing WM binding tableChris Wilson1-8/+19
2012-04-25sna/gen7: Apply more recent improvements from SNB perf tuningChris Wilson1-189/+152
2012-04-25sna: Do not automagically convert GTT mappings on untiled scanout to CPUChris Wilson1-1/+2
2012-04-25sna: Clear the domain tracking after attaching the bo to scanoutChris Wilson1-0/+5
2012-04-23sna/dri: Always clear the scanout when destroying dri2 buffersChris Wilson1-0/+2
2012-04-20sna: Remove the assertions that the cached upload buffers are activeChris Wilson1-6/+3
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