aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/vertexarrayobject.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy: Fix more clippy warnings in `components/scripts/dom` (#31914)Rosemary Ajayi2024-03-281-1/+1
* changed `match` to 'matches!' (#31850)Aarya Khandelwal2024-03-251-4/+1
* clippy: Fix many warnings in `components/script` (#31717)Richard Dushime2024-03-191-1/+1
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-3/+3
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-4/+6
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+1
* Replaced failible boolean with an enumTobias Tschinkowitz2020-04-231-12/+11
* Add initial support for VertexAttribI4*, VertexAttribIPointerIstvan2020-04-071-1/+21
* webgl: Ignore webgl communication errors when dropping vertex array objects.Josh Matthews2020-03-191-5/+5
* Add VertexArrayObject support for WebGL2Istvan Miklos2020-03-131-0/+296