Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rustfmt has changed its default style :/ | Simon Sapin | 2018-12-28 | 1 | -3/+3 |
* | Update MPL license to https (part 3) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
* | Reorder imports | Pyfisch | 2018-11-06 | 1 | -2/+4 |
* | `cargo fix --edition` | Simon Sapin | 2018-11-06 | 1 | -9/+9 |
* | Format script component | chansuke | 2018-09-19 | 1 | -7/+21 |
* | Allow binding the null buffer in vertexAttribPointer if offset is 0 | Anthony Ramine | 2018-08-30 | 1 | -3/+10 |
* | Always use a WebGLVertexArrayObject to handle vertex attribs | Anthony Ramine | 2018-08-02 | 1 | -25/+234 |
* | Store a reference to the WebGLRenderingContext in WebGLObject | Anthony Ramine | 2018-07-24 | 1 | -13/+8 |
* | Rename BoundAttribBuffers to VertexAttribs and make it store a slice | Anthony Ramine | 2018-07-05 | 1 | -10/+16 |
* | Implement checks for vertex attribs enabled as arrays without a bound buffer | Anthony Ramine | 2018-06-20 | 1 | -19/+9 |
* | Move WebGLVertexArrayObjectOES to script::dom | Anthony Ramine | 2018-05-24 | 1 | -0/+85 |