aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webgl_extensions
Commit message (Expand)AuthorAgeFilesLines
...
* Implement EXT_blend_minmaxAnthony Ramine2018-06-223-1/+66
* Properly enable EXT_shader_texture_lodAnthony Ramine2018-06-222-1/+6
* Implement checks for vertex attribs enabled as arrays without a bound bufferAnthony Ramine2018-06-201-12/+12
* Don't check for GL_OES_element_index_unit with desktop GL (fixes #20921)Anthony Ramine2018-06-121-1/+5
* Implement EXT_texture_filter_anisotropicAnthony Ramine2018-06-063-7/+91
* Implement EXT_shader_texture_lodAnthony Ramine2018-06-042-0/+49
* Move WebGLVertexArrayObjectOES to script::domAnthony Ramine2018-05-242-86/+0
* Add OESElementIndexUint to WebGLExtensions::register_all_extensionsAnthony Ramine2018-05-241-0/+1
* Implement OES_element_index_uint (fixes #20384)Anthony Ramine2018-03-233-4/+67
* Replace NonNullJSObjectPtr with std::ptr::NonNull<JSObject>Simon Sapin2018-01-222-6/+8
* Add support for filtering WebGL extensions based on WebGL versionImanol Fernandez2017-10-3111-23/+85
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-182-14/+16
* Replace uses of libcore with libstd in components/scriptSimon Sapin2017-10-162-4/+3
* Replace NonZero<*mut JSObject> with a wrapper to enable local trait impls.Simon Sapin2017-10-162-8/+7
* Remove use of unstable box syntax.Simon Sapin2017-10-168-8/+8
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-2610-24/+24
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-262-8/+8
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-263-10/+10
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-262-7/+7
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-2610-11/+10
* Fix texture_float and texture_half_float detection on some GPUsImanol Fernandez2017-09-052-2/+4
* Use FnvHashMap in WebGL implementation.Imanol Fernandez2017-08-241-14/+15
* order derivable traits listsClément DAVID2017-08-232-4/+4
* Implement WebGL OES_standard_derivatives extension.Imanol Fernandez2017-08-224-4/+101
* Revert "Auto merge of #18114 - emilio:revert-webgl-refactor, r=nox"Anthony Ramine2017-08-163-10/+9
* Revert "Auto merge of #17891 - MortimerGoro:webgl_move, r=glennw,emilio"Emilio Cobos Álvarez2017-08-163-9/+10
* Improve WebGL architecture.Imanol Fernandez2017-08-153-10/+9
* Upgrade to rustc 1.21.0-nightly (599be0d18 2017-07-26)Simon Sapin2017-07-271-1/+1
* Upgrade to the latest version of WebRenderMartin Robinson2017-07-133-4/+4
* Implement WebGL extensions.Imanol Fernandez2017-05-1811-0/+804