aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/gfx/render_task.rs
Commit message (Expand)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-443/+0
* Implement sideways text.Simon Sapin2014-08-291-1/+1
* Update to latest rust-layersMartin Robinson2014-08-151-0/+3
* Merge pull request #3000 from Ms2ger/rendertaskMs2ger2014-08-061-15/+3
|\
| * Use spawn_named_with_send_on_failure for the RenderTask (fixes #2744).Ms2ger2014-08-041-15/+3
* | Rename ReRenderMsg to RenderMsgCameron Zwarich2014-08-051-5/+5
* | Rename RenderMsg to RenderInitMsgCameron Zwarich2014-08-051-2/+2
|/
* Merge pull request #2965 from zwarich/render-state-lessPatrick Walton2014-07-301-3/+4
|\
| * Move RenderState manipulation out of a loop so that we thrash it lessCameron Zwarich2014-07-301-3/+4
* | Call NativeSurface::upload through a mut reference.Matt Brubeck2014-07-301-1/+1
|/
* Track rerender msgsBryan Bell2014-07-261-0/+1
* Revert "Merge pull request #2819 from bjwbell/iframe-layers"Cameron Zwarich2014-07-191-7/+15
* Restructure compositor layers to work with iframesBryan Bell2014-07-191-15/+7
* Changes reflecting the latest version of rust-layersMartin Robinson2014-07-161-3/+6
* Remove FIXMEs related to batching buffer requestsCameron Zwarich2014-07-101-3/+0
* Make RenderListener::paint take multiple repliesCameron Zwarich2014-07-101-3/+1
* Batch replies in RenderTask::renderCameron Zwarich2014-07-101-4/+13
* Check whether the render task has permission to paint before paintingCameron Zwarich2014-07-101-7/+8
* Make ReRenderMsg take multiple ReRenderRequestsCameron Zwarich2014-07-101-6/+9
* Separate the contents of ReRenderMsg into its own typeCameron Zwarich2014-07-101-3/+10
* Next stage of refactoring font system. This commit introducesGlenn Watson2014-07-071-6/+6
* Refactor compositor layer tree designMartin Robinson2014-07-021-18/+2
* Run render task on OS thread to avoid Skia memory corruption.Glenn Watson2014-07-021-6/+15
* Rename |Profiler| as |TimeProfiler|.Nicholas Nethercote2014-06-261-8/+8
* Revert parallel render patch due to issue #2718.Glenn Watson2014-06-261-234/+146
* Fix warning in gfx: "variable does not need to be mutable"Tetsuharu OHZEKI2014-06-221-1/+0
* gfx: Don't crash if there is no graphics metadata.Patrick Walton2014-06-201-5/+14
* Revert "Revert "Merge pull request #2609 from brson/parallel-render""Patrick Walton2014-06-201-146/+226
* Revert "Merge pull request #2609 from brson/parallel-render"Lars Bergstrom2014-06-201-226/+146
* Fix typosBrian Anderson2014-06-181-1/+1
* Allow render threads to be specified with -tBrian Anderson2014-06-181-10/+1
* Render in parallelBrian Anderson2014-06-181-146/+235
* gfx: Add display list optimization to eliminate clipped items beforePatrick Walton2014-06-051-10/+16
* Make RenderChan a newtype struct.Cameron Zwarich2014-05-261-18/+7
* Update Rust.Ms2ger2014-05-221-12/+12
* Changes based on reviewMatt Murphy2014-05-041-1/+1
* Convert Vec::new() to vec!()Matt Murphy2014-05-041-1/+1
* ~[] to Vec in main/compositing and associated filesMatt Murphy2014-05-041-6/+5
* This batch of changes upgrades Servo to work with the Rust upgrade as ofLars Bergstrom2014-04-271-8/+8
* Fix some private type in public signature warnings.Josh Matthews2014-04-161-2/+2
* Remove trailing whitespace.Ms2ger2014-04-071-1/+1
* Upgrade rust.Ms2ger2014-04-041-8/+8
* layout: Address review feedback.Patrick Walton2014-04-031-18/+11
* servo: Implement stacking contexts and allow multiple layers perPatrick Walton2014-04-031-166/+213
* Rust upgrade for new master rebaseLars Bergstrom2014-03-181-5/+3
* Check properly for None in the headless compositor caseLars Bergstrom2014-03-181-2/+4
* Warning police.Josh Matthews2014-03-181-1/+1
* Rust upgradesLars Bergstrom2014-03-181-17/+18
* Move from gfx::opts to servo_util::opts.Tetsuharu OHZEKI2014-02-251-1/+1
* Restore failure handlingKeegan McAllister2014-02-121-4/+10