aboutsummaryrefslogtreecommitdiffstats
path: root/components/canvas_traits
Commit message (Expand)AuthorAgeFilesLines
* Move `*_traits` and other shared types to `shared`Martin Robinson2023-11-037-2207/+0
* Use `IpcSharedMemory` for `Canvas2dMsg::DrawImage` (#30544)Ennui Langeweile2023-10-181-1/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-116-17/+21
* remove `extern crate` (#30311)Samson2023-09-084-8/+5
* Try to `use` WebRender types moreMartin Robinson2023-07-101-1/+2
* Vendor the current version of WebRenderMartin Robinson2023-07-031-1/+1
* Remove the DOMToTexture featureMartin Robinson2023-06-271-24/+1
* Start the transition to workspace dependenciesMartin Robinson2023-05-171-10/+10
* Bump euclid to 0.22Martin Robinson2023-01-261-1/+1
* Updated cssparser dependency to 0.29.Lewin Probst2021-11-181-1/+1
* Bump `time` to latest `v0.1.x` version.teymour-aldridge2021-06-251-1/+1
* Fix three trivial warnings.Dominic Cooney2021-05-231-1/+0
* Miscellaneous build / tidy fixes.Emilio Cobos Álvarez2021-02-261-1/+1
* Support for webxr layer managementAlan Jeffrey2020-06-281-75/+48
* Add support for WebGL2 TexImage2DIstvan Miklos2020-06-181-0/+10
* Fix ./mach build --release --with-layout-2020Utsav Oza2020-06-101-2/+2
* Enable textAlign, textBaseline and direction attributes for canvasUtsav Oza2020-06-101-1/+91
* Implement CanvasRenderingContext2D.font propertyUtsav Oza2020-06-102-0/+3
* Proxy all WR interactions for layout/font/script/canvas threads to the compos...Josh Matthews2020-06-091-2/+0
* Auto merge of #26513 - jdm:webgl2-formats, r=asajeffreybors-servo2020-05-131-0/+32
|\
| * webgl: Reject incompatible 2d texture pixel data based on texture data type.Josh Matthews2020-05-131-0/+32
* | Dedupe dwroteatouchet2020-05-121-4/+4
|/
* Convert all uses of UpdateResources api to use webrender transactions.Josh Matthews2020-05-111-0/+1
* Implement EXT_frag_depthAlexandrov Sergey2020-05-111-1/+3
* Auto merge of #26336 - szeged:mmatyas__webgl_fns_getparam4, r=jdmbors-servo2020-05-011-1/+1
|\
| * Add support for WebGL2 MIN_PROGRAM_TEXEL_OFFSETMátyás Mustoha2020-04-301-1/+1
* | Auto merge of #26333 - szeged:mmatyas__webgl_fns_getparam3, r=jdmbors-servo2020-04-301-0/+9
|\|
| * Add support for even more WebGL2 GetParameter enumsMátyás Mustoha2020-04-301-0/+9
* | webgl: Return TEXTURE_IMMUTABLE_FORMAT as a boolean; don't panic on macOS for...Josh Matthews2020-04-301-1/+4
* | webgl: Fix tidyMátyás Mustoha2020-04-301-3/+15
* | webgl: Fix support for float/half-float texture formats.Josh Matthews2020-04-301-4/+36
* | Add support for WebGL2 TexStorage2DMátyás Mustoha2020-04-301-10/+317
|/
* Add support for some more WebGL2 limit parametersMátyás Mustoha2020-04-291-3/+12
* Update surfman to 0.2 and remove glutinAlan Jeffrey2020-04-171-1/+1
* Auto merge of #26071 - servo:rustup, r=noxbors-servo2020-04-101-1/+1
|\
| * Upgrade to rustc 1.44.0-nightly (42abbd887 2020-04-07)Simon Sapin2020-04-091-1/+1
* | Auto merge of #26136 - asajeffrey:goodbye-webvr, r=Manishearthbors-servo2020-04-082-42/+0
|\ \ | |/ |/|
| * Remove WebVRAlan Jeffrey2020-04-082-42/+0
* | Add initial support for VertexAttribI4*, VertexAttribIPointerIstvan2020-04-071-0/+2
|/
* Add support for DrawRangeElements in WebGL2Istvan2020-03-301-0/+2
* 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/+10
* Auto merge of #25855 - jdm:surface-inversion, r=Manishearth,asajeffreybors-servo2020-03-093-9/+31
|\
| * Integrate swapchain surface provider changes into webgl and webxr implementat...Josh Matthews2020-03-093-9/+31
* | Add support for WebGL2 GetFragDataLocationMátyás Mustoha2020-03-091-0/+1
|/
* Add support for WebGL2 FramebufferTextureLayerMátyás Mustoha2020-03-041-0/+3
* Add support for WebGL2 framebuffer invalidationMátyás Mustoha2020-03-031-0/+2
* Add support for WebGL2 clear buffer operationsMátyás Mustoha2020-02-241-0/+4
* Add profiling for WebXRManish Goregaokar2020-02-222-3/+23
* Update ipc-channel and crossbeam-channel.Josh Matthews2020-02-201-2/+2