aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webgluniformlocation.rs
Commit message (Expand)AuthorAgeFilesLines
* 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