aboutsummaryrefslogtreecommitdiffstats
path: root/components/canvas
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* Remove some unused dependency declarationsSimon Sapin2020-05-291-1/+0
* update rust toolchainKunal Mohan2020-05-211-1/+1
* Dedupe dwroteatouchet2020-05-121-15/+14
* Convert all uses of UpdateResources api to use webrender transactions.Josh Matthews2020-05-114-6/+28
* Update webrender.Josh Matthews2020-05-111-1/+1
* Auto merge of #26336 - szeged:mmatyas__webgl_fns_getparam4, r=jdmbors-servo2020-05-011-1/+10
|\
| * Add support for WebGL2 MIN_PROGRAM_TEXEL_OFFSETMátyás Mustoha2020-04-301-1/+10
* | webgl: Return TEXTURE_IMMUTABLE_FORMAT as a boolean; don't panic on macOS for...Josh Matthews2020-04-301-0/+5
* | webgl: Add missing RGB8 texture format combination.Josh Matthews2020-04-301-1/+2
* | webgl: Fix tidyMátyás Mustoha2020-04-301-8/+4
* | webgl: Fix support for float/half-float texture formats.Josh Matthews2020-04-301-11/+22
* | Add support for WebGL2 TexStorage2DMátyás Mustoha2020-04-301-3/+20
|/
* Add support for some more WebGL2 limit parametersMátyás Mustoha2020-04-292-19/+73
* Update surfman to 0.2 and remove glutinAlan Jeffrey2020-04-173-172/+319
* Auto merge of #26147 - jdm:linewidth, r=noxbors-servo2020-04-141-1/+7
|\
| * webgl: Avoid GL errors with LineWidth commands.Josh Matthews2020-04-081-1/+7
* | Remove assertion for negative value from get_uniform_locationDaniel Alley2020-04-091-1/+0
* | Auto merge of #26136 - asajeffrey:goodbye-webvr, r=Manishearthbors-servo2020-04-082-20/+1
|\ \ | |/ |/|
| * Remove WebVRAlan Jeffrey2020-04-082-20/+1
* | Add initial support for VertexAttribI4*, VertexAttribIPointerIstvan2020-04-071-1/+6
* | Update euclidManish Goregaokar2020-04-071-17/+1
|/
* Add support for DrawRangeElements in WebGL2Istvan2020-03-301-0/+1
* Revert "Add a simple implementation of CanvasRenderingContext2d.fillText"Paul Rouget2020-03-243-104/+4
* Add a simple implementation of CanvasRenderingContext2d.fillTextkaiakz2020-03-193-4/+104
* Add support for WebGL2 read and draw buffer settingsMátyás Mustoha2020-03-161-0/+2
* Add support for some more WebGL2 renderbuffer functionsMátyás Mustoha2020-03-131-0/+31
* Auto merge of #25855 - jdm:surface-inversion, r=Manishearth,asajeffreybors-servo2020-03-094-56/+67
|\
| * Integrate swapchain surface provider changes into webgl and webxr implementat...Josh Matthews2020-03-094-56/+67
* | Add support for WebGL2 GetFragDataLocationMátyás Mustoha2020-03-092-1/+7
|/
* Auto merge of #25863 - servo:synup, r=jdmbors-servo2020-03-053-5/+5
|\
| * Remove syn 0.15 from our crate graph (fixes #24421)Anthony Ramine2020-03-053-5/+5
* | Add support for WebGL2 FramebufferTextureLayerMátyás Mustoha2020-03-043-1/+22
* | Auto merge of #25798 - szeged:mmatyas__webgl_fns_framebuf_invalidate, r=jdmbors-servo2020-03-032-1/+7
|\ \
| * | Add support for WebGL2 framebuffer invalidationMátyás Mustoha2020-03-032-1/+7
| |/
* / Make fill_rect() draw patterns correctlypylbrecht2020-03-032-32/+42
|/
* Auto merge of #25801 - pylbrecht:arc.refactor, r=jdmbors-servo2020-02-262-82/+58
|\
| * Refactor arc() and ellipse() to use lyon_geom::Arcpylbrecht2020-02-262-82/+58
* | Remove azure canvas backendDaniel Alley2020-02-255-857/+5
* | Add support for WebGL2 clear buffer operationsMátyás Mustoha2020-02-242-1/+13
* | Add profiling for WebXRManish Goregaokar2020-02-222-4/+30
* | Update ipc-channel and crossbeam-channel.Josh Matthews2020-02-201-2/+2
|/