aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webgl_extensions/ext/oesvertexarrayobject.rs
Commit message (Expand)AuthorAgeFilesLines
* `cargo fix --edition`Simon Sapin2018-11-061-6/+6
* Format script componentchansuke2018-09-191-6/+10
* Always use a WebGLVertexArrayObject to handle vertex attribsAnthony Ramine2018-08-021-97/+7
* Store a reference to the WebGLRenderingContext in WebGLObjectAnthony Ramine2018-07-241-9/+1
* Rename VertexAttribs::set_from to VertexAttribs::clone_fromAnthony Ramine2018-07-051-2/+2
* Introduce VertexAttribDataAnthony Ramine2018-07-051-4/+4
* Rename BoundAttribBuffers to VertexAttribs and make it store a sliceAnthony Ramine2018-07-051-6/+12
* Implement checks for vertex attribs enabled as arrays without a bound bufferAnthony Ramine2018-06-201-12/+12
* Add support for filtering WebGL extensions based on WebGL versionImanol Fernandez2017-10-311-2/+6
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-3/+3
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-261-3/+3
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-261-3/+3
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Revert "Auto merge of #18114 - emilio:revert-webgl-refactor, r=nox"Anthony Ramine2017-08-161-8/+7
* Revert "Auto merge of #17891 - MortimerGoro:webgl_move, r=glennw,emilio"Emilio Cobos Álvarez2017-08-161-7/+8
* Improve WebGL architecture.Imanol Fernandez2017-08-151-8/+7
* Upgrade to the latest version of WebRenderMartin Robinson2017-07-131-2/+2
* Implement WebGL extensions.Imanol Fernandez2017-05-181-0/+166