aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webgluniformlocation.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-1/+3
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-8/+8
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-0/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-3/+3
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+2
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* Use surfman for managing GL surfacesPatrick Walton2019-11-011-0/+10
* 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-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-4/+4
* Format script componentchansuke2018-09-191-1/+7
* Invalidate all WebGLUniformLocation values on program relinkAnthony Ramine2018-07-191-1/+9
* Use active uniforms data to implement gl.uniform* checksAnthony Ramine2018-07-171-13/+33
* 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
* 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
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Expose WebGL-related interfaces only in WindowAnthony Ramine2016-11-301-3/+3
* Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-2/+2
* Use wrappers for GL IDsAnthony Ramine2016-06-281-6/+13
* webgl: Rename UniformType to UniformSetterType and hoist to the bottomEmilio Cobos Álvarez2016-04-191-3/+0
* webgl: Track uniformlocation's programEmilio Cobos Álvarez2016-01-131-3/+10
* more refactoringrohan.prinja2015-10-301-1/+1
* Remove helper traitsAnthony Ramine2015-08-271-5/+2
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* Fix existing syntactics nits.Josh Matthews2015-08-161-1/+1
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+1
* webgl: Refactor implementation to move logic inside the DOM interfacesecoal952015-07-061-2/+2
* Upgrade to SM 39Michael Wu2015-06-191-5/+5
* Implement new WebGL interfaces and methodsecoal952015-06-061-9/+8
* Fix WebGL objects inheritanceecoal952015-05-041-3/+4
* It implements enough WebGL spec to draw a triangleDiego Marcos2015-05-021-0/+38