android: implement fgPlatformSetCursor/fgPlatformWarpPointer
[freeglut] / src / android /
2012-05-02 Sylvain Beuclerandroid: implement fgPlatformSetCursor/fgPlatformWarpPo...
2012-04-21 Sylvain BeuclerFix compiler warnings
2012-04-15 Sylvain BeuclerRemove a couple printf's
2012-04-01 Sylvain BeuclerA few more stubs for Android
2012-03-17 Sylvain BeuclerRename fghChooseConfigEGL -> fghChooseConfig (not a...
2012-03-17 Sylvain BeuclerRemoved fgPlatformGlutLayerGet to match other ports...
2012-03-17 Sylvain BeuclerImplement EGL fgPlatformGlutGetModeValues and partial...
2012-03-17 Sylvain BeuclerEGL: implement fgPlatformSetWindow
2012-03-17 Sylvain BeuclerContext can be used for a menu rather than the current...
2012-03-17 Sylvain BeuclerEGL: more code reusability
2012-03-17 Sylvain BeuclerMove tagSFG_PlatformWindowState from EGL to Android
2012-03-17 Sylvain BeuclerMove OpenGL ES stubs out of Android
2012-03-17 Sylvain BeuclerEGL: make more code reusable - less Android-specific
2012-03-17 Sylvain BeuclerEGL: separate config and context code
2012-03-16 Sylvain BeuclerMove EGL fields to a separate structure for reusability...
2012-03-11 Sylvain BeuclerRename Android and EGL files
2012-03-11 Sylvain BeuclerAdd base Android and EGL code