aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webgl_extensions/extensions.rs
Commit message (Expand)AuthorAgeFilesLines
* 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