summaryrefslogtreecommitdiff
path: root/src/sna/sna_render.c
AgeCommit message (Expand)Author
2013-01-29sna: Only migrate the sample box if using the BLT engine for a compositeChris Wilson
2013-01-29sna: Verify that we always add the SHM CPU bo to the flush list when usingChris Wilson
2013-01-29sna: Avoid promoting SHM CPU bo to GPU to maintain coherence with SHM clientsChris Wilson
2013-01-27sna: Begin sketching out a threaded rasteriser for spansChris Wilson
2013-01-24sna: Experiment with a threaded renderer for fallback compositingChris Wilson
2013-01-13sna: Relax limitation on not mapping GPU bo with shadow pointersChris Wilson
2012-12-21sna: Remove assertions that the pixmap is wholly defined when uploadingChris Wilson
2012-12-20sna: Check the correct variable for a failed allocationChris Wilson
2012-12-20sna/gen4+: Amalgamate all the gen4-7 vertex buffer emissionChris Wilson
2012-12-17sna: Refine check for an unset context switchChris Wilson
2012-12-09sna: Replace remaining kgem_is_idle() with kgem_ring_is_idle()Chris Wilson
2012-11-30Convert generation counter to octalChris Wilson
2012-11-25sna: Exploit the alpha-fixup of the BLT for texture format conversionsChris Wilson
2012-11-21sna: Assert that we do not replace a GPU bo with a proxyChris Wilson
2012-11-21sna: Skip uploading unintialiased pixmap dataChris Wilson
2012-11-21sna: Do not migrate uninitialised pixmapsChris Wilson
2012-11-21sna: Dispose of local copy for render sourcesChris Wilson
2012-11-20sna: Assert that we do not create a proxy with existent GPU damageChris Wilson
2012-11-11sna: Filter out the full-damage marker when undoing redirectionChris Wilson
2012-10-31sna: Fix a typo in a DBGChris Wilson
2012-10-31sna: Clamp the drawable box to prevent int16 overflowChris Wilson
2012-10-24sna: Add missing ValidatePicture() for flattening alphamapsChris Wilson
2012-10-23sna: Beware 16-bit overflow when computing sample areasChris Wilson
2012-09-14sna: Fix typo for sna_render_picture_flatten()Chris Wilson
2012-08-27sna: A little more DBG to try and identify ratelimiting opsChris Wilson
2012-08-24sna: Allow the batch to be flushed if the GPU is idle upon a context switchChris Wilson
2012-08-22sna: Flush before adding any SHM pixmap into the batchChris Wilson
2012-08-20sna: Flush the batch before preparing for a FlushCallbackChris Wilson
2012-08-18sna: Consider sample wraparound in each direction independentlyChris Wilson
2012-08-18sna: Avoid forcing an upload for an unblittable bo unless on a fallback pathChris Wilson
2012-08-11sna: Add a little DBG for promotion of CPU source boChris Wilson
2012-08-04sna/gen7: Use a temporary to avoid switching rings for overlapping copiesChris Wilson
2012-07-25sna: Reduce ping-pong for Composite with render disabledChris Wilson
2012-07-21sna: s/vmap/snoop/ since we use the flag more genericallyChris Wilson
2012-07-21sna: Refresh experimental userptr vmap supportChris Wilson
2012-07-20sna: Just use composite.box() when we only have one boxChris Wilson
2012-07-19sna: Handle mixed bo/buffers in assertionsChris Wilson
2012-07-19sna/gen4: Hookup composite spansChris Wilson
2012-07-17sna: Rebalance choice of GPU vs CPU boChris Wilson
2012-07-17sna: Avoid the CPU bo readback for render pathsChris Wilson
2012-07-16sna: Share the pixmap migration decision with the BLT composite routinesChris Wilson
2012-07-16sna: Disable snoopable bo for gen4Chris Wilson
2012-07-16sna: Move the disabling of CPU bo for gen4 to the render unitChris Wilson
2012-07-14sna: Allow BLT support on future unknown hardwareChris Wilson
2012-07-14sna: Add some DBG for short-circuiting choice of source boChris 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-08sna: Fixup fb wrapperChris Wilson
2012-07-04sna: Pass a hint to the backends when using copy_boxes for readbackChris Wilson
2012-06-23sna: extend RandR to support super sized monitor configurationsChris Wilson