aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webglrenderingcontext.rs
Commit message (Expand)AuthorAgeFilesLines
* Add support for WebGL2 TexImage2DIstvan Miklos2020-05-261-1/+1
* Add support for WebGL2 TexImage2DIstvan Miklos2020-05-211-7/+11
* webgl: Reject incompatible 2d texture pixel data based on texture data type.Josh Matthews2020-05-131-18/+24
* Implement EXT_frag_depthAlexandrov Sergey2020-05-111-1/+5
* webgl: Return TEXTURE_IMMUTABLE_FORMAT as a boolean; don't panic on macOS for...Josh Matthews2020-04-301-0/+14
* webgl: Fix support for float/half-float texture formats.Josh Matthews2020-04-301-0/+4
* Add support for WebGL2 TexStorage2DMátyás Mustoha2020-04-301-25/+114
* Add support for WebGL2 buffer types in GetBufferParameterMátyás Mustoha2020-04-281-15/+17
* Auto merge of #26289 - he4d:master, r=jdmbors-servo2020-04-241-10/+16
|\
| * Replaced failible boolean with an enumTobias Tschinkowitz2020-04-231-10/+16
* | webgl: Update IDL from upstream to avoid overloading issues.Josh Matthews2020-04-231-252/+361
|/
* Dirty canvas when exiting immersive sessionsManish Goregaokar2020-04-091-1/+1
* Auto merge of #26136 - asajeffrey:goodbye-webvr, r=Manishearthbors-servo2020-04-081-10/+1
|\
| * Remove WebVRAlan Jeffrey2020-04-081-10/+1
* | Add initial support for VertexAttribI4*, VertexAttribIPointerIstvan2020-04-071-22/+67
|/
* Fix misspelled "get_suported_extensions" functionDaniel Alley2020-04-061-1/+1
* webgl: Don't dirty canvas element while in immersive mode.Josh Matthews2020-03-311-0/+6
* Auto merge of #26025 - szeged:webgl_draw_range_elements, r=jdmbors-servo2020-03-301-1/+5
|\
| * Add support for DrawRangeElements in WebGL2Istvan2020-03-301-1/+5
* | Make LayoutCanvasWebGLRenderingContextHelpers methods take selfAnthony Ramine2020-03-291-2/+2
|/
* Auto merge of #26048 - nox:layout-2020-transparent-data, r=jdmbors-servo2020-03-281-1/+1
|\
| * Give a lifetime parameter to LayoutDomAnthony Ramine2020-03-281-1/+1
* | Auto merge of #25998 - jdm:vao-drop, r=noxbors-servo2020-03-271-2/+2
|\ \ | |/ |/|
| * webgl: Ignore webgl communication errors when dropping vertex array objects.Josh Matthews2020-03-191-2/+2
* | Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-6/+1
|/
* Add support for WebGL2 read and draw buffer settingsMátyás Mustoha2020-03-161-0/+5
* Add support for some more WebGL2 renderbuffer functionsMátyás Mustoha2020-03-131-24/+35
* Add VertexArrayObject support for WebGL2Istvan Miklos2020-03-131-80/+210
* Integrate swapchain surface provider changes into webgl and webxr implementat...Josh Matthews2020-03-091-1/+3
* Add support for WebGL2 framebuffer attachmentsMátyás Mustoha2020-02-211-0/+13
* Add initial support for WebGL2 read framebufferMátyás Mustoha2020-02-141-62/+97
* Add support for WebGL2 uniform matrix operationsMátyás Mustoha2020-01-171-39/+31
* Add support for WebGL2 uniform array operationsMátyás Mustoha2020-01-161-84/+114
* Add support for WebGL2 unsigned uniform operationsMátyás Mustoha2020-01-151-50/+62
* Add initial support for WebGL2 uniform buffer functionsMátyás Mustoha2020-01-091-24/+44
* Add support for WebGL2 ReadPixels functionsMátyás Mustoha2019-11-261-2/+6
* Use `#![register_tool]` instead of `#![register_attr]`Simon Sapin2019-11-151-2/+2
* Addresses issues raised in #24465; removes redundancy in set_bitmap_dimensionsBailey Blankenship2019-11-101-1/+16
* Add Support for WebGL TransormfeedbackIstvan Miklos2019-11-081-0/+4
* Implement the basic WebGL2 buffer data operationsMátyás Mustoha2019-11-051-43/+74
* Auto merge of #24616 - teapotd:imageinfo-option-refactoring, r=jdmbors-servo2019-11-011-11/+14
|\
| * Store Option<ImageInfo> instead of making fields optionalteapotd2019-11-011-11/+14
* | Use surfman for managing GL surfacesPatrick Walton2019-11-011-26/+47
|/
* webgl: Lazily clear the canvas right before the first webgl command of the ne...Josh Matthews2019-10-101-33/+13
* Auto merge of #24333 - mmatyas:webgl_fns_samplers, r=jdmbors-servo2019-10-081-11/+1
|\
| * Add WebGLSampler supportMátyás Mustoha2019-10-081-11/+1
* | Auto merge of #24340 - jdm:image-cache-cors, r=Manishearthbors-servo2019-10-071-7/+10
|\ \
| * | Support CORS attributes for image elements.Josh Matthews2019-10-041-7/+10
| |/
* / implement get_image_pixels() for video elementVíctor Manuel Jáquez Leal2019-10-041-3/+8
|/
* Initial implementation of WebGLQueriesMátyás Mustoha2019-10-011-1/+1