aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webgl_extensions/ext/extshadertexturelod.rs
Commit message (Collapse)AuthorAgeFilesLines
* Make GL/GLES decisions based on the API in use.Josh Matthews2019-07-121-2/+2
|
* 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
|
* Reorder importsPyfisch2018-11-061-3/+3
|
* `cargo fix --edition`Simon Sapin2018-11-061-4/+4
|
* Properly support gl_PointSize and gl_PointCoordAnthony Ramine2018-10-181-2/+2
| | | | | | | | Fixes #21719. Fixes #20993. Fixes #20992. Fixes #21007. Fixes #20979.
* Format script componentchansuke2018-09-191-1/+3
|
* webgl: Emulate some renderbuffer formats in non-GLES.Josh Matthews2018-08-021-5/+2
|
* Properly enable EXT_shader_texture_lodAnthony Ramine2018-06-221-1/+5
|
* Implement EXT_shader_texture_lodAnthony Ramine2018-06-041-0/+48