aboutsummaryrefslogtreecommitdiffstats
path: root/src/servo/gfx/render_layers.rs
Commit message (Expand)AuthorAgeFilesLines
* submodules: Split out GFX and all its dependencies into a servo-gfx submodulePatrick Walton2012-11-111-137/+0
* Add some timing info, update rust-azure to fix crashPatrick Walton2012-11-091-82/+85
* Implement parallel renderingPatrick Walton2012-11-091-3/+9
* gfx: Use pipes to transfer layer buffers between the render supervisor functi...Patrick Walton2012-11-091-4/+19
* gfx: Turn on 512x512 tiles once again, and work around the layer buffer badnessPatrick Walton2012-11-091-5/+4
* gfx: Supply our own buffers to accommodate the Mac DMA requirementsPatrick Walton2012-11-091-1/+31
* Throw away the initial texture immediatelyPatrick Walton2012-11-091-0/+2
* servo: Allow a render backend to be specified on the command line (-r)Patrick Walton2012-11-091-2/+4
* gfx: De-Cairo layersPatrick Walton2012-11-081-10/+3
* gfx: Disable tiles for now due to bustagePatrick Walton2012-10-271-1/+2
* gfx: Implement tiled renderingPatrick Walton2012-10-251-28/+55
* Update rust-azurePatrick Walton2012-10-251-0/+7
* gfx: Place rects in the layer buffers, not just sizesPatrick Walton2012-10-251-2/+4
* gfx: Use layer buffer sets instead of a single layer bufferPatrick Walton2012-10-251-5/+6
* Split out xlib to rust-xlib and cairo to rust-cairo.Brian J. Burg2012-10-251-2/+2
* gfx: Take advantage of Apple extensions to DMA layers on the Mac.Patrick Walton2012-10-181-2/+12
* servo: Update to Rust 754704ea9442ce92602f8022f6c979824b016842Patrick Walton2012-10-181-1/+1
* Extract RenderContext from render_taskBrian Anderson2012-10-181-1/+1
* gfx: Implement window resizingPatrick Walton2012-10-111-1/+0
* gfx: Move Cairo surfaces into the layer buffersPatrick Walton2012-10-111-1/+5
* Stub RenderLayers.Patrick Walton2012-10-111-0/+36