aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webglbuffer.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* script: Make most of 2D canvas and WebGL run over IPC.Patrick Walton2015-07-251-6/+7
| | | | | | To actually make the multiprocess communication work, we'll need to reroute the task creation to the pipeline or the compositor. But this works as a first step.
* address review commentsecoal952015-07-061-2/+3
|
* webgl: Make bind* calls more spec-compliantecoal952015-07-061-4/+4
|
* webgl: Refactor implementation to move logic inside the DOM interfacesecoal952015-07-061-6/+34
| | | | | | | | | | This improves the encapsulation and consistency in our WebGL implementation. Also allows to implement new methods such as `getShaderSource()`. It will also allow us to use `delete()` in the destructors of them (note that we will want to keep track of them from the context).
* 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/+38