aboutsummaryrefslogtreecommitdiffstats
path: root/components/canvas
Commit message (Expand)AuthorAgeFilesLines
...
* Try to `use` WebRender types moreMartin Robinson2023-07-104-50/+54
* Vendor the current version of WebRenderMartin Robinson2023-07-031-2/+2
* Remove the DOMToTexture featureMartin Robinson2023-06-272-150/+0
* Further changes required by ServoOriol Brufau2023-05-241-0/+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-264-11/+11
* Update font-kit.Josh Matthews2022-04-011-2/+2
* Updated cssparser dependency to 0.29.Lewin Probst2021-11-181-1/+1
* feat: shorten thread namesyvt2021-07-192-2/+2
* 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
* Fix deprecation warnings.Josh Matthews2020-11-121-11/+11
* 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
* | When instantiating a CTFont, store the bytes that were used to create it.Josh Matthews2020-08-071-10/+4
* | Skip missing glyphs when drawing 2d canvas text.Josh Matthews2020-08-072-3/+26
|/
* webgl: Support preserveDrawingBuffer.Josh Matthews2020-08-062-14/+22
* 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 depth and stencil in webxrAlan Jeffrey2020-07-101-16/+19
* canvas: Bail out from font loading if no default font can be loaded.Josh Matthews2020-07-061-9/+20
* Support for webxr layer managementAlan Jeffrey2020-06-284-221/+439
* style: fix formatting.Emilio Cobos Álvarez2020-06-181-5/+3
* style: Remove the dependency on font-kit from style.Emilio Cobos Álvarez2020-06-182-6/+34
* Auto merge of #26787 - szeged:texi2d_3, r=jdmbors-servo2020-06-182-3/+27
|\
| * Add support for WebGL2 TexImage2DIstvan Miklos2020-06-182-3/+27
* | Auto merge of #26922 - gterzian:shutdown_webrender, r=jdmbors-servo2020-06-171-10/+8
|\ \ | |/ |/|
| * blockingly shut-down webrender when exiting webgl_threadGregory Terzian2020-06-171-10/+8
* | Implement GPUSwapChain and GPUCanvasContext and interface with WebrenderKunal Mohan2020-06-131-3/+6
|/
* Auto merge of #26697 - utsavoza:ugo/issue-11681/22-05-2020, r=jdmbors-servo2020-06-124-14/+277
|\
| * Derive Serialize and Deserialize traits for font styles for #[cfg_attr(featur...Utsav Oza2020-06-122-4/+1
| * Fix ./mach build --release --with-layout-2020Utsav Oza2020-06-102-26/+110
| * Enable textAlign, textBaseline and direction attributes for canvasUtsav Oza2020-06-104-50/+165
| * Implement CanvasRenderingContext2D.font propertyUtsav Oza2020-06-104-0/+9
| * Revert unnecessary changesUtsav Oza2020-06-101-34/+34
| * Query layout to resolve canvas font property valueUtsav Oza2020-06-101-1/+1
| * Basic implementation of canvas.fillTextUtsav Oza2020-06-102-4/+61
| * Check for valid arguments before processing canvas.fillTextUtsav Oza2020-06-102-36/+37
* | canvas: Don't panic if webrender isn't reachable.Josh Matthews2020-06-102-2/+5
|/
* Proxy all WR interactions for layout/font/script/canvas threads to the compos...Josh Matthews2020-06-093-44/+42
* Update raqote and associated dependenciesatouchet2020-06-031-1/+1