| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
|\ \
| |/
|/| |
|
| * | blockingly shut-down webrender when exiting webgl_thread | Gregory Terzian | 2020-06-17 | 1 | -10/+8 |
* | | Implement GPUSwapChain and GPUCanvasContext and interface with Webrender | Kunal Mohan | 2020-06-13 | 1 | -3/+6 |
|/ |
|
* | Auto merge of #26697 - utsavoza:ugo/issue-11681/22-05-2020, r=jdm | bors-servo | 2020-06-12 | 4 | -14/+277 |
|\ |
|
| * | Derive Serialize and Deserialize traits for font styles for #[cfg_attr(featur... | Utsav Oza | 2020-06-12 | 2 | -4/+1 |
| * | Fix ./mach build --release --with-layout-2020 | Utsav Oza | 2020-06-10 | 2 | -26/+110 |
| * | Enable textAlign, textBaseline and direction attributes for canvas | Utsav Oza | 2020-06-10 | 4 | -50/+165 |
| * | Implement CanvasRenderingContext2D.font property | Utsav Oza | 2020-06-10 | 4 | -0/+9 |
| * | Revert unnecessary changes | Utsav Oza | 2020-06-10 | 1 | -34/+34 |
| * | Query layout to resolve canvas font property value | Utsav Oza | 2020-06-10 | 1 | -1/+1 |
| * | Basic implementation of canvas.fillText | Utsav Oza | 2020-06-10 | 2 | -4/+61 |
| * | Check for valid arguments before processing canvas.fillText | Utsav Oza | 2020-06-10 | 2 | -36/+37 |
* | | canvas: Don't panic if webrender isn't reachable. | Josh Matthews | 2020-06-10 | 2 | -2/+5 |
|/ |
|
* | Proxy all WR interactions for layout/font/script/canvas threads to the compos... | Josh Matthews | 2020-06-09 | 3 | -44/+42 |
* | Update raqote and associated dependencies | atouchet | 2020-06-03 | 1 | -1/+1 |