Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-25 | Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests. | Dan Gohman | |
2013-09-04 | handle glBufferData usages that are not in WebGL; fixes #1589 | Alon Zakai | |
2013-09-04 | Added test which shows broken GL emulation when: | Michael J. Bishop | |
1. Binding to a VertexObjectBuffer and calling `glDrawArrays` on two different sections of it. 2. Using `glVertexPointer` with actual pointer to a vertex array and calling `glDrawArrays` on two different sections of it. |