aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webgl_extensions/extensions.rs
Commit message (Expand)AuthorAgeFilesLines
* Use `#![register_tool]` instead of `#![register_attr]`Simon Sapin2019-11-151-1/+1
* Replace use of gleam in webgl with sparkle.Josh Matthews2019-09-111-1/+1
* Make GL/GLES decisions based on the API in use.Josh Matthews2019-07-121-2/+8
* Add initial support for WebGL compressed texturesMátyás Mustoha2019-05-211-0/+42
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-1/+1
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-1/+1
* Reorder importsPyfisch2018-11-061-2/+2
* Format remaining filesPyfisch2018-11-061-1/+2
* `cargo fix --edition`Simon Sapin2018-11-061-13/+13
* Implement WEBGL_color_buffer_float and EXT_color_buffer_half_float (fixes #22...Josh Matthews2018-11-051-1/+24
* Format script componentchansuke2018-09-191-71/+134
* Always use a WebGLVertexArrayObject to handle vertex attribsAnthony Ramine2018-08-021-45/+4
* Implement instanced WebGL drawing calls (part of #20791)Anthony Ramine2018-07-081-1/+30
* Implement EXT_blend_minmaxAnthony Ramine2018-06-221-1/+15
* Properly enable EXT_shader_texture_lodAnthony Ramine2018-06-221-0/+1
* Implement EXT_texture_filter_anisotropicAnthony Ramine2018-06-061-7/+36
* Add OESElementIndexUint to WebGLExtensions::register_all_extensionsAnthony Ramine2018-05-241-0/+1
* Implement OES_element_index_uint (fixes #20384)Anthony Ramine2018-03-231-4/+16
* Replace NonNullJSObjectPtr with std::ptr::NonNull<JSObject>Simon Sapin2018-01-221-2/+3
* Add support for filtering WebGL extensions based on WebGL versionImanol Fernandez2017-10-311-14/+32
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-9/+9
* Replace uses of libcore with libstd in components/scriptSimon Sapin2017-10-161-1/+1
* Replace NonZero<*mut JSObject> with a wrapper to enable local trait impls.Simon Sapin2017-10-161-3/+3
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-261-2/+2
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-5/+5
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Use FnvHashMap in WebGL implementation.Imanol Fernandez2017-08-241-14/+15
* order derivable traits listsClément DAVID2017-08-231-3/+3
* Implement WebGL OES_standard_derivatives extension.Imanol Fernandez2017-08-221-3/+44
* Revert "Auto merge of #18114 - emilio:revert-webgl-refactor, r=nox"Anthony Ramine2017-08-161-1/+1
* Revert "Auto merge of #17891 - MortimerGoro:webgl_move, r=glennw,emilio"Emilio Cobos Álvarez2017-08-161-1/+1
* Improve WebGL architecture.Imanol Fernandez2017-08-151-1/+1
* Upgrade to the latest version of WebRenderMartin Robinson2017-07-131-1/+1
* Implement WebGL extensions.Imanol Fernandez2017-05-181-0/+197