summaryrefslogtreecommitdiff
path: root/src/sna/sna_render.c
AgeCommit message (Expand)Author
2011-12-22sna: flatten source alphamapsChris Wilson
2011-12-22sna: Avoid fallbacks for convolutions by rendering the convolved textureChris Wilson
2011-12-20sna: Only upload tiny pixmaps on the second useChris Wilson
2011-12-20sna/render: If the pixmap already has a GPU bo, use it for the sourceChris Wilson
2011-12-18sna: Only upload to the source GPU bo if we need tiling to avoid TLB missesChris Wilson
2011-12-17sna: Map the upload buffer using an LLC boChris Wilson
2011-12-15sna: More missing move-to-cpu allocation checksChris Wilson
2011-12-14sna: Check allocation of pixman_image_tChris Wilson
2011-12-13sna: Force a suitable minimum stride for 3D temporariesChris Wilson
2011-12-13sna: Use the CPU bo as a render source if compatible and no GPU boChris Wilson
2011-12-08sna: Beware flushing partial buffers before they are writtenChris Wilson
2011-11-29sna/render: Fix check for "migrate whole pixmap"Chris Wilson
2011-10-30sna: Don't mess with NDEBUGChris Wilson
2011-10-27sna: Use private identifier for internal scratch pixmapsChris Wilson
2011-10-02sna/blt: Use SETUP_MONO to reduce the number of fill relocationsChris Wilson
2011-09-19sna: compile fixes for debuggingChris Wilson
2011-09-17sna: perform a warnings reduction passChris Wilson
2011-09-12sna: Use single precision for computing the texcoord scale factorChris Wilson
2011-08-25sna: Clear structures across server resetChris Wilson
2011-08-24sna/render: allow CLAMP_TO_EDGE for outside samples of extract regions as wellChris Wilson
2011-07-13sna: Add some extra debugging to the texture upload fallback pathsChris Wilson
2011-07-04sna: Trim number of downsample passesChris Wilson
2011-07-01sna: Downsample sources 2x too large to fit in the 3D pipelineChris Wilson
2011-07-01sna/gen2: Implement composite-spansChris Wilson
2011-06-24sna: Also allow BLT copies to discard the alpha channelChris Wilson
2011-06-24sna: Avoid using the BLT to copy between mismatching depthsChris Wilson
2011-06-23sna: For an unbounded op, we need to convert the whole surfaceChris Wilson
2011-06-10sna/blt: Remove a couple of unused members from its op-stateChris Wilson
2011-06-09sna: Remove the stubs from sna_render.cChris Wilson
2011-06-08sna/dri: valgrindifyChris Wilson
2011-06-07sna: Add some more debug commentary to render picture source migrationChris Wilson
2011-06-04sna: Introduce a new acceleration model.Chris Wilson