aboutsummaryrefslogtreecommitdiffstats
path: root/components/canvas/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Upgrade Stylo to 2024-03-01 (#32089)Oriol Brufau2024-04-161-0/+1
* Update Stylo to 2023-10-16 (#31932)Oriol Brufau2024-03-301-1/+0
* Move Stylo to its own repo (#31350)Delan Azabani2024-02-271-2/+2
* gfx: Rename `WebrenderSurfman` to `RenderingContext` and move to `gfx` (#31184)Martin Robinson2024-01-271-1/+0
* deps: Remove unused crate dependencies (#31185)Martin Robinson2024-01-261-2/+0
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-031-3/+3
* [chore] Update 'half' in components/canvas (#30098)Fabrice Desré2023-08-151-1/+1
* Remove dependency on surfman-chains (#30090)Martin Robinson2023-08-111-4/+1
* Vendor the current version of WebRenderMartin Robinson2023-07-031-2/+2
* Start the transition to workspace dependenciesMartin Robinson2023-05-171-15/+15
* Bump surfman to 0.6Thomas Gardner2023-02-241-1/+1
* Use crates.io release of raqoteAlex Touchet2023-02-081-1/+1
* Bump euclid to 0.22Martin Robinson2023-01-261-4/+4
* Update font-kit.Josh Matthews2022-04-011-2/+2
* Updated cssparser dependency to 0.29.Lewin Probst2021-11-181-1/+1
* Bump `time` to latest `v0.1.x` version.teymour-aldridge2021-06-251-1/+1
* Update to winit 0.24.Josh Matthews2021-03-051-2/+2
* Miscellaneous build / tidy fixes.Emilio Cobos Álvarez2021-02-261-1/+1
* Auto merge of #27558 - jdm:revert-revert-wrup, r=Manishearthbors-servo2020-08-101-3/+3
|\
| * Update webrender.Josh Matthews2020-08-101-1/+1
| * Revert "Revert "Update font-kit and freetype and unicode-script.""Josh Matthews2020-08-101-1/+1
| * Revert "Revert "Update raqote, font-kit, fontconfig.""Josh Matthews2020-08-101-2/+2
* | Skip missing glyphs when drawing 2d canvas text.Josh Matthews2020-08-071-0/+1
|/
* webgl: Support preserveDrawingBuffer.Josh Matthews2020-08-061-1/+1
* Revert "Update raqote, font-kit, fontconfig."Josh Matthews2020-08-041-2/+2
* Revert "Update font-kit and freetype and unicode-script."Josh Matthews2020-08-041-1/+1
* Revert "Update webrender."Josh Matthews2020-08-041-1/+1
* Update webrender.Josh Matthews2020-07-311-1/+1
* Update font-kit and freetype and unicode-script.Josh Matthews2020-07-311-1/+1
* Update raqote, font-kit, fontconfig.Josh Matthews2020-07-311-2/+2
* Support for webxr layer managementAlan Jeffrey2020-06-281-3/+4
* style: Remove the dependency on font-kit from style.Emilio Cobos Álvarez2020-06-181-0/+1
* Add support for WebGL2 TexImage2DIstvan Miklos2020-06-181-1/+1
* Enable textAlign, textBaseline and direction attributes for canvasUtsav Oza2020-06-101-0/+2
* Implement CanvasRenderingContext2D.font propertyUtsav Oza2020-06-101-0/+1
* Check for valid arguments before processing canvas.fillTextUtsav Oza2020-06-101-1/+2
* Update raqote and associated dependenciesatouchet2020-06-031-1/+1
* Remove some unused dependency declarationsSimon Sapin2020-05-291-1/+0
* Dedupe dwroteatouchet2020-05-121-15/+14
* Update webrender.Josh Matthews2020-05-111-1/+1
* Add support for some more WebGL2 limit parametersMátyás Mustoha2020-04-291-1/+1
* Update surfman to 0.2 and remove glutinAlan Jeffrey2020-04-171-1/+2
* Revert "Add a simple implementation of CanvasRenderingContext2d.fillText"Paul Rouget2020-03-241-1/+0
* Add a simple implementation of CanvasRenderingContext2d.fillTextkaiakz2020-03-191-0/+1
* Auto merge of #25855 - jdm:surface-inversion, r=Manishearth,asajeffreybors-servo2020-03-091-1/+1
|\
| * Integrate swapchain surface provider changes into webgl and webxr implementat...Josh Matthews2020-03-091-1/+1
* | Add support for WebGL2 GetFragDataLocationMátyás Mustoha2020-03-091-1/+1
|/
* Auto merge of #25863 - servo:synup, r=jdmbors-servo2020-03-051-1/+1
|\
| * Remove syn 0.15 from our crate graph (fixes #24421)Anthony Ramine2020-03-051-1/+1
* | Add support for WebGL2 FramebufferTextureLayerMátyás Mustoha2020-03-041-1/+1