aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webgl2renderingcontext.rs
Commit message (Expand)AuthorAgeFilesLines
* Add makeXRCompatible for WebGL2, update WebXR WPT expectations (#33097)Daniel Adams2024-08-181-0/+10
* Update mozjs (SpiderMonkey) to 128.0 (#32769)Samson2024-07-291-1/+3
* Fix more clippy (#32740)石蕊 (Pi-Cla)2024-07-091-12/+10
* Fixed some clippy warnings in components (#32107)komuhangi2024-04-191-2/+3
* script: Reduce the use of `unsafe` in LayoutDom (#31979)Martin Robinson2024-04-031-2/+2
* clippy: Allow `too_many_arguments` for existing functions (#31974)eri2024-04-021-2/+1
* clippy: Fix let_and_return warnings (#31964)Oluwatobi Sofela2024-04-011-9/+6
* clippy: Allow `too_many_arguments` for all functions (#31962)komuhangi2024-04-011-0/+2
* fix: omitted the `let` bindings (#31908)Azhar Ismagulova2024-03-271-3/+2
* fixes dereferencing on an immutable reference (#31864)Aarya Khandelwal2024-03-261-1/+1
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-1/+1
* clippy: Fix unneeded return statement warnings (#31776)Oluwatobi Sofela2024-03-201-4/+2
* clippy: Fix many warnings in `components/script` (#31717)Richard Dushime2024-03-191-27/+36
* clippy: Fix several warnings (#31710)RustAndMetal2024-03-181-5/+5
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-222/+222
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-2/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-30/+35
* Update mozjs.Josh Matthews2021-02-181-1/+1
* webgl: Add stub isContextLost API.Josh Matthews2020-07-031-0/+5
* Add support for WebGL2 TexImage2DIstvan Miklos2020-06-181-4/+82
* Implement GPUSwapChain and GPUCanvasContext and interface with WebrenderKunal Mohan2020-06-131-4/+3
* Add support for WebGL2 TexImage2DIstvan Miklos2020-05-261-1/+67
* Add support for WebGL2 TexImage2DIstvan Miklos2020-05-211-4/+100
* Auto merge of #26336 - szeged:mmatyas__webgl_fns_getparam4, r=jdmbors-servo2020-05-011-0/+3
|\
| * Add support for WebGL2 MIN_PROGRAM_TEXEL_OFFSETMátyás Mustoha2020-04-301-0/+3
* | Add support for WebGL2 TexStorage2DMátyás Mustoha2020-04-301-0/+76
|/
* Auto merge of #26354 - jdm:mmatyas__webgl_fns_getparam2, r=jdmbors-servo2020-04-291-17/+49
|\
| * Add support for some more WebGL2 limit parametersMátyás Mustoha2020-04-291-17/+49
* | Add support for WebGL2 buffer types in GetBufferParameterMátyás Mustoha2020-04-281-2/+4
* | Auto merge of #26289 - he4d:master, r=jdmbors-servo2020-04-241-9/+9
|\ \
| * | Replaced failible boolean with an enumTobias Tschinkowitz2020-04-231-9/+9
* | | webgl: Update IDL from upstream to avoid overloading issues.Josh Matthews2020-04-231-45/+46
|/ /
* / Fix InvalidateSubFramebuffer error handlingMátyás Mustoha2020-04-221-1/+1
|/
* Automatically enable WebGL 2 for specific domains.Josh Matthews2020-04-151-1/+22
* webgl: Only error when beginning transform feedback on programs that have no ...Josh Matthews2020-04-081-1/+1
* webgl: Fix active uniform block length check.Josh Matthews2020-04-071-1/+2
* Add initial support for VertexAttribI4*, VertexAttribIPointerIstvan2020-04-071-1/+133
* Update euclidManish Goregaokar2020-04-071-2/+1
* Auto merge of #26025 - szeged:webgl_draw_range_elements, r=jdmbors-servo2020-03-301-0/+68
|\
| * Add support for DrawRangeElements in WebGL2Istvan2020-03-301-0/+68
* | Make LayoutCanvasWebGLRenderingContextHelpers methods take selfAnthony Ramine2020-03-291-1/+1
|/
* 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-3/+3
|\ \ | |/ |/|
| * webgl: Ignore webgl communication errors when dropping vertex array objects.Josh Matthews2020-03-191-3/+3
* | Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-4/+2
|/
* Do not try to read pixels from an FBO without read bufferMátyás Mustoha2020-03-171-1/+5
* Add support for WebGL2 read and draw buffer settingsMátyás Mustoha2020-03-161-0/+69
* webgl: Don't panic on sampler3D and sampler2DArray uniforms.Josh Matthews2020-03-131-0/+3
* Add support for some more WebGL2 renderbuffer functionsMátyás Mustoha2020-03-131-2/+57