| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | 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 |
* | Remove some unused dependency declarations | Simon Sapin | 2020-05-29 | 1 | -1/+0 |
* | update rust toolchain | Kunal Mohan | 2020-05-21 | 1 | -1/+1 |
* | Dedupe dwrote | atouchet | 2020-05-12 | 1 | -15/+14 |
* | Convert all uses of UpdateResources api to use webrender transactions. | Josh Matthews | 2020-05-11 | 4 | -6/+28 |
* | Update webrender. | Josh Matthews | 2020-05-11 | 1 | -1/+1 |
* | Auto merge of #26336 - szeged:mmatyas__webgl_fns_getparam4, r=jdm | bors-servo | 2020-05-01 | 1 | -1/+10 |
|\ |
|
| * | Add support for WebGL2 MIN_PROGRAM_TEXEL_OFFSET | Mátyás Mustoha | 2020-04-30 | 1 | -1/+10 |
* | | webgl: Return TEXTURE_IMMUTABLE_FORMAT as a boolean; don't panic on macOS for... | Josh Matthews | 2020-04-30 | 1 | -0/+5 |
* | | webgl: Add missing RGB8 texture format combination. | Josh Matthews | 2020-04-30 | 1 | -1/+2 |
* | | webgl: Fix tidy | Mátyás Mustoha | 2020-04-30 | 1 | -8/+4 |
* | | webgl: Fix support for float/half-float texture formats. | Josh Matthews | 2020-04-30 | 1 | -11/+22 |
* | | Add support for WebGL2 TexStorage2D | Mátyás Mustoha | 2020-04-30 | 1 | -3/+20 |
|/ |
|
* | Add support for some more WebGL2 limit parameters | Mátyás Mustoha | 2020-04-29 | 2 | -19/+73 |
* | Update surfman to 0.2 and remove glutin | Alan Jeffrey | 2020-04-17 | 3 | -172/+319 |
* | Auto merge of #26147 - jdm:linewidth, r=nox | bors-servo | 2020-04-14 | 1 | -1/+7 |
|\ |
|
| * | webgl: Avoid GL errors with LineWidth commands. | Josh Matthews | 2020-04-08 | 1 | -1/+7 |
* | | Remove assertion for negative value from get_uniform_location | Daniel Alley | 2020-04-09 | 1 | -1/+0 |
* | | Auto merge of #26136 - asajeffrey:goodbye-webvr, r=Manishearth | bors-servo | 2020-04-08 | 2 | -20/+1 |
|\ \
| |/
|/| |
|
| * | Remove WebVR | Alan Jeffrey | 2020-04-08 | 2 | -20/+1 |
* | | Add initial support for VertexAttribI4*, VertexAttribIPointer | Istvan | 2020-04-07 | 1 | -1/+6 |
* | | Update euclid | Manish Goregaokar | 2020-04-07 | 1 | -17/+1 |
|/ |
|
* | Add support for DrawRangeElements in WebGL2 | Istvan | 2020-03-30 | 1 | -0/+1 |
* | Revert "Add a simple implementation of CanvasRenderingContext2d.fillText" | Paul Rouget | 2020-03-24 | 3 | -104/+4 |
* | Add a simple implementation of CanvasRenderingContext2d.fillText | kaiakz | 2020-03-19 | 3 | -4/+104 |
* | Add support for WebGL2 read and draw buffer settings | Mátyás Mustoha | 2020-03-16 | 1 | -0/+2 |
* | Add support for some more WebGL2 renderbuffer functions | Mátyás Mustoha | 2020-03-13 | 1 | -0/+31 |
* | Auto merge of #25855 - jdm:surface-inversion, r=Manishearth,asajeffrey | bors-servo | 2020-03-09 | 4 | -56/+67 |
|\ |
|
| * | Integrate swapchain surface provider changes into webgl and webxr implementat... | Josh Matthews | 2020-03-09 | 4 | -56/+67 |
* | | Add support for WebGL2 GetFragDataLocation | Mátyás Mustoha | 2020-03-09 | 2 | -1/+7 |
|/ |
|
* | Auto merge of #25863 - servo:synup, r=jdm | bors-servo | 2020-03-05 | 3 | -5/+5 |
|\ |
|
| * | Remove syn 0.15 from our crate graph (fixes #24421) | Anthony Ramine | 2020-03-05 | 3 | -5/+5 |
* | | Add support for WebGL2 FramebufferTextureLayer | Mátyás Mustoha | 2020-03-04 | 3 | -1/+22 |
* | | Auto merge of #25798 - szeged:mmatyas__webgl_fns_framebuf_invalidate, r=jdm | bors-servo | 2020-03-03 | 2 | -1/+7 |
|\ \ |
|
| * | | Add support for WebGL2 framebuffer invalidation | Mátyás Mustoha | 2020-03-03 | 2 | -1/+7 |
| |/ |
|
* / | Make fill_rect() draw patterns correctly | pylbrecht | 2020-03-03 | 2 | -32/+42 |
|/ |
|
* | Auto merge of #25801 - pylbrecht:arc.refactor, r=jdm | bors-servo | 2020-02-26 | 2 | -82/+58 |
|\ |
|
| * | Refactor arc() and ellipse() to use lyon_geom::Arc | pylbrecht | 2020-02-26 | 2 | -82/+58 |
* | | Remove azure canvas backend | Daniel Alley | 2020-02-25 | 5 | -857/+5 |
* | | Add support for WebGL2 clear buffer operations | Mátyás Mustoha | 2020-02-24 | 2 | -1/+13 |
* | | Add profiling for WebXR | Manish Goregaokar | 2020-02-22 | 2 | -4/+30 |
* | | Update ipc-channel and crossbeam-channel. | Josh Matthews | 2020-02-20 | 1 | -2/+2 |
|/ |
|