aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx/paint_thread.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove old rendering backend.Glenn Watson2016-10-181-779/+0
* Integrate stacking contexts into the display listMartin Robinson2016-10-131-49/+29
* Move thread_state to style.Ms2ger2016-08-221-1/+1
* Update euclid to 0.10.1Anthony Ramine2016-08-211-8/+8
* layout: Make the stacking context take into account the children transform wh...Emilio Cobos Álvarez2016-08-161-1/+1
* Update to euclid 0.8Martin Robinson2016-08-121-3/+3
* Auto merge of #11850 - splav:box-shadow#11662, r=glennwbors-servo2016-07-271-1/+1
|\
| * Fix PaintContext page_rect due to display list originAlexandrov Sergey2016-07-131-1/+1
* | Auto merge of #12563 - emilio:stylo, r=bholley,jdm,pcwaltonbors-servo2016-07-271-4/+3
|\ \
| * | Some debugging improvements and code style nits across gfx and constellation.Emilio Cobos Álvarez2016-07-271-4/+3
* | | Accumulate subpixels through stacking contextsMartin Robinson2016-07-271-0/+1
|/ /
* / Removed panic channel, replaced by integrated logging and issue reporting.Alan Jeffrey2016-07-201-7/+7
|/
* gfx: Don't create paint threads when WebRender is in use.Patrick Walton2016-06-281-0/+6
* Move ChromeToPaintMsg to gfx_traits.Ms2ger2016-06-241-19/+3
* Remove the paint shutdown channel.Ms2ger2016-06-041-36/+28
* Auto merge of #11585 - asajeffrey:constellation-avoid-deadlock-during-pipelin...bors-servo2016-06-031-1/+1
|\
| * Avoid deadlock when shutting down.Alan Jeffrey2016-06-031-1/+1
* | Remove support for gpu painting.Ms2ger2016-06-031-58/+10
|/
* script: Keep the DOM-side viewport up to date when scrolling happens inPatrick Walton2016-05-311-1/+2
* Report use statements that use {} with only one entryCullen Rhodes2016-05-271-1/+1
* Simplify PaintThread::create().Ms2ger2016-05-201-5/+3
* Remove ConstellationChan.Ms2ger2016-05-191-4/+3
* Auto merge of #10810 - mrobinson:displayitem, r=pcwaltonbors-servo2016-04-261-10/+10
|\
| * Merge DisplayListEntry into DisplayItemMartin Robinson2016-04-221-10/+10
* | Added a dedicated panic channel.Alan Jeffrey2016-04-191-7/+5
|/
* Updated euclid to version 0.6.5Peter2016-04-171-16/+16
* Added panic message to failures.Alan Jeffrey2016-04-131-1/+1
* No more headless compositor. Just the normal one.Michael Howell2016-03-241-5/+4
* canvas: Remove all the canvas layerization infrastructureEmilio Cobos Álvarez2016-03-231-11/+0
* Deny unsafe code in more crates.Ms2ger2016-03-181-0/+1
* Flatten display list structureMartin Robinson2016-03-011-249/+319
* Use the select macro on the paint thread.Ms2ger2016-02-011-15/+8
* Remove multiple unused imports in gfxBrandon Fairchild2016-01-161-1/+1
* Move FrameTreeId type to gfx_traits #9221Maciej Skrzypkowski2016-01-131-3/+2
* Move Epoch to gfx_traitsJohn DeSilva2016-01-101-2/+3
* task -> threadrohan.prinja2016-01-101-0/+817