aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webgl_extensions/ext/oestexturehalffloat.rs
Commit message (Expand)AuthorAgeFilesLines
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-2/+3
* webgl: Fix support for float/half-float texture formats.Josh Matthews2020-04-301-10/+8
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-4/+1
* webgl: Always convert float/half-float-based types to internal texture types.Josh Matthews2019-10-291-11/+9
* 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/+7
* `cargo fix --edition`Simon Sapin2018-11-061-4/+4
* Implement WEBGL_color_buffer_float and EXT_color_buffer_half_float (fixes #22...Josh Matthews2018-11-051-4/+1
* Format script componentchansuke2018-09-191-8/+16
* Add support for filtering WebGL extensions based on WebGL versionImanol Fernandez2017-10-311-1/+6
* 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 dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Fix texture_float and texture_half_float detection on some GPUsImanol Fernandez2017-09-051-1/+2
* Implement WebGL extensions.Imanol Fernandez2017-05-181-0/+57