summaryrefslogtreecommitdiff
path: root/src/sna/gen5_render.c
AgeCommit message (Expand)Author
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
2012-02-22sna/gen4: Fix vertex flushing across batch flushingChris Wilson
2012-02-22sna/blt: Avoid clobbering the composite state if we fail to setup the BLTChris Wilson
2012-02-22sna/gen3+: Flush the vertices during vertex-finishChris Wilson
2012-02-21sna/gen3+: Re-emit composite state after flushing CA verticesChris Wilson
2012-02-21sna/gen3+: Only flush the vertices after checking for end-of-batchChris Wilson
2012-02-08sna/gen2+: Force upload rather than perform source transformations on the CPUChris Wilson
2012-02-07sna: Apply offsets correctly for partial src/dst in large copy boxesChris Wilson
2012-02-07sna: Set the damage for render->copy_boxes to NULL before useChris Wilson
2012-02-06sna: Use the proper sna_picture_is_solid() testChris Wilson
2012-02-06sna/gen2+: Exclude solids from being classed as requiring an uploadChris Wilson
2012-02-04sna: Apply redirection for the render copy into large pixmapsChris Wilson
2012-01-31sna/gen5: Always prefer to emit solid fills using the BLTChris Wilson
2012-01-29sna: Detect batch overflow and fallback rather an risk an ENOSPCChris Wilson
2012-01-29sna: Determine whether to use a partial proxy based on the pitchChris Wilson
2012-01-26sna/gen2+: Include being unattached in the list of source fallbacksChris Wilson
2012-01-26sna/gen2+: Do not force use of GPU if the target is simply clearedChris Wilson
2012-01-24sna: mark the pixmap as no longer clear after rendering videoChris Wilson
2012-01-20sna: Move the flush to the backendsChris Wilson
2012-01-16sna/gen[45]: clear the state tracker before setting the formatsChris Wilson
2012-01-16sna/gen[4567]: x1r5g5b5 is only a render target, not samplerChris Wilson
2012-01-15sna/gen5: Check reused source for validityChris Wilson
2012-01-14sna: Pass render operation to flush and avoid the implicit flush-on-batch-endChris Wilson
2012-01-14sna: Upload continuation vertices into mmapped buffersChris Wilson
2012-01-14sna: Be more lenient in not forcing to the GPU if the sources have CPU damageChris Wilson
2012-01-12sna: Reorder composite-done to destroy mask bo before source boChris Wilson
2012-01-12sna/video: Fix for changes in damage apiChris Wilson
2012-01-10sna/gen[23]: Tile render fill to oversized boChris Wilson
2011-12-23sna: Pass usage-hint to move-to-gpuChris Wilson
2011-12-23sna/gen2+: Reuse source channel for mask where possibleChris Wilson
2011-12-22sna: flatten source alphamapsChris Wilson
2011-12-22sna/gen2+: Prefer to use the CPU if we have a source alphamap and CPU picturesChris Wilson
2011-12-20sna: Implement extended fallback handling for src == dst copiesChris Wilson
2011-12-18sna/gen5: Tidy checking against hardcoded maximum 3D sizeChris Wilson
2011-12-18sna/gen2+: If we use the BLT to prepare the target, try using BLT for opChris Wilson
2011-12-18sna/gen5: If we need to flush the composite op, check to see if we can blitChris Wilson
2011-12-18sna/gen5+: First try a blt composite if the source/dest are too largeChris Wilson
2011-12-17sna/gen4+: disable the blend unit for PictOpSrcChris Wilson
2011-12-17src/gen4+: Add support for depth 15 render copies/fillsChris Wilson
2011-12-10sna/gen5: Remove a redundant format checkChris Wilson