Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the GLES code in examples/support/mod.rs | Pierre Krieger | 2015-04-30 | 1 | -7/+6 |
| | |||||
* | Rustup | Pierre Krieger | 2015-04-02 | 1 | -2/+3 |
| | |||||
* | Update for rust alpha 1.0 | Pierre Krieger | 2015-01-10 | 1 | -1/+1 |
| | |||||
* | Update for Rustc | Pierre Krieger | 2015-01-08 | 1 | -7/+4 |
| | |||||
* | Update for Rustc | Pierre Krieger | 2015-01-03 | 1 | -1/+1 |
| | |||||
* | Update for gl_generator's changes | Pierre Krieger | 2014-12-24 | 1 | -12/+2 |
| | |||||
* | Update for changes in gl-rs | Tomaka17 | 2014-11-05 | 1 | -31/+35 |
| | |||||
* | Remove call to glFlush() before swap_buffers | Tomaka17 | 2014-10-29 | 1 | -0/+4 |
| | | | | | | We may not want to call `swap_buffers` in the same thread as the current thread, so we're moving the call to `glFlush` out of the scope of glutin. | ||||
* | Update for rustc and gl-rs | Tomaka17 | 2014-10-22 | 1 | -2/+12 |
| | |||||
* | Implement headless rendering | Tomaka17 | 2014-10-09 | 1 | -0/+2 |
| | |||||
* | Vertex data for android is now static | Tomaka17 | 2014-10-02 | 1 | -8/+9 |
| | |||||
* | Rename crate to glutin | Tomaka17 | 2014-09-21 | 1 | -2/+2 |
| | |||||
* | Add triangle to example | Tomaka17 | 2014-09-12 | 1 | -1/+45 |
| | |||||
* | Examples now using a support module to draw | Tomaka17 | 2014-09-12 | 1 | -0/+32 |