summaryrefslogtreecommitdiff
path: root/src/sna/sna_accel.c
AgeCommit message (Expand)Author
2012-05-03sna: Ensure drawables are clipped against the pixmap before migrationChris Wilson
2012-05-03sna: Maintain a reference to the chain of proxiesChris Wilson
2012-05-03sna: Don't discard GPU buffer if we only want to read back for the operationChris Wilson
2012-05-03sna: Avoid reducing damage for synchronisationChris Wilson
2012-05-02sna: Always try to operate inplace if we an LLC gpu boChris Wilson
2012-05-02sna: Fallback for glyphs too large for XY_TEXT_IMMEDIATEChris Wilson
2012-04-28sna: PolyPoint only uses the gc->fgPixelChris 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-20sna: Remove the assertions that the cached upload buffers are activeChris Wilson
2012-04-19sna: Discard proxy upload buffer if we choose to render to itChris Wilson
2012-04-13sna: Avoid using TILING_Y for large objects on gen2/3Chris 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-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-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
2012-04-06sna: Relase the upload cache when overwriting with PutImageChris Wilson
2012-04-03sna: Apply CoordMode when computing point extentsChris Wilson
2012-04-03sna: Debugging flil spans and their clippingChris Wilson
2012-04-02sna: Use the solid spans fast paths for dashed zero-width lines as wellChris Wilson
2012-04-01sna: Apply composite offset to damage for spans fast pathsChris Wilson
2012-04-01sna: Fix assertion to look at bbox of all boxes/pointsChris Wilson
2012-04-01sna: Assert that drawing boxes are within boundsChris Wilson
2012-03-22sna: Make the fallback debugging messages more consistentChris Wilson
2012-03-22sna: Update the target bo after changing from Y tilingChris Wilson
2012-03-22sna: Correctly test for clear glyphs when searching for ones to skipChris Wilson
2012-03-21sna: Assert that the tiled blt is correctly clippedChris Wilson
2012-03-20sna: Decouple the private data after UnrealizeFontChris Wilson
2012-03-15sna: Correct the order of screen private teardownChris Wilson
2012-03-15sna: Prefer the CPU bo for uploads if last access was not through the shadowChris Wilson
2012-03-15sna: Fixup the shadow pixmap pointer for move-to-gpuChris Wilson
2012-03-14sna/traps: Explicitly create an unattach pixmap for fallbackChris Wilson
2012-03-14sna: Ellide no-op image glyphsChris Wilson
2012-03-14sna: Don't mark cached upload buffers for inactivity expirationChris Wilson
2012-03-13sna: Reuse the cached upload as a source GPU boChris Wilson
2012-03-13sna: Defer the release of the upload buffer cache till retirementChris Wilson
2012-03-13sna: Destroy the cached upload buffer if before copying into itChris Wilson
2012-03-13sna: Only use the cpu bo for xfer between CPU and GPU if either is busyChris Wilson
2012-03-13sna: Reuse the same upload buffer for the duration of the batchChris Wilson
2012-03-12sna: Always reset the source counter after rendering to with the CPUChris Wilson
2012-03-12sna: Treat backing pixmaps no differently from their forward facing cousinsChris Wilson
2012-03-09sna/traps: Add a fast path for narrow masksChris Wilson
2012-03-09sna: Handle partial reads with a pending clearChris Wilson
2012-03-08sna: Fix handling of large glyphs following large and shared buffer workChris Wilson