summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-04-29legacy/i810: hwmc additionally depends upon building DRI2.19.0Chris Wilson
2012-04-28sna: Tune relocation array sizeChris Wilson
2012-04-28sna: PolyPoint only uses the gc->fgPixelChris Wilson
2012-04-28sna/gen6: Allow ring switching at the start of a batchChris Wilson
2012-04-28sna: Tweak semaphores-enabled heuristicChris Wilson
2012-04-28sna: Tweak placement choice for high-overhead operationsChris Wilson
2012-04-28sna: Micro-optimise common case of checking a single fenced boChris Wilson
2012-04-25sna: Fixup broken assertionChris Wilson
2012-04-25sna/gen7: Add CS stall before changing WM binding tableChris Wilson
2012-04-25sna/gen7: Apply more recent improvements from SNB perf tuningChris Wilson
2012-04-25sna: Do not automagically convert GTT mappings on untiled scanout to CPUChris Wilson
2012-04-25sna: Clear the domain tracking after attaching the bo to scanoutChris Wilson
2012-04-23sna/dri: Always clear the scanout when destroying dri2 buffersChris Wilson
2012-04-20sna: Remove the assertions that the cached upload buffers are activeChris Wilson
2012-04-20sna: Always clear the mmapped domains when reusing partial upload buffersChris Wilson
2012-04-19sna: Discard proxy upload buffer if we choose to render to itChris Wilson
2012-04-19sna: Don't consider upload proxies as being on the GPU for render targetsChris Wilson
2012-04-18sna: Increase the render target alignment to 4 pixels on gen4+ as wellChris Wilson
2012-04-17sna/dri: Decouple the frame event info after attaching along error pathsChris Wilson
2012-04-17Don't issue a scanline wait while VT switchedChris Wilson
2012-04-16sna: Don't assert exported buffers are not busyChris Wilson
2012-04-14sna: Avoid leaking the plane resources when determining sprite planesChris Wilson
2012-04-14sna: Align texture subsurfaces to 2x2 texture samplesChris Wilson
2012-04-14sna: Align redirect subsurfaces to 2x2 or 4x4 render spansChris Wilson
2012-04-14sna: Align render target sizes on gen2/3 to 4x4 render spansChris Wilson
2012-04-13sna: Avoid using TILING_Y for large objects on gen2/3Chris Wilson
2012-04-13sna: Relax bogus assertionChris Wilson
2012-04-13sna: Limit the buffer reuse for mappable uploads to only those with mmapsChris Wilson
2012-04-13sna: Remove the conflicting assertion during GTT mapChris Wilson
2012-04-13sna: Don't use miSpan code for wide-spans by default, too expensiveChris Wilson
2012-04-13sna: Draw dashed PolyLines twice, once for the fgPixel, once for the bgPixelChris Wilson
2012-04-12sna: Restore CPU domain for vmapped buffers when reusingChris Wilson
2012-04-12sna: Revert use of mmap64()Chris Wilson
2012-04-12sna: Declare AC_SYS_LARGEFILE for mmap64Chris Wilson
2012-04-10sna: Check ioctl return from set-domainChris Wilson
2012-04-10sna: Fix shadowed variableChris Wilson
2012-04-10sna: Fix typo and use the right pointer for kgem_bo_destroyChris Wilson
2012-04-10sna: Add missing alloc failure check for creating tile sourceChris Wilson
2012-04-10sna: Release the freed bo cache upon expireChris Wilson
2012-04-10sna: Check for an inactive partial buffer to reuse after retiring requestsChris Wilson
2012-04-10sna: Release partial buffers during cache expirationChris Wilson
2012-04-10sna: Repeat expire whilst there remaining outstanding requestsChris Wilson
2012-04-10sna: Only move the bo into the read domain for readbackChris Wilson
2012-04-09sna: Add assertions around proxy list handlingChris Wilson
2012-04-09sna/traps: Use a temporary variable for the write pointerChris Wilson
2012-04-09sna/traps: Assert that the inplace row is contained before writingChris Wilson
2012-04-08sna: Add some assertions for misuse of proxiesChris Wilson
2012-04-08sna: Compress adjoining spans during FillSpansChris Wilson
2012-04-08sna: Remove the duplicated check for use-bo? in PolySegmentsChris Wilson
2012-04-08sna: Correct partial-write flag for PolySegments fallbackChris Wilson