aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webglshader.rs
Commit message (Expand)AuthorAgeFilesLines
* script: Make most of 2D canvas and WebGL run over IPC.Patrick Walton2015-07-251-8/+8
* address review commentsecoal952015-07-061-8/+6
* webgl: Make bind* calls more spec-compliantecoal952015-07-061-1/+1
* webgl: Refactor implementation to move logic inside the DOM interfacesecoal952015-07-061-6/+94
* Upgrade to SM 39Michael Wu2015-06-191-5/+5
* Fix WebGL objects inheritanceecoal952015-05-041-3/+4
* It implements enough WebGL spec to draw a triangleDiego Marcos2015-05-021-0/+39