| Commit message (Expand) | Author | Age | Files | Lines |
* | Further changes required by Servo | Oriol Brufau | 2023-11-21 | 1 | -12/+12 |
* | Further changes required by Servo | Oriol Brufau | 2023-11-06 | 1 | -3/+35 |
* | Further changes required by Servo | Oriol Brufau | 2023-11-04 | 1 | -1/+1 |
* | Move `*_traits` and other shared types to `shared` | Martin Robinson | 2023-11-03 | 1 | -3/+3 |
* | Clean up a bit of the canvas backend abstractions (#30637) | Ennui Langeweile | 2023-10-27 | 2 | -86/+30 |
* | Use `IpcSharedMemory` for `Canvas2dMsg::DrawImage` (#30544) | Ennui Langeweile | 2023-10-18 | 2 | -11/+26 |
* | Temporarily convert existing cfg(debug_assertions) crashes to warnings (#30578) | Delan Azabani | 2023-10-18 | 1 | -3/+6 |
* | Further changes required by Servo | Oriol Brufau | 2023-10-02 | 1 | -5/+5 |
* | Fix webgl regression after WebRender upgrade (#30390) | Mukilan Thiyagarajan | 2023-09-20 | 1 | -26/+22 |
* | Strict import formatting (grouping and granularity) (#30325) | Samson | 2023-09-11 | 6 | -89/+61 |
* | Upgrade WebRender to e491e1ae637b2eed1e7195855d88357e5eb3ddf9 (#30323) | Martin Robinson | 2023-09-10 | 2 | -16/+21 |
* | remove `extern crate` (#30311) | Samson | 2023-09-08 | 6 | -5/+6 |
* | [chore] Update 'half' in components/canvas (#30098) | Fabrice Desré | 2023-08-15 | 1 | -1/+1 |
* | Remove dependency on surfman-chains (#30090) | Martin Robinson | 2023-08-11 | 3 | -25/+10 |
* | Try to `use` WebRender types more | Martin Robinson | 2023-07-10 | 4 | -50/+54 |
* | Vendor the current version of WebRender | Martin Robinson | 2023-07-03 | 1 | -2/+2 |
* | Remove the DOMToTexture feature | Martin Robinson | 2023-06-27 | 2 | -150/+0 |
* | Further changes required by Servo | Oriol Brufau | 2023-05-24 | 1 | -0/+2 |
* | Start the transition to workspace dependencies | Martin Robinson | 2023-05-17 | 1 | -15/+15 |
* | Bump surfman to 0.6 | Thomas Gardner | 2023-02-24 | 1 | -1/+1 |
* | Use crates.io release of raqote | Alex Touchet | 2023-02-08 | 1 | -1/+1 |
* | Bump euclid to 0.22 | Martin Robinson | 2023-01-26 | 4 | -11/+11 |
* | Update font-kit. | Josh Matthews | 2022-04-01 | 1 | -2/+2 |
* | Updated cssparser dependency to 0.29. | Lewin Probst | 2021-11-18 | 1 | -1/+1 |
* | feat: shorten thread names | yvt | 2021-07-19 | 2 | -2/+2 |
* | Bump `time` to latest `v0.1.x` version. | teymour-aldridge | 2021-06-25 | 1 | -1/+1 |
* | Update to winit 0.24. | Josh Matthews | 2021-03-05 | 1 | -2/+2 |
* | Miscellaneous build / tidy fixes. | Emilio Cobos Álvarez | 2021-02-26 | 1 | -1/+1 |
* | Fix deprecation warnings. | Josh Matthews | 2020-11-12 | 1 | -11/+11 |
* | Auto merge of #27558 - jdm:revert-revert-wrup, r=Manishearth | bors-servo | 2020-08-10 | 1 | -3/+3 |
|\ |
|
| * | Update webrender. | Josh Matthews | 2020-08-10 | 1 | -1/+1 |
| * | Revert "Revert "Update font-kit and freetype and unicode-script."" | Josh Matthews | 2020-08-10 | 1 | -1/+1 |
| * | Revert "Revert "Update raqote, font-kit, fontconfig."" | Josh Matthews | 2020-08-10 | 1 | -2/+2 |
* | | When instantiating a CTFont, store the bytes that were used to create it. | Josh Matthews | 2020-08-07 | 1 | -10/+4 |
* | | Skip missing glyphs when drawing 2d canvas text. | Josh Matthews | 2020-08-07 | 2 | -3/+26 |
|/ |
|
* | webgl: Support preserveDrawingBuffer. | Josh Matthews | 2020-08-06 | 2 | -14/+22 |
* | Revert "Update raqote, font-kit, fontconfig." | Josh Matthews | 2020-08-04 | 1 | -2/+2 |
* | Revert "Update font-kit and freetype and unicode-script." | Josh Matthews | 2020-08-04 | 1 | -1/+1 |
* | Revert "Update webrender." | Josh Matthews | 2020-08-04 | 1 | -1/+1 |
* | Update webrender. | Josh Matthews | 2020-07-31 | 1 | -1/+1 |
* | Update font-kit and freetype and unicode-script. | Josh Matthews | 2020-07-31 | 1 | -1/+1 |
* | Update raqote, font-kit, fontconfig. | Josh Matthews | 2020-07-31 | 1 | -2/+2 |
* | Support depth and stencil in webxr | Alan Jeffrey | 2020-07-10 | 1 | -16/+19 |
* | canvas: Bail out from font loading if no default font can be loaded. | Josh Matthews | 2020-07-06 | 1 | -9/+20 |
* | Support for webxr layer management | Alan Jeffrey | 2020-06-28 | 4 | -221/+439 |
* | style: fix formatting. | Emilio Cobos Álvarez | 2020-06-18 | 1 | -5/+3 |
* | style: Remove the dependency on font-kit from style. | Emilio Cobos Álvarez | 2020-06-18 | 2 | -6/+34 |
* | Auto merge of #26787 - szeged:texi2d_3, r=jdm | bors-servo | 2020-06-18 | 2 | -3/+27 |
|\ |
|
| * | Add support for WebGL2 TexImage2D | Istvan Miklos | 2020-06-18 | 2 | -3/+27 |
* | | Auto merge of #26922 - gterzian:shutdown_webrender, r=jdm | bors-servo | 2020-06-17 | 1 | -10/+8 |
|\ \
| |/
|/| |
|