aboutsummaryrefslogtreecommitdiffstats
path: root/examples/support
Commit message (Collapse)AuthorAgeFilesLines
* Update the emscripten port of glutinPierre Krieger2016-02-091-2/+2
|
* Remove public exports of gl_common and libcPierre Krieger2015-11-091-1/+1
|
* Fix the examplesPierre Krieger2015-10-041-2/+0
|
* Warning fixes for OS X.Josh Matthews2015-09-281-2/+0
|
* Fix the triangle in the examplesPierre Krieger2015-08-301-7/+12
|
* Use modern GL code for the examplesPierre Krieger2015-08-051-40/+64
|
* Add aarch64-unknown-linux-gnu supportAkos Kiss2015-07-231-1/+1
| | | | | | * Adding dependencies * Replacing `i8` with `c_char` ot `_` (since `c_char` can be unsigned on some platforms, aarch64 is one of them)
* Fix the GLES code in examples/support/mod.rsPierre Krieger2015-04-301-7/+6
|
* RustupPierre Krieger2015-04-021-2/+3
|
* Update for rust alpha 1.0Pierre Krieger2015-01-101-1/+1
|
* Update for RustcPierre Krieger2015-01-081-7/+4
|
* Update for RustcPierre Krieger2015-01-031-1/+1
|
* Update for gl_generator's changesPierre Krieger2014-12-241-12/+2
|
* Update for changes in gl-rsTomaka172014-11-051-31/+35
|
* Remove call to glFlush() before swap_buffersTomaka172014-10-291-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-rsTomaka172014-10-221-2/+12
|
* Implement headless renderingTomaka172014-10-091-0/+2
|
* Vertex data for android is now staticTomaka172014-10-021-8/+9
|
* Rename crate to glutinTomaka172014-09-211-2/+2
|
* Add triangle to exampleTomaka172014-09-121-1/+45
|
* Examples now using a support module to drawTomaka172014-09-121-0/+32