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 |
2012-03-13 |
Diederick Niehorster | added a quick tut for using cmake, adapted from mash... |
commit | commitdiff | tree | snapshot |
2012-03-12 |
Diederick Niehorster | moved glutTimerFunc in timer demo |
commit | commitdiff | tree | snapshot |
2012-03-12 |
Diederick Niehorster | added to CMake a setup to copy shared lib (MSVC only... |
commit | commitdiff | tree | snapshot |
2012-03-12 |
Diederick Niehorster | cleaneup \machine setting for MSVC, now only for 64bit... |
commit | commitdiff | tree | snapshot |
2012-03-12 |
Diederick Niehorster | .def and .rc file were appended to source list AFTER... |
commit | commitdiff | tree | snapshot |
2012-03-12 |
Diederick Niehorster | now only setting FREEGLUT_EXPORTS and FREEGLUT_STATIC... |
commit | commitdiff | tree | snapshot |
2012-03-12 |
Diederick Niehorster | now use unsigned __int64 for time type when on MSVC... |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Diederick Niehorster | HAVE_ULONG_LONG now only defined when unsigned long... |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Sylvain Beucler | Rename Android and EGL files |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Diederick Niehorster | Need for our XParseGeometry implementation now detected... |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Diederick Niehorster | and some more renames |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Diederick Niehorster | moved common files back to src root |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Diederick Niehorster | timers internally now use 64bit unsigned int, if available |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Sylvain Beucler | CMake: add precision about version-info / soname |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Sylvain Beucler | Add development progress status for Android |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Sylvain Beucler | Add .gitignore file to work with git-svn |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Sylvain Beucler | autotools: Android port |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Sylvain Beucler | CMake: Android port |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Sylvain Beucler | Support GLES headers |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Sylvain Beucler | Android documentation |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Sylvain Beucler | CMake: option to build with OpenGL ES |
commit | commitdiff | tree | snapshot |
2012-03-11 |
Sylvain Beucler | Add base Android and EGL code |
commit | commitdiff | tree | snapshot |
2012-03-10 |
John Tsiombikas | added the timer demo |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Diederick Niehorster | added not about soversion for those not knowledgable... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Diederick Niehorster | CMake updates: |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Diederick Niehorster | in freeglut_init set gamemode defaults to -1 (no change... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Diederick Niehorster | moved some windows only code from common to windows... |
commit | commitdiff | tree | snapshot |
2012-03-10 |
Diederick Niehorster | XParseGeometry include now compiles with windows (VS201... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Sylvain Beucler | Include xparsegeometry_repl.h header on non-X11 targets |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Sylvain Beucler | Make XParseGeometry reusable by several ports (3) |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Sylvain Beucler | Make XParseGeometry reusable by several ports (2) |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Sylvain Beucler | Make XParseGeometry reusable by several ports |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Sylvain Beucler | Add CMake toolchain script for mingw32/64 compilation... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Sylvain Beucler | Specify libraries for windows static compilation |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Sylvain Beucler | CMake now defines HAVE_VFPRINTF for windows; suppress... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Sylvain Beucler | Detect vfprintf (used in fgError/fgWarning) |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Sylvain Beucler | Fix .so dependencies: reference -lGL and -lm; only... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Sylvain Beucler | Properly add maths library for demos |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Sylvain Beucler | Add maths library for demos |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Sylvain Beucler | Fix X86vmode library detection |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Diederick Niehorster | updated resource file |
commit | commitdiff | tree | snapshot |
2012-03-08 |
Diederick Niehorster | just a bit of formatting, mostly to test out my SVN... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
John F. Fay | A bit of comment clean-up per e-mail from Diederick... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
John F. Fay | Implementing the monotonic clock if available, per... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
John F. Fay | Checking for "gettimeofday" per e-mail from John Tsiomb... |
commit | commitdiff | tree | snapshot |
2012-02-12 |
John F. Fay | Moving some Windows-specific preprocessor stuff and... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
John F. Fay | Setting the line endings and keywords on a bunch of... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
John F. Fay | Putting in many 'CMakeLists.txt' fixes per e-mail from... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
John F. Fay | Fixing a build warning in OpenSUSE about control reachi... |
commit | commitdiff | tree | snapshot |
2012-02-06 |
John F. Fay | Fixing confusion over the name of "fgPlatformGetGLUTPro... |
commit | commitdiff | tree | snapshot |
2012-02-05 |
John F. Fay | Fixing the rest of the "EXTRA_DIST" bug per e-mail... |
commit | commitdiff | tree | snapshot |
2012-02-05 |
John F. Fay | Adding a bit of documentation for MinGW that was left... |
commit | commitdiff | tree | snapshot |
2012-02-05 |
John F. Fay | Fixing the MinGW build and updating the "omitted files... |
commit | commitdiff | tree | snapshot |
2012-02-05 |
John F. Fay | Fixing call to "fghGetProcAddress" by giving the new... |
commit | commitdiff | tree | snapshot |
2012-02-05 |
John F. Fay | Fixing X11 "unterminated #if" build error |
commit | commitdiff | tree | snapshot |
2012-02-05 |
John F. Fay | Splitting the X11-specific "freeglut_cursor.c" code... |
commit | commitdiff | tree | snapshot |
2012-02-05 |
John F. Fay | Moving the platform dependencies from the "freeglut_men... |
commit | commitdiff | tree | snapshot |
2012-02-05 |
John F. Fay | Removing an extraneous "#if TARGET_HOST" |
commit | commitdiff | tree | snapshot |
2012-02-05 |
John F. Fay | Moving an X11-specific function call to destroy a conte... |
commit | commitdiff | tree | snapshot |
2012-02-05 |
John F. Fay | Splitting the X11-specific stuff out of "freeglut_inter... |
commit | commitdiff | tree | snapshot |
2012-02-05 |
John F. Fay | Removing an extraneous "#if TARGET_HOST_POSIX_X11"... |
commit | commitdiff | tree | snapshot |
next |