freeglut
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...
2012-03-23 Sylvain Beucler- Document what works with GLES1 and GLES2 as of now
2012-03-22 Sylvain BeuclerGeometry: Use 'double' instead of 'GLdouble' in include...
2012-03-21 Diederick Niehorsterinternally in fg_geometry, GLfloat used everywhere
2012-03-19 Diederick Niehorstersimplified check for whether opengl 2.1+ context is...
2012-03-18 Sylvain BeuclerAdd missing new _glx files
2012-03-18 Sylvain BeuclerAdd support for X11+EGL.
2012-03-18 Sylvain BeuclerRemove left-over printf
2012-03-18 Sylvain Beuclerpkg-config: add -lm to static libraries
2012-03-18 Sylvain BeuclerDefine PKG_CONFIG_PATH in client instructions
2012-03-18 Diederick NiehorsterAll doubles now GLdoubles (important for GLES later)
2012-03-18 Diederick Niehorsterteapot header not in list of files (so doesn't show...
2012-03-18 Diederick Niehorsterper old glut manpages, glutTeapot calls generate clockw...
2012-03-18 Diederick Niehorsteradded a message when new context creation was silently...
2012-03-17 Sylvain BeuclerIdentify more precisly where GLdouble->GLfloat is neede...
2012-03-17 Sylvain BeuclerRename fghChooseConfigEGL -> fghChooseConfig (not a...
2012-03-17 Sylvain BeuclerFix library for GLES1
2012-03-17 Sylvain BeuclerRemoved fgPlatformGlutLayerGet to match other ports...
2012-03-17 Diederick Niehorstergot rid of edgeflags as I now draw all wire frames...
2012-03-17 Sylvain BeuclerImplement EGL fgPlatformGlutGetModeValues and partial...
2012-03-17 Sylvain BeuclerEGL: implement fgPlatformSetWindow
2012-03-17 Sylvain BeuclerAdd 2 more temporary stubs
2012-03-17 Sylvain BeuclerRemove Android-specific code (logging) in fg_display_egl
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 BeuclerfghChooseConfigEGL returns 1/0 if found/not found
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-17 Sylvain BeuclerCopy documentation about FREEGLUT_GLES2 and FREEGLUT_GL...
2012-03-17 Diederick Niehorsterthat definition is FREEGLUT_GLES1, not FREEGLUT_GLES
2012-03-17 Diederick Niehorsterlittle bit of cleanup
2012-03-17 Diederick Niehorsteroops, that was a bit sloppy. Also added a missing free
2012-03-17 Diederick Niehorstercheck for every malloc call if memory was allocated...
2012-03-17 Diederick NiehorsterNeed to also set glDisable(GL_CULL_FACE) when drawing...
2012-03-17 Diederick NiehorsterDone dodecahedron. Nice, this just worked!
2012-03-17 Diederick Niehorsterremoving some debug code
2012-03-17 Diederick Niehorsterwas still trying to draw RhombicDodecahedron as GL_QUAD...
2012-03-17 Diederick Niehorsterimplemented scheme for automatic square and pentagon...
2012-03-17 Diederick Niehorstercorrected data type (its a demo after all, better be...
2012-03-16 Sylvain BeuclerMove EGL fields to a separate structure for reusability...
2012-03-16 Sylvain BeuclerCMake: Declare OPTIONS higher in the file so they can...
2012-03-16 Sylvain BeuclerGLES1 and GLES2 versions are now compiled with -DFREEGL...
2012-03-16 Sylvain BeuclerCMake: use same test for referencing and generating...
2012-03-16 Diederick Niehorstercube now done with triangles, internal edges on each...
2012-03-16 Diederick NiehorsterRhombicDodecahedron moved to glVertexPointer
2012-03-16 Diederick Niehorstericosahedron also done
2012-03-16 Diederick Niehorstermade some macros to reduce code duplication
2012-03-16 Diederick Niehorsteroctahedron also done
2012-03-16 Diederick Niehorsternow a toggle for perspective/orthogonal projection...
2012-03-16 Diederick Niehorsterouter radius parameter in shapes demo now doubles as...
2012-03-16 Diederick NiehorsterdSize parameter of Cube now works correctly again
2012-03-16 Diederick Niehorsternow using one function to generate geometry from the...
2012-03-16 Diederick Niehorstergot one fo the cube's normals wrong
next