freeglut
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
2012-03-16 Diederick Niehorsterarray size second dim is simply 3...
2012-03-16 Diederick NiehorsterI have these nice variables indicating whether the...
2012-03-16 Diederick NiehorsterCube also moved to glDrawElements
2012-03-16 Diederick Niehorsteralso did Sierpinski sponge
2012-03-16 Diederick Niehorsterinitial start at rewrite of fg_geometry functions,...
2012-03-15 Sylvain BeuclerAdd pkg-config script (cmake changes added by mistake...
2012-03-15 Sylvain BeuclerCMake: Move -DANDROID in the toolchain script, to ease...
2012-03-15 Sylvain BeuclerA few fixes in cygwin docs
2012-03-15 Sylvain BeuclerError handling for eglSwapBuffers
2012-03-15 Diederick Niehorsterno need for a message on MSVC that we hide insecure...
2012-03-15 Diederick Niehorsteroops, generating freeglutdll.def was not specific to...
2012-03-15 Diederick Niehorsterconverted all tabs to spaces for CMake file, eases...
2012-03-15 Diederick NiehorsterFreeGLUT version number is now only defined in CMake...
2012-03-15 Diederick Niehorsterand again some more documentation of what kind of versi...
2012-03-15 Diederick Niehorsteradded a bit more doc
2012-03-15 Diederick Niehorsterjust a typo
2012-03-14 John Tsiombikasremoved the obsolete GPL copyright statement templates
2012-03-14 Diederick Niehorsterremoved parts from readme that are definately outdated...
2012-03-14 Diederick Niehorsteralso added build64 to list of ignores
2012-03-13 John Tsiombikas- forgot to remove autogen.sh previously along with...
2012-03-13 John TsiombikasRemoved autotools build files (I think I got all of...
2012-03-13 John TsiombikasAdded a few more details to README.cmake
2012-03-13 Diederick Niehorsterremoved VC6 files
2012-03-13 Diederick NiehorsterRemoved VS2008 and VS2010 files
2012-03-13 Diederick Niehorsterfound both SET(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT...
2012-03-13 Diederick Niehorsteradded a quick tut for using cmake, adapted from mash...
2012-03-12 Diederick Niehorstermoved glutTimerFunc in timer demo
2012-03-12 Diederick Niehorsteradded to CMake a setup to copy shared lib (MSVC only...
2012-03-12 Diederick Niehorstercleaneup \machine setting for MSVC, now only for 64bit...
2012-03-12 Diederick Niehorster.def and .rc file were appended to source list AFTER...
2012-03-12 Diederick Niehorsternow only setting FREEGLUT_EXPORTS and FREEGLUT_STATIC...
2012-03-12 Diederick Niehorsternow use unsigned __int64 for time type when on MSVC...
2012-03-11 Diederick NiehorsterHAVE_ULONG_LONG now only defined when unsigned long...
2012-03-11 Sylvain BeuclerRename Android and EGL files
2012-03-11 Diederick NiehorsterNeed for our XParseGeometry implementation now detected...
2012-03-11 Diederick Niehorsterand some more renames
2012-03-11 Diederick Niehorstermoved common files back to src root
2012-03-11 Diederick Niehorstertimers internally now use 64bit unsigned int, if available
2012-03-11 Sylvain BeuclerCMake: add precision about version-info / soname
2012-03-11 Sylvain BeuclerAdd development progress status for Android
2012-03-11 Sylvain BeuclerAdd .gitignore file to work with git-svn
2012-03-11 Sylvain Beuclerautotools: Android port
2012-03-11 Sylvain BeuclerCMake: Android port
2012-03-11 Sylvain BeuclerSupport GLES headers
2012-03-11 Sylvain BeuclerAndroid documentation
next