aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webglobject.rs
Commit message (Expand)AuthorAgeFilesLines
* `cargo fix --edition`Simon Sapin2018-11-061-3/+3
* Store a reference to the WebGLRenderingContext in WebGLObjectAnthony Ramine2018-07-241-1/+9
* Make #[dom_struct] a proc_macro attributeAnthony Ramine2017-02-241-0/+1
* Remove and allow some dead code.Ms2ger2016-12-221-8/+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
* more refactoringrohan.prinja2015-10-301-1/+1
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* sort all usesJohann Tuffe2015-08-201-1/+1
* Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-0/+1
* Upgrade to SM 39Michael Wu2015-06-191-2/+2
* Fix WebGL objects inheritanceecoal952015-05-041-1/+1
* It implements enough WebGL spec to draw a triangleDiego Marcos2015-05-021-0/+26