aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webgl_extensions/ext
Commit message (Expand)AuthorAgeFilesLines
* Replace uses of libcore with libstd in components/scriptSimon Sapin2017-10-161-3/+2
* Remove use of unstable box syntax.Simon Sapin2017-10-167-7/+7
* Rename Root<T> to DomRoot<T>Anthony Ramine2017-09-267-18/+18
* Rename DOMRefCell<T> to DomRefCell<T>Anthony Ramine2017-09-261-3/+3
* Rename MutNullableJS<T> to MutNullableDom<T>Anthony Ramine2017-09-262-6/+6
* Rename JS<T> to Dom<T>Anthony Ramine2017-09-262-7/+7
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-267-8/+7
* Fix texture_float and texture_half_float detection on some GPUsImanol Fernandez2017-09-052-2/+4
* Implement WebGL OES_standard_derivatives extension.Imanol Fernandez2017-08-222-0/+51
* Revert "Auto merge of #18114 - emilio:revert-webgl-refactor, r=nox"Anthony Ramine2017-08-162-9/+8
* Revert "Auto merge of #17891 - MortimerGoro:webgl_move, r=glennw,emilio"Emilio Cobos Álvarez2017-08-162-8/+9
* Improve WebGL architecture.Imanol Fernandez2017-08-152-9/+8
* Upgrade to the latest version of WebRenderMartin Robinson2017-07-132-3/+3
* Implement WebGL extensions.Imanol Fernandez2017-05-187-0/+471