aboutsummaryrefslogtreecommitdiffstats
path: root/components/canvas_traits/webgl.rs
Commit message (Expand)AuthorAgeFilesLines
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-9/+9
* remove `extern crate` (#30311)Samson2023-09-081-1/+2
* Remove the DOMToTexture featureMartin Robinson2023-06-271-24/+1
* Support for webxr layer managementAlan Jeffrey2020-06-281-75/+48
* Add support for WebGL2 TexImage2DIstvan Miklos2020-06-181-0/+10
* webgl: Reject incompatible 2d texture pixel data based on texture data type.Josh Matthews2020-05-131-0/+32
* 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 #26136 - asajeffrey:goodbye-webvr, r=Manishearthbors-servo2020-04-081-41/+0
|\
| * Remove WebVRAlan Jeffrey2020-04-081-41/+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-091-2/+9
|\
| * Integrate swapchain surface provider changes into webgl and webxr implementat...Josh Matthews2020-03-091-2/+9
* | 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-221-3/+21
* Add support for WebGL2 uniform matrix operationsMátyás Mustoha2020-01-171-0/+12
* Add support for WebGL2 unsigned uniform operationsMátyás Mustoha2020-01-151-0/+12
* Add initial support for WebGL2 uniform buffer functionsMátyás Mustoha2020-01-091-0/+28
* webgl: Set more ANGLE shader translation properties for WebGL 2.Josh Matthews2020-01-071-0/+7
* Add support for WebGL2 ReadPixels functionsMátyás Mustoha2019-11-261-0/+1
* Auto merge of #24694 - servo:rustup, r=jdmbors-servo2019-11-091-1/+1
|\
| * Fix some warnings new in Rust NightlySimon Sapin2019-11-081-1/+1
* | Add Support for WebGL TransormfeedbackIstvan Miklos2019-11-081-0/+23
|/
* Implement the basic WebGL2 buffer data operationsMátyás Mustoha2019-11-051-0/+2
* Use surfman for managing GL surfacesPatrick Walton2019-11-011-33/+79
* webgl: Lazily clear the canvas right before the first webgl command of the ne...Josh Matthews2019-10-101-8/+4
* Add WebGLSampler supportMátyás Mustoha2019-10-081-0/+8
* Initial implementation of WebGLSyncIstvan Miklos2019-10-021-15/+32
* Initial implementation of WebGLQueriesMátyás Mustoha2019-10-011-0/+6
* webxr: Use the same texture format as the original GL context's framebuffer w...Josh Matthews2019-09-201-0/+8
* Replace use of gleam in webgl with sparkle.Josh Matthews2019-09-111-5/+5
* Replace use of callbacks in webxr by channelsAlan Jeffrey2019-07-261-38/+1
* Update euclid.Emilio Cobos Álvarez2019-07-231-1/+1
* Make GL/GLES decisions based on the API in use.Josh Matthews2019-07-121-6/+8
* Use separate IPC-only locking mechanism when locking from webxrManish Goregaokar2019-07-111-3/+5