aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/WebGLRenderingContext.webidl
Commit message (Expand)AuthorAgeFilesLines
* script: Move code generation and webidl files to new script_bindings crate. (...Josh Matthews2025-01-241-688/+0
* webgl: Update IDL exposed members (#33509)Daniel Adams2024-09-221-3/+3
* Remove the DOMToTexture featureMartin Robinson2023-06-271-7/+0
* Convert Web IDL void to undefinedKagami Sascha Rosylight2022-01-051-106/+106
* webgl: Add stub isContextLost API.Josh Matthews2020-07-031-2/+1
* webgl: Update IDL from upstream to avoid overloading issues.Josh Matthews2020-04-231-74/+43
* Add support for WebGL2 uniform matrix operationsMátyás Mustoha2020-01-171-3/+6
* Add support for WebGL2 uniform array operationsMátyás Mustoha2020-01-161-9/+17
* Migrate to IDL mixin syntaxKagami Sascha Rosylight2019-10-011-3/+3
* Update MPL license to https (part 2)Jan Andre Ikenmeyer2018-11-191-1/+1
* Support unions of objects in overloadsAnthony Ramine2018-08-301-4/+1
* Remove WebGLRenderingContext.STENCIL_INDEXAnthony Ramine2018-08-301-1/+2
* Implement gl.getUniform()Anthony Ramine2018-07-181-1/+1
* Fix gl.linkProgram() signatureAnthony Ramine2018-07-051-1/+1
* Implement WebGL GetRenderbufferParameterFausto Núñez Alberro2018-04-241-2/+1
* Move some methods out of the WebGLRenderingContextBase mixinAnthony Ramine2018-04-041-24/+48
* Fix the signature of WebGLRenderingContext::BufferSubDataAnthony Ramine2018-04-041-1/+1
* Properly use Float32List and Int32List for WebGL uniform methodsAnthony Ramine2018-04-031-32/+20
* Remove obsolete BufferDataSourceAnthony Ramine2018-04-031-3/+1
* Clean up WebGLRenderingContext.webidlAnthony Ramine2018-04-031-53/+39
* Implement WebGLRenderingContextBase.getAttachedShadersAnthony Ramine2018-03-241-1/+1
* Adapt uniform[fv] and similar to accept typed array argsIgor Matuszewski2018-03-231-73/+43
* Change WebGL function signatures accepting typed arraysIgor Matuszewski2018-03-231-34/+12
* Fix some more WebGL methodsAnthony Ramine2018-03-231-3/+3
* Make some WebGL parameters non-optional (fixes #8753)Anthony Ramine2018-03-221-15/+15
* Implement WebGL getFramebufferAttachmentParameter APIIgor Gutorov2018-03-221-2/+2
* Add WebGL function glGetTexParameterMartina Kollarova2018-03-061-1/+1
* Implement DOM to textureImanol Fernandez2017-10-161-0/+3
* Implement WebGL extensions.Imanol Fernandez2017-05-181-1/+1
* Fix highp precision in shaders & Implement WebGL::GetShaderPrecisionFormatImanol Fernandez2017-04-211-1/+1
* webgl: Add missing overload of bufferData().Eric Anholt2017-01-041-1/+4
* Expose WebGL-related interfaces only in WindowAnthony Ramine2016-11-301-1/+2
* webgl: Add support for FBO attachments.Eric Anholt2016-10-251-5/+5
* webgl: Add support for renderbufferStorage().Eric Anholt2016-10-251-2/+2
* webgl: Add support for checkFramebufferStatus().Eric Anholt2016-10-251-1/+1
* Auto merge of #13493 - scotttrinh:webgl-idl, r=jdmbors-servo2016-10-121-2/+1
|\
| * Partial fix for #12415: expose WebGL interfacesScott Trinh2016-10-111-2/+1
* | webgl: Implement uniformMatrix*fv.Eric Anholt2016-10-091-0/+9
* | webgl: Handle both sequences and typed arrays, managing the type error oursel...Emilio Cobos Álvarez2016-10-091-3/+27
* | webgl: A few fixes regarding the nullability of WebGL parameters.Emilio Cobos Álvarez2016-10-091-15/+14
* | Fix WebGL tests & Implement WebGLRenderingContext::{validateProgram, getProgr...Imanol Fernandez2016-10-031-3/+3
|/
* implement WebGLRenderingContext::isEnabledOfek2016-09-221-1/+1
* webgl: Add isProgram() support.Eric Anholt2016-08-281-1/+1
* Explicitly expose everything everywhere.Ms2ger2016-07-121-1/+2
* Enable texSubImage2D APIDaosheng Mu2016-06-021-5/+5
* Implement IsBuffer, IsFramebuffer and IsRenderbuffer for WebGLRenderingContextDaniel2016-05-291-3/+3
* Auto merge of #11147 - danlrobertson:webgl-tex, r=emiliobors-servo2016-05-231-5/+7
|\
| * Impl copyTexImage2D and copyTexSubImage2DDaniel Robertson2016-05-231-5/+7
* | Implement SampleCoverageDavid Zbarsky2016-05-221-1/+1
|/
* Auto merge of #10776 - dzbarsky:getVertexAttrib, r=emiliobors-servo2016-05-181-1/+1
|\