Pierre Krieger
|
2b35a6c9d1
|
Fix the examples
|
2015-10-04 18:39:17 +02:00 |
|
Josh Matthews
|
77b3743117
|
Warning fixes for OS X.
|
2015-09-28 12:19:36 -04:00 |
|
Pierre Krieger
|
326ea3555b
|
Fix the triangle in the examples
|
2015-08-30 18:48:26 +02:00 |
|
Pierre Krieger
|
9261408cc8
|
Use modern GL code for the examples
|
2015-08-05 22:31:34 +02:00 |
|
Akos Kiss
|
07c8154cb7
|
Add aarch64-unknown-linux-gnu support
* Adding dependencies
* Replacing `i8` with `c_char` ot `_` (since `c_char` can be
unsigned on some platforms, aarch64 is one of them)
|
2015-07-23 06:19:54 +00:00 |
|
Pierre Krieger
|
2f9272e1cb
|
Fix the GLES code in examples/support/mod.rs
|
2015-04-30 23:04:07 +02:00 |
|
Pierre Krieger
|
d33c138164
|
Rustup
|
2015-04-02 22:41:35 +02:00 |
|
Pierre Krieger
|
469d0eafd1
|
Update for rust alpha 1.0
|
2015-01-10 08:23:20 +01:00 |
|
Pierre Krieger
|
dbdb43f077
|
Update for Rustc
|
2015-01-08 09:28:22 +01:00 |
|
Pierre Krieger
|
4c5e430dd3
|
Update for Rustc
|
2015-01-03 23:15:39 +01:00 |
|
Pierre Krieger
|
7f6f4f8d04
|
Update for gl_generator's changes
|
2014-12-24 08:12:10 +01:00 |
|
Tomaka17
|
7ce851dad9
|
Update for changes in gl-rs
|
2014-11-05 15:32:01 +01:00 |
|
Tomaka17
|
bbcb4c8bea
|
Remove call to glFlush() before swap_buffers
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.
|
2014-10-29 19:01:58 +01:00 |
|
Tomaka17
|
2ff393fe62
|
Update for rustc and gl-rs
|
2014-10-22 11:23:21 +02:00 |
|
Tomaka17
|
e565bfeb13
|
Implement headless rendering
|
2014-10-09 15:55:42 +02:00 |
|
Tomaka17
|
0584ac184c
|
Vertex data for android is now static
|
2014-10-02 22:16:47 +02:00 |
|
Tomaka17
|
02ba9d33d7
|
Rename crate to glutin
|
2014-09-21 11:34:41 +02:00 |
|
Tomaka17
|
451b754e79
|
Add triangle to example
|
2014-09-12 10:20:15 +02:00 |
|
Tomaka17
|
3cad622ee8
|
Examples now using a support module to draw
|
2014-09-12 08:53:31 +02:00 |
|