aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webgl_extensions
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | | Ignoring : - **generated**.rs - python/tidy/servo_tidy_tests/rust_tidy.rs
* 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
| | | | | This reverts commit 4d10d39e8fe841c5fe2ac58da2daaa13c10c140e, reversing changes made to ee94e2b7c0bd327abe8f9545b2a1f792f67a2bdd.
* Revert "Auto merge of #17891 - MortimerGoro:webgl_move, r=glennw,emilio"Emilio Cobos Álvarez2017-08-163-9/+10
| | | | | This reverts commit 90f55ea4580e2a15f7d70d0491444f18b972d450, reversing changes made to 2e60b27a2186a8cba4b952960155dfcf3f47d7db.
* 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