2012-04-01 |
Sylvain Beucler | GLsizei: ptrdiff_t -> int (like GLEW); add missing... |
commit | commitdiff | tree | snapshot |
2012-04-01 |
Sylvain Beucler | Fix OpenGL 2.0 declarations so code builds on Windows... |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Sylvain Beucler | fg_geometry: Enable supported geometry functions for... |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Sylvain Beucler | Fix previous commit, I made a confusion when merging... |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Sylvain Beucler | fg_geometry: add OpenGL 2.0 version fghDrawGeometryWire... |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Sylvain Beucler | OpenGL 2.0: add 2 user-defined, per-context vertex... |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Sylvain Beucler | Declare OpenGL 2.0 dynamically-loaded functions for... |
commit | commitdiff | tree | snapshot |
2012-03-31 |
Sylvain Beucler | fg_geometry: sphere: GL_UNSIGNED_INT->GL_UNSIGNED_SHORT... |
commit | commitdiff | tree | snapshot |
2012-03-31 |
John Tsiombikas | added an option (GLUT_SKIP_STALE_MOTION_EVENTS) to... |
commit | commitdiff | tree | snapshot |
2012-03-30 |
Diederick Niehorster | added todo |
commit | commitdiff | tree | snapshot |
2012-03-25 |
Sylvain Beucler | EGL: implement fgPlatformGetProcAddress |
commit | commitdiff | tree | snapshot |
2012-03-25 |
Sylvain Beucler | Indentation fix |
commit | commitdiff | tree | snapshot |
2012-03-25 |
Diederick Niehorster | bit of preparation for porting cone and cylinder: yes... |
commit | commitdiff | tree | snapshot |
2012-03-25 |
Diederick Niehorster | ported sphere. Drawing code is still in the sphere... |
commit | commitdiff | tree | snapshot |
2012-03-25 |
Diederick Niehorster | correcting a few typos i made earlier in the comments |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Sylvain Beucler | fg_geometry: test indices presence with vertIdxs!=NULL... |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Sylvain Beucler | fg_geometry: |
commit | commitdiff | tree | snapshot |
2012-03-24 |
Sylvain Beucler | fg_geometry: add a couple comments |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Sylvain Beucler | Keep fg_geometry in normal builds\! |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Sylvain Beucler | Remove glutWireTeapot/glutSolidTeapot from gles_stubs... |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Sylvain Beucler | Don't alter glutWireTeapot and glutSolidTeapot prototyp... |
commit | commitdiff | tree | snapshot |
2012-03-23 |
Sylvain Beucler | - Document what works with GLES1 and GLES2 as of now |
commit | commitdiff | tree | snapshot |
2012-03-22 |
Sylvain Beucler | Geometry: Use 'double' instead of 'GLdouble' in include... |
commit | commitdiff | tree | snapshot |
2012-03-21 |
Diederick Niehorster | internally in fg_geometry, GLfloat used everywhere |
commit | commitdiff | tree | snapshot |
2012-03-19 |
Diederick Niehorster | simplified check for whether opengl 2.1+ context is... |
commit | commitdiff | tree | snapshot |
2012-03-18 |
Sylvain Beucler | Add missing new _glx files |
commit | commitdiff | tree | snapshot |
2012-03-18 |
Sylvain Beucler | Add support for X11+EGL. |
commit | commitdiff | tree | snapshot |
2012-03-18 |
Sylvain Beucler | Remove left-over printf |
commit | commitdiff | tree | snapshot |
2012-03-18 |
Sylvain Beucler | pkg-config: add -lm to static libraries |
commit | commitdiff | tree | snapshot |
2012-03-18 |
Sylvain Beucler | Define PKG_CONFIG_PATH in client instructions |
commit | commitdiff | tree | snapshot |
2012-03-18 |
Diederick Niehorster | All doubles now GLdoubles (important for GLES later) |
commit | commitdiff | tree | snapshot |
2012-03-18 |
Diederick Niehorster | teapot header not in list of files (so doesn't show... |
commit | commitdiff | tree | snapshot |
2012-03-18 |
Diederick Niehorster | per old glut manpages, glutTeapot calls generate clockw... |
commit | commitdiff | tree | snapshot |
2012-03-18 |
Diederick Niehorster | added a message when new context creation was silently... |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Sylvain Beucler | Identify more precisly where GLdouble->GLfloat is neede... |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Sylvain Beucler | Rename fghChooseConfigEGL -> fghChooseConfig (not a... |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Sylvain Beucler | Fix library for GLES1 |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Sylvain Beucler | Removed fgPlatformGlutLayerGet to match other ports... |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Diederick Niehorster | got rid of edgeflags as I now draw all wire frames... |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Sylvain Beucler | Implement EGL fgPlatformGlutGetModeValues and partial... |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Sylvain Beucler | EGL: implement fgPlatformSetWindow |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Sylvain Beucler | Add 2 more temporary stubs |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Sylvain Beucler | Remove Android-specific code (logging) in fg_display_egl |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Sylvain Beucler | Context can be used for a menu rather than the current... |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Sylvain Beucler | EGL: more code reusability |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Sylvain Beucler | fghChooseConfigEGL returns 1/0 if found/not found |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Sylvain Beucler | Move tagSFG_PlatformWindowState from EGL to Android |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Sylvain Beucler | Move OpenGL ES stubs out of Android |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Sylvain Beucler | EGL: make more code reusable - less Android-specific |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Sylvain Beucler | EGL: separate config and context code |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Sylvain Beucler | Copy documentation about FREEGLUT_GLES2 and FREEGLUT_GL... |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Diederick Niehorster | that definition is FREEGLUT_GLES1, not FREEGLUT_GLES |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Diederick Niehorster | little bit of cleanup |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Diederick Niehorster | oops, that was a bit sloppy. Also added a missing free |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Diederick Niehorster | check for every malloc call if memory was allocated... |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Diederick Niehorster | Need to also set glDisable(GL_CULL_FACE) when drawing... |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Diederick Niehorster | Done dodecahedron. Nice, this just worked! |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Diederick Niehorster | removing some debug code |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Diederick Niehorster | was still trying to draw RhombicDodecahedron as GL_QUAD... |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Diederick Niehorster | implemented scheme for automatic square and pentagon... |
commit | commitdiff | tree | snapshot |
2012-03-17 |
Diederick Niehorster | corrected data type (its a demo after all, better be... |
commit | commitdiff | tree | snapshot |
2012-03-16 |
Sylvain Beucler | Move EGL fields to a separate structure for reusability... |
commit | commitdiff | tree | snapshot |
2012-03-16 |
Sylvain Beucler | CMake: Declare OPTIONS higher in the file so they can... |
commit | commitdiff | tree | snapshot |
2012-03-16 |
Sylvain Beucler | GLES1 and GLES2 versions are now compiled with -DFREEGL... |
commit | commitdiff | tree | snapshot |
2012-03-16 |
Sylvain Beucler | CMake: use same test for referencing and generating... |
commit | commitdiff | tree | snapshot |
2012-03-16 |
Diederick Niehorster | cube now done with triangles, internal edges on each... |
commit | commitdiff | tree | snapshot |
2012-03-16 |
Diederick Niehorster | RhombicDodecahedron moved to glVertexPointer |
commit | commitdiff | tree | snapshot |
2012-03-16 |
Diederick Niehorster | icosahedron also done |
commit | commitdiff | tree | snapshot |
2012-03-16 |
Diederick Niehorster | made some macros to reduce code duplication |
commit | commitdiff | tree | snapshot |
2012-03-16 |
Diederick Niehorster | octahedron also done |
commit | commitdiff | tree | snapshot |
2012-03-16 |
Diederick Niehorster | now a toggle for perspective/orthogonal projection... |
commit | commitdiff | tree | snapshot |
2012-03-16 |
Diederick Niehorster | outer radius parameter in shapes demo now doubles as... |
commit | commitdiff | tree | snapshot |
2012-03-16 |
Diederick Niehorster | dSize parameter of Cube now works correctly again |
commit | commitdiff | tree | snapshot |
2012-03-16 |
Diederick Niehorster | now using one function to generate geometry from the... |
commit | commitdiff | tree | snapshot |
2012-03-16 |
Diederick Niehorster | got one fo the cube's normals wrong |
commit | commitdiff | tree | snapshot |
2012-03-16 |
Diederick Niehorster | array size second dim is simply 3... |
commit | commitdiff | tree | snapshot |
2012-03-16 |
Diederick Niehorster | I have these nice variables indicating whether the... |
commit | commitdiff | tree | snapshot |
2012-03-16 |
Diederick Niehorster | Cube also moved to glDrawElements |
commit | commitdiff | tree | snapshot |
2012-03-16 |
Diederick Niehorster | also did Sierpinski sponge |
commit | commitdiff | tree | snapshot |
2012-03-16 |
Diederick Niehorster | initial start at rewrite of fg_geometry functions,... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Sylvain Beucler | Add pkg-config script (cmake changes added by mistake... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Sylvain Beucler | CMake: Move -DANDROID in the toolchain script, to ease... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Sylvain Beucler | A few fixes in cygwin docs |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Sylvain Beucler | Error handling for eglSwapBuffers |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Diederick Niehorster | no need for a message on MSVC that we hide insecure... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Diederick Niehorster | oops, generating freeglutdll.def was not specific to... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Diederick Niehorster | converted all tabs to spaces for CMake file, eases... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Diederick Niehorster | FreeGLUT version number is now only defined in CMake... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Diederick Niehorster | and again some more documentation of what kind of versi... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Diederick Niehorster | added a bit more doc |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Diederick Niehorster | just a typo |
commit | commitdiff | tree | snapshot |
2012-03-14 |
John Tsiombikas | removed the obsolete GPL copyright statement templates |
commit | commitdiff | tree | snapshot |
2012-03-14 |
Diederick Niehorster | removed parts from readme that are definately outdated... |
commit | commitdiff | tree | snapshot |
2012-03-14 |
Diederick Niehorster | also added build64 to list of ignores |
commit | commitdiff | tree | snapshot |
2012-03-13 |
John Tsiombikas | - forgot to remove autogen.sh previously along with... |
commit | commitdiff | tree | snapshot |
2012-03-13 |
John Tsiombikas | Removed autotools build files (I think I got all of... |
commit | commitdiff | tree | snapshot |
2012-03-13 |
John Tsiombikas | Added a few more details to README.cmake |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Diederick Niehorster | removed VC6 files |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Diederick Niehorster | Removed VS2008 and VS2010 files |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Diederick Niehorster | found both SET(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT... |
commit | commitdiff | tree | snapshot |
next |