aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx/render_task.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename gfx/render_task.rs -> gfx/paint_task.rsTetsuharu OHZEKI2014-12-081-592/+0
* layout: Implement `opacity` per CSS-COLOR § 3.2.Patrick Walton2014-12-031-1/+1
* gfx: Rewrite display list construction to make stacking-contexts morePatrick Walton2014-11-141-62/+82
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-8/+7
* Invert control flow, fix resizing, and improve checkerboardingPatrick Walton2014-11-041-2/+5
* Dynamically check DOMRefCell access from layout in debug buildsKeegan McAllister2014-10-241-1/+2
* gfx: Paint in parallel in CPU painting modePatrick Walton2014-10-221-180/+300
* gfx: Switch the default to CPU painting.Patrick Walton2014-10-211-4/+4
* gfx: Don't needlessly push and pop clip rects all the time.Patrick Walton2014-10-201-5/+3
* Use opts as a global, to avoid cloning and passing the struct all over the code.Glenn Watson2014-10-201-6/+2
* Remove render backend option as it doesn't work and confuses people.Glenn Watson2014-10-201-4/+6
* layout: Rewrite clipping to be per-display-item instead of havingPatrick Walton2014-10-131-3/+9
* Account for RenderLayer position when optimizing display listMartin Robinson2014-10-031-5/+11
* Eliminate warningsKeegan McAllister2014-09-201-2/+2
* Added more complex profiling metadata.Clark Gaebel2014-09-171-3/+2
* Store one RenderState per-pipeline in the CompositorBryan Bell2014-09-121-3/+2
* Cargoify servoJack Moffitt2014-09-081-0/+443