summaryrefslogtreecommitdiff
path: root/src/sna/sna_render.c
AgeCommit message (Expand)Author
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
2012-06-21sna/gen3+: Keep vbo cachedChris Wilson
2012-06-19sna: Assert expected return valuesChris Wilson
2012-06-19sna: Avoid copying unintialised data during source picture uploadChris Wilson
2012-06-13Lots of trivial semantic fixesChris Wilson
2012-06-07sna: Actually create Y-tiled source pixmapsChris Wilson
2012-06-05sna: Try to create Y-tiled pixmaps for initial source boChris Wilson
2012-06-04sna: Remove bogus check for color == 0Chris Wilson
2012-06-04sna: Check that the buffer was allocated prior to caching itChris Wilson
2012-05-18sna: Give the proxy a unique nameChris Wilson
2012-05-06sna: Add a pair of asserts to track down a NULL pointer dereferenceChris Wilson
2012-05-03sna: Maintain a reference to the chain of proxiesChris Wilson
2012-05-03sna: Remove extraneous SCANOUT flagsChris Wilson
2012-05-03sna: Fix offset for combining damageChris Wilson
2012-04-14sna: Align texture subsurfaces to 2x2 texture samplesChris Wilson
2012-04-14sna: Align redirect subsurfaces to 2x2 or 4x4 render spansChris Wilson
2012-04-06sna: Correct the damage offset for redirected renderingChris Wilson
2012-03-25sna/gen2+: Approximate expensive gradients when using imprecise renderingChris Wilson
2012-03-18sna: Fixup the cpu shadow mappings before uploading the boxChris Wilson
2012-03-13sna: Refactor source upload-to-gpuChris 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: After move-to-gpu signals yes, force the GPU bo creationChris Wilson
2012-03-08sna: Fix handling of large glyphs following large and shared buffer workChris Wilson