summaryrefslogtreecommitdiff
path: root/src/sna/gen5_render.c
AgeCommit message (Expand)Author
2012-08-27Revert "sna: Cleanup composite redirection after substituting the BLT"Chris Wilson
2012-08-26sna/gen5+: Use the common methods for choosing the render targetsChris Wilson
2012-08-26sna: Cleanup composite redirection after substituting the BLTChris Wilson
2012-08-26sna/gen4+: Check for allocation failure for the clear solid boChris Wilson
2012-08-24sna: Allow the batch to be flushed if the GPU is idle upon a context switchChris Wilson
2012-08-20sna: Trim a parameter from kgem_bo_mark_dirty() and add some assertionsChris Wilson
2012-08-20sna: Remove confusing is_cpu()Chris Wilson
2012-08-18sna: Avoid forcing an upload for an unblittable bo unless on a fallback pathChris Wilson
2012-08-11sna/gen2-5: Substitute an equivalent BLT composite operationChris Wilson
2012-08-08sna/gen5: Add DBG for context switchingChris Wilson
2012-08-08sna/gen5: Fix use of uninitialised rgba value for DBGChris Wilson
2012-08-01sna/gen6+: Reduce floats-per-vertex for spansChris Wilson
2012-08-01sna/gen4+: Implement an opacity shaderChris Wilson
2012-07-30sna/gen5: Compile basic kernels at runtimeChris Wilson
2012-07-26sna/gen4: Tweak heuristics for render/blt usageChris Wilson
2012-07-21sna: Only update a buffer when it becomes dirtyChris Wilson
2012-07-19sna/gen4: Hookup composite spansChris Wilson
2012-07-18sna/gen4+: Drop unsupported source formatsChris Wilson
2012-07-14sna/gen4+: Fix up card/dest format confusion in previous commitChris Wilson
2012-07-14sna/gen4+: Translate to card format using a switchChris Wilson
2012-07-14sna: Aim for consistency and use stdbool except for core X APIsChris Wilson
2012-07-09sna: Simplify the DBG incarnationChris Wilson
2012-07-04sna: Pass a hint to the backends when using copy_boxes for readbackChris Wilson
2012-06-28sna/gen5: Check harder for need_upload() fallbacksChris Wilson
2012-06-25sna/gen5: Tweak thread allocationsChris Wilson
2012-06-22sna/gen3+: Remove stale assertions for cached vboChris Wilson
2012-06-21sna/gen3+: Keep vbo cachedChris Wilson
2012-06-17sna: Add tiling for spansChris Wilson
2012-06-06sna/gen4+: Add missing "fall through" commentsChris Wilson
2012-06-05sna/gen2+: Tweak placement of operations for CPU-bound large pixmapsChris Wilson
2012-06-04sna/gen4+: Use an explicit invalid value for aluChris Wilson
2012-06-01sna: Replace invalid signed value with unsigned ~0 for uint8_tChris Wilson
2012-06-01sna: Drop return value from 3D point transformChris Wilson
2012-06-01sna/gen3+: Guard against a kgem_bo_destroy(NULL)Chris Wilson
2012-05-29sna: Trim the set of includesChris Wilson
2012-05-08sna: Fix off-by-one in checking available execbuffer slotsChris Wilson
2012-05-08sna: Expand batch buffersChris Wilson
2012-05-08sna/gen[345]: Clear used vertices when discarding unmappable vboChris Wilson
2012-05-06sna/gen2+: Fix typo for computing redirected extents for render copyChris Wilson
2012-04-02sna/gen3+: Fix sampling of borders around gradientsChris Wilson
2012-03-25sna/gen2+: Approximate expensive gradients when using imprecise renderingChris Wilson
2012-03-18sna/gen[345]: Convert CPU mappings to GTT for vertices on submitChris Wilson
2012-03-08sna/gen2+: Use the reduced operator from CompositeRectanglesChris Wilson
2012-03-08sna/gen2+: Prefer not to fallback if the source is busyChris Wilson
2012-03-07sna/gen5: Hook in the poor-man's linear gradientChris Wilson
2012-03-02sna: Pass usage hint for creating linear buffersChris Wilson
2012-03-01sna/gen5: Help the compiler avoid an uncached readChris Wilson
2012-02-25sna/gen3+: Keep the vertex buffer resident between batchesChris Wilson
2012-02-23sna/gen5 Refactor get_rectangles() to re-emit state after a flushChris Wilson
2012-02-23sna/gen3+: Force a batch flush when run out of CA vboChris Wilson