aboutsummaryrefslogtreecommitdiff
path: root/tests/hello_world_gles.c
AgeCommit message (Collapse)Author
2014-03-05throttle glut requestAnimationFrames; fixes #2183Alon Zakai
2012-04-19[tests/hello_world_gles.c]: Added F11 to go in fullscreen mode (to test the ↵Pierre Renaux
glutFullScreen implementation) ;
2012-04-05Don't clash with system sincos() if it's defined and we don't knowBehdad Esfahbod
2012-04-05Use system sincos() if availableBehdad Esfahbod
2012-04-05Fix glutIdleFunc()Behdad Esfahbod
glutIdleFunc() is auto-repeating until cancelled.
2012-04-05Make gears demo request animation framesBehdad Esfahbod
2012-04-05Make hello_world_gles build on the Mac nativelyBehdad Esfahbod
Useful for testing only.
2012-01-27Disable the animation in the test to make it more robustEhsan Akhgari
2012-01-27Add a human assisted test for the OpenGL ES implementationEhsan Akhgari