README.android: use separate build dirs + minor fixes
[freeglut] / src /
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 BeuclerRemove glutWireTeapot/glutSolidTeapot from gles_stubs...
2012-03-23 Sylvain Beucler- Document what works with GLES1 and GLES2 as of now
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 Diederick NiehorsterAll doubles now GLdoubles (important for GLES later)
2012-03-18 Diederick Niehorsteradded a message when new context creation was silently...
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 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-16 Sylvain BeuclerMove EGL fields to a separate structure for reusability...
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 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 BeuclerError handling for eglSwapBuffers
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-14 John Tsiombikasremoved the obsolete GPL copyright statement templates
2012-03-13 John TsiombikasRemoved autotools build files (I think I got all of...
2012-03-12 Diederick Niehorstermoved glutTimerFunc in timer demo
2012-03-12 Diederick Niehorster.def and .rc file were appended to source list AFTER...
2012-03-12 Diederick Niehorsternow use unsigned __int64 for time type when on MSVC...
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 Beuclerautotools: Android port
2012-03-11 Sylvain BeuclerSupport GLES headers
2012-03-11 Sylvain BeuclerAdd base Android and EGL code
2012-03-10 Diederick Niehorsterin freeglut_init set gamemode defaults to -1 (no change...
2012-03-10 Diederick Niehorstermoved some windows only code from common to windows...
2012-03-10 Diederick NiehorsterXParseGeometry include now compiles with windows (VS201...
2012-03-09 Sylvain BeuclerInclude xparsegeometry_repl.h header on non-X11 targets
2012-03-09 Sylvain BeuclerMake XParseGeometry reusable by several ports (3)
2012-03-09 Sylvain BeuclerMake XParseGeometry reusable by several ports (2)
2012-03-09 Sylvain BeuclerMake XParseGeometry reusable by several ports
2012-03-09 Sylvain BeuclerCMake now defines HAVE_VFPRINTF for windows; suppress...
2012-03-08 Diederick Niehorsterjust a bit of formatting, mostly to test out my SVN...
2012-02-25 John F. FayA bit of comment clean-up per e-mail from Diederick...
2012-02-25 John F. FayImplementing the monotonic clock if available, per...
2012-02-25 John F. FayChecking for "gettimeofday" per e-mail from John Tsiomb...
2012-02-12 John F. FayMoving some Windows-specific preprocessor stuff and...
2012-02-08 John F. FaySetting the line endings and keywords on a bunch of...
2012-02-07 John F. FayFixing a build warning in OpenSUSE about control reachi...
2012-02-06 John F. FayFixing confusion over the name of "fgPlatformGetGLUTPro...
2012-02-05 John F. FayFixing the MinGW build and updating the "omitted files...
2012-02-05 John F. FayFixing call to "fghGetProcAddress" by giving the new...
2012-02-05 John F. FayFixing X11 "unterminated #if" build error
next