aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/webrender_helpers.rs
Commit message (Expand)AuthorAgeFilesLines
* Create own file for background calculations in layoutPyfisch2018-01-061-621/+0
* Format parts of layoutPyfisch2018-01-031-143/+182
* Unify background placement codePyfisch2017-12-281-2/+2
* layout: support tiled gradientsPyfisch2017-12-141-4/+2
* Update WR (AA improvements, many optimizations)Glenn Watson2017-12-071-1/+0
* style: Make all keywords CamelCase for consistency.Emilio Cobos Álvarez2017-12-061-35/+37
* WR update to 4595561c49939cb21be9554c1b85c244508bde73Dzmitry Malyshau2017-11-231-2/+2
* Update WR (opaque image optimizations, property binding optimizations)Glenn Watson2017-11-171-1/+3
* Update WR (dotted border fix, better AA for split primitives)Glenn Watson2017-11-101-0/+1
* Update WR (blur and subpixel text optimizations, recording fix)Glenn Watson2017-11-071-0/+1
* Update WR to use the new sticky positioning APIMartin Robinson2017-10-301-2/+8
* Update WR (line decorations, pre-mul borders, mac fonts)Glenn Watson2017-10-261-6/+3
* Wait as late as possible to assign ClipIdsMartin Robinson2017-10-241-29/+70
* Update WR (box shadows + per-corner radii, elliptical clips).Glenn Watson2017-10-201-2/+3
* Auto merge of #18933 - mrobinson:wr-text-index, r=jdmbors-servo2017-10-191-4/+2
|\
| * Remove DisplayListTraversalMartin Robinson2017-10-181-4/+2
* | Auto merge of #18926 - glennw:update-wr-bs, r=jdmbors-servo2017-10-181-1/+0
|\ \ | |/ |/|
| * Update WR (box shadows, subpixel + alpha text)Glenn Watson2017-10-181-1/+0
* | Switch to using WebRender hit testingMartin Robinson2017-10-171-38/+34
|/
* Update WR (details below):Glenn Watson2017-10-161-2/+2
* Update WR (clip masks on angle gradients, fix clips on transformed images).Glenn Watson2017-10-051-7/+7
* Update WR (implement blur filter, text-shadow blend fixes, frame output fix).Glenn Watson2017-09-191-5/+7
* Auto merge of #18462 - mrobinson:cleanup-building-state, r=emiliobors-servo2017-09-151-14/+14
|\
| * Rename ScrollRoot to ClipScrollNodeMartin Robinson2017-09-151-14/+14
* | Introduce CSSPixelLength and update NonNegativeLength.Boris Chiou2017-09-131-1/+1
* | Update WR (backface API changes).Glenn Watson2017-09-131-27/+30
|/
* Auto merge of #18212 - mrobinson:position-sticky, r=emiliobors-servo2017-09-051-1/+5
|\
| * Add support for position:stickyMartin Robinson2017-09-051-1/+5
* | Update WR (font instance API).Glenn Watson2017-08-311-1/+0
|/
* Revert "Auto merge of #18114 - emilio:revert-webgl-refactor, r=nox"Anthony Ramine2017-08-161-5/+0
* Revert "Auto merge of #17891 - MortimerGoro:webgl_move, r=glennw,emilio"Emilio Cobos Álvarez2017-08-161-0/+5
* Improve WebGL architecture.Imanol Fernandez2017-08-151-5/+0
* Auto merge of #17783 - BorisChiou:stylo/animation/restrictions, r=noxbors-servo2017-08-071-8/+8
|\
| * Bug 1374233 - Part 13: Use NonNegative{*} types for components of Shadow and ...Boris Chiou2017-08-041-8/+8
* | Fix fixed position items with parents with CSS clipsMartin Robinson2017-08-031-13/+12
|/
* Allow overflow:hidden to scroll via scriptMartin Robinson2017-07-261-5/+6
* use DisplayListBuilder::with_capacityAlexis Beingessner2017-07-241-2/+3
* Update WR (switch to new text-decorations API in WR).Glenn Watson2017-07-241-2/+10
* Rounded corners for images and iframes.Martin Robinson2017-07-181-1/+1
* Implement new Webrender PushTextShadow APIAlexis Beingessner2017-07-181-1/+13
* Upgrade to the latest version of WebRenderMartin Robinson2017-07-131-131/+137
* Use the Separator trait for the filter propertyAnthony Ramine2017-06-271-16/+15
* Update WR (z-buffer fix, border-image fill support).Glenn Watson2017-06-211-0/+1
* Use generics for the filter propertyAnthony Ramine2017-06-201-3/+5
* Bump euclid to 0.14.Nicolas Silva2017-06-141-2/+12
* Using TransformStyle::Preserve3DDzmitry Malyshau2017-05-161-7/+20
* Update WR (ellipse border-radius clip, preserve-3d functionality).Glenn Watson2017-05-161-2/+3
* Auto merge of #16666 - pyfisch:gradients, r=emiliobors-servo2017-05-071-1/+21
|\
| * Implement radial gradients for borders.Pyfisch2017-04-301-1/+21
* | Rename PushScrollRoot and remove PopScrollRootMartin Robinson2017-05-051-2/+1