freeglut
2012-05-13 Sylvain Beuclermulti-touch sample: use FG2.8 (reversed) prototype...
2012-05-13 Sylvain BeuclerFix extra CRLF
2012-05-13 Sylvain BeuclerMulti-touch: fix CMake: Xi and XInput2.h detection...
2012-05-13 Sylvain BeuclerAndroid: warn on resume if no callback for InitContext...
2012-05-10 John TsiombikasApplied Thomas Bastiani's patch fixing the behaviour...
2012-05-08 Sylvain BeuclerMulti-touch test program
2012-05-05 Sylvain BeuclerCMake: add note about library versioning
2012-05-05 John Tsiombikasremoved the useless and unmaintained .spec and .lsm...
2012-05-05 Diederick Niehorsterdocs and cosmetics in fg_geometry, should be a finished...
2012-05-05 Diederick Niehorsterslight formatting in CMake file, just cosmetic
2012-05-04 Sylvain BeuclerAdd new callback to reload context, pending propername
2012-05-04 Sylvain Beuclerandroid: add code to display multi-touch events
2012-05-04 Sylvain Beuclertypo
2012-05-04 Sylvain BeuclerAdd documentation for geometry (ML rip-off) and Android...
2012-05-04 Sylvain BeuclerMove Android docs to the website
2012-05-04 Sylvain BeuclerAndroid: unify toolchain and module builds
2012-05-04 Sylvain Beuclerandroid: handle pause/unpause of application + recreate...
2012-05-03 Sylvain BeuclerDocument android app lifecycle; kill app when window...
2012-05-03 Sylvain Beuclerandroid: make code 're-entrant' - i.e. NativeActivity...
2012-05-03 Sylvain Beuclerandroid: better clean-up on exit
2012-05-03 Sylvain BeuclerFix warnings
2012-05-03 Sylvain BeuclerAndroid: implement fgPlatformDeinitialiseInputDevices
2012-05-03 Sylvain BeuclerGLUT_WINDOW_BORDER_* is about borders, not inner size...
2012-05-03 Sylvain BeuclerGLUT_HAS_DIAL_AND_BUTTON_BOX officially not implemented...
2012-05-02 Sylvain BeuclerFix misleading comment
2012-05-02 Sylvain BeuclerImplement a few missing enums in fgPlatformGlutDeviceGe...
2012-05-02 Sylvain BeuclerUse fgWarning for android joystick stubs
2012-05-02 Sylvain BeuclerExplain why fgPlatformSleepForEvents is no-op under...
2012-05-02 Sylvain BeuclerCHECK_FUNCTION_EXISTS for sinf/cosf/sqrtf actually...
2012-05-02 Sylvain BeuclerRemove debugging left-over -_-' (thanks Dee)
2012-05-02 Sylvain Beuclerandroid: implement fgPlatformSetCursor/fgPlatformWarpPo...
2012-05-01 Sylvain Beuclerfg_geometry: GL2 fixed: glDrawElements' indices is...
2012-05-01 Sylvain Beuclerfg_geometry: pass number of vertices to fgDrawWire...
2012-05-01 Sylvain BeuclerDetect sinf/cosf/sqrtf presence with CMake (instead...
2012-05-01 Sylvain BeuclerInitialize OpenGL 2.0 after OpenGL context is created...
2012-05-01 Sylvain Beuclerfg_geometry: remove GLES-specific #ifdefs (in code...
2012-05-01 Sylvain BeuclerAndroid: reference android library dependencies, needed...
2012-04-30 Diederick Niehorsternow using the Koch Snowflake (from fractals.dat) instea...
2012-04-29 Diederick Niehorsterdrawing code for solid and wired now shared for all...
2012-04-28 Diederick Niehorstercleanup
2012-04-28 Diederick Niehorstertorus ported. All shapes drawn with glDrawArrays and...
2012-04-28 Diederick Niehorsterless repetition of vertices for triangle strip
2012-04-28 Diederick NiehorsterWire Torus now ported
2012-04-28 Diederick Niehorsterporting torus: split off vertex generation
2012-04-22 Diederick Niehorsteradded 'r' toggle to shapes demo to also animate rotatio...
2012-04-22 Diederick Niehorsterone more small cleanup
2012-04-22 Diederick Niehorstercylinder also ported
2012-04-21 Sylvain Beuclertypo
2012-04-21 Sylvain BeuclerEventually tracked down nasty Android bug
2012-04-21 Sylvain BeuclerFix a few more compiler warnings
2012-04-21 Sylvain BeuclerFix more compiler warnings
2012-04-21 Diederick NiehorsterglutCones now refreshed too
2012-04-21 Sylvain BeuclerFix compiler warnings
2012-04-21 Sylvain BeuclerAdd more compiler checks for GCC
2012-04-21 Sylvain BeuclerREADME.android: typo
2012-04-21 Sylvain Beuclerfg_gl2: Use GLES2 functions directly
2012-04-21 Sylvain Beuclerfg_geometry: really uninitialized variables
2012-04-21 Sylvain BeuclerReally fix tabs->space
2012-04-21 Sylvain BeuclerReally fix tabs->space (Dee's replacement was assuming...
2012-04-20 Diederick Niehorstersolid sphere now done with only triangle strips.
2012-04-20 Diederick Niehorsterconverted all tabs to spaces, hate if they are mixed...
2012-04-19 Sylvain BeuclerAdd 'shapes' test for GLES1 (Android and Mesa EGL)...
2012-04-19 Sylvain BeuclerAdd some CMake build directories to svn:ignore
2012-04-19 Sylvain BeuclerREADME.android: suggest Debug build + tidy CMake build...
2012-04-19 Sylvain BeuclerEGL: Declare fgPlatformSetWindow earlier to fix C warning
2012-04-15 Sylvain BeuclerFix regressions from previous commits
2012-04-15 Sylvain BeuclerAndroid: fix/upgrade paths in README
2012-04-15 Sylvain BeuclerRemove a couple printf's
2012-04-15 Sylvain BeuclerEGL: reuse fgPlatformSetWindow for calling eglMakeCurrent
2012-04-15 Sylvain BeuclerFix eglInitialize check
2012-04-09 Sylvain Beucler__ANDROID__ is defined in the Android build environment...
2012-04-07 John F. FayRemoving the build errors from MSVC 6.0 version
2012-04-02 Sylvain BeuclerFix return values for stubs
2012-04-02 Sylvain Beuclerfg_gl2: Fix typo
2012-04-02 Sylvain BeuclerUse different names for GLES1 and GLES2 libraries,...
2012-04-01 John F. FayRemoving the build errors and a build warning that...
2012-04-01 Sylvain BeuclerREADME.android status section points to new android...
2012-04-01 Sylvain BeuclerA few more stubs for Android
2012-04-01 Sylvain BeuclerREADME.android: use separate build dirs + minor fixes
2012-04-01 Sylvain BeuclerGLsizei: ptrdiff_t -> int (like GLEW); add missing...
2012-04-01 Sylvain BeuclerFix OpenGL 2.0 declarations so code builds on Windows...
2012-03-31 Sylvain Beuclerfg_geometry: Enable supported geometry functions for...
2012-03-31 Sylvain BeuclerFix previous commit, I made a confusion when merging...
2012-03-31 Sylvain Beuclerfg_geometry: add OpenGL 2.0 version fghDrawGeometryWire...
2012-03-31 Sylvain BeuclerOpenGL 2.0: add 2 user-defined, per-context vertex...
2012-03-31 Sylvain BeuclerDeclare OpenGL 2.0 dynamically-loaded functions for...
2012-03-31 Sylvain Beuclerfg_geometry: sphere: GL_UNSIGNED_INT->GL_UNSIGNED_SHORT...
2012-03-31 John Tsiombikasadded an option (GLUT_SKIP_STALE_MOTION_EVENTS) to...
2012-03-30 Diederick Niehorsteradded todo
2012-03-25 Sylvain BeuclerEGL: implement fgPlatformGetProcAddress
2012-03-25 Sylvain BeuclerIndentation fix
2012-03-25 Diederick Niehorsterbit of preparation for porting cone and cylinder: yes...
2012-03-25 Diederick Niehorsterported sphere. Drawing code is still in the sphere...
2012-03-25 Diederick Niehorstercorrecting a few typos i made earlier in the comments
2012-03-24 Sylvain Beuclerfg_geometry: test indices presence with vertIdxs!=NULL...
2012-03-24 Sylvain Beuclerfg_geometry:
2012-03-24 Sylvain Beuclerfg_geometry: add a couple comments
2012-03-23 Sylvain BeuclerKeep fg_geometry in normal builds\!
2012-03-23 Sylvain BeuclerRemove glutWireTeapot/glutSolidTeapot from gles_stubs...
2012-03-23 Sylvain BeuclerDon't alter glutWireTeapot and glutSolidTeapot prototyp...
next