projects
/
freeglut
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
renamed all references to freeglut_xxx files (their old names) to fg_xxx
[freeglut]
/
src
/
2012-03-25
Diederick Niehorster
correcting a few typos i made earlier in the comments
tree
|
commitdiff
2012-03-24
Sylvain Beucler
fg_geometry: test indices presence with vertIdxs!=NULL...
tree
|
commitdiff
2012-03-24
Sylvain Beucler
fg_geometry:
tree
|
commitdiff
2012-03-24
Sylvain Beucler
fg_geometry: add a couple comments
tree
|
commitdiff
2012-03-23
Sylvain Beucler
Remove glutWireTeapot/glutSolidTeapot from gles_stubs...
tree
|
commitdiff
2012-03-23
Sylvain Beucler
- Document what works with GLES1 and GLES2 as of now
tree
|
commitdiff
2012-03-21
Diederick Niehorster
internally in fg_geometry, GLfloat used everywhere
tree
|
commitdiff
2012-03-19
Diederick Niehorster
simplified check for whether opengl 2.1+ context is...
tree
|
commitdiff
2012-03-18
Sylvain Beucler
Add missing new _glx files
tree
|
commitdiff
2012-03-18
Sylvain Beucler
Add support for X11+EGL.
tree
|
commitdiff
2012-03-18
Sylvain Beucler
Remove left-over printf
tree
|
commitdiff
2012-03-18
Diederick Niehorster
All doubles now GLdoubles (important for GLES later)
tree
|
commitdiff
2012-03-18
Diederick Niehorster
added a message when new context creation was silently...
tree
|
commitdiff
2012-03-17
Sylvain Beucler
Rename fghChooseConfigEGL -> fghChooseConfig (not a...
tree
|
commitdiff
2012-03-17
Sylvain Beucler
Fix library for GLES1
tree
|
commitdiff
2012-03-17
Sylvain Beucler
Removed fgPlatformGlutLayerGet to match other ports...
tree
|
commitdiff
2012-03-17
Diederick Niehorster
got rid of edgeflags as I now draw all wire frames...
tree
|
commitdiff
2012-03-17
Sylvain Beucler
Implement EGL fgPlatformGlutGetModeValues and partial...
tree
|
commitdiff
2012-03-17
Sylvain Beucler
EGL: implement fgPlatformSetWindow
tree
|
commitdiff
2012-03-17
Sylvain Beucler
Add 2 more temporary stubs
tree
|
commitdiff
2012-03-17
Sylvain Beucler
Remove Android-specific code (logging) in fg_display_egl
tree
|
commitdiff
2012-03-17
Sylvain Beucler
Context can be used for a menu rather than the current...
tree
|
commitdiff
2012-03-17
Sylvain Beucler
EGL: more code reusability
tree
|
commitdiff
2012-03-17
Sylvain Beucler
fghChooseConfigEGL returns 1/0 if found/not found
tree
|
commitdiff
2012-03-17
Sylvain Beucler
Move tagSFG_PlatformWindowState from EGL to Android
tree
|
commitdiff
2012-03-17
Sylvain Beucler
Move OpenGL ES stubs out of Android
tree
|
commitdiff
2012-03-17
Sylvain Beucler
EGL: make more code reusable - less Android-specific
tree
|
commitdiff
2012-03-17
Sylvain Beucler
EGL: separate config and context code
tree
|
commitdiff
2012-03-17
Diederick Niehorster
that definition is FREEGLUT_GLES1, not FREEGLUT_GLES
tree
|
commitdiff
2012-03-17
Diederick Niehorster
little bit of cleanup
tree
|
commitdiff
2012-03-17
Diederick Niehorster
oops, that was a bit sloppy. Also added a missing free
tree
|
commitdiff
2012-03-17
Diederick Niehorster
check for every malloc call if memory was allocated...
tree
|
commitdiff
2012-03-17
Diederick Niehorster
Need to also set glDisable(GL_CULL_FACE) when drawing...
tree
|
commitdiff
2012-03-17
Diederick Niehorster
Done dodecahedron. Nice, this just worked!
tree
|
commitdiff
2012-03-17
Diederick Niehorster
removing some debug code
tree
|
commitdiff
2012-03-17
Diederick Niehorster
was still trying to draw RhombicDodecahedron as GL_QUAD...
tree
|
commitdiff
2012-03-17
Diederick Niehorster
implemented scheme for automatic square and pentagon...
tree
|
commitdiff
2012-03-16
Sylvain Beucler
Move EGL fields to a separate structure for reusability...
tree
|
commitdiff
2012-03-16
Diederick Niehorster
cube now done with triangles, internal edges on each...
tree
|
commitdiff
2012-03-16
Diederick Niehorster
RhombicDodecahedron moved to glVertexPointer
tree
|
commitdiff
2012-03-16
Diederick Niehorster
icosahedron also done
tree
|
commitdiff
2012-03-16
Diederick Niehorster
made some macros to reduce code duplication
tree
|
commitdiff
2012-03-16
Diederick Niehorster
octahedron also done
tree
|
commitdiff
2012-03-16
Diederick Niehorster
dSize parameter of Cube now works correctly again
tree
|
commitdiff
2012-03-16
Diederick Niehorster
now using one function to generate geometry from the...
tree
|
commitdiff
2012-03-16
Diederick Niehorster
got one fo the cube's normals wrong
tree
|
commitdiff
2012-03-16
Diederick Niehorster
array size second dim is simply 3...
tree
|
commitdiff
2012-03-16
Diederick Niehorster
I have these nice variables indicating whether the...
tree
|
commitdiff
2012-03-16
Diederick Niehorster
Cube also moved to glDrawElements
tree
|
commitdiff
2012-03-16
Diederick Niehorster
also did Sierpinski sponge
tree
|
commitdiff
2012-03-16
Diederick Niehorster
initial start at rewrite of fg_geometry functions,...
tree
|
commitdiff
2012-03-15
Sylvain Beucler
Error handling for eglSwapBuffers
tree
|
commitdiff
2012-03-15
Diederick Niehorster
FreeGLUT version number is now only defined in CMake...
tree
|
commitdiff
2012-03-15
Diederick Niehorster
and again some more documentation of what kind of versi...
tree
|
commitdiff
2012-03-14
John Tsiombikas
removed the obsolete GPL copyright statement templates
tree
|
commitdiff
2012-03-13
John Tsiombikas
Removed autotools build files (I think I got all of...
tree
|
commitdiff
2012-03-12
Diederick Niehorster
moved glutTimerFunc in timer demo
tree
|
commitdiff
2012-03-12
Diederick Niehorster
.def and .rc file were appended to source list AFTER...
tree
|
commitdiff
2012-03-12
Diederick Niehorster
now use unsigned __int64 for time type when on MSVC...
tree
|
commitdiff
2012-03-11
Sylvain Beucler
Rename Android and EGL files
tree
|
commitdiff
2012-03-11
Diederick Niehorster
Need for our XParseGeometry implementation now detected...
tree
|
commitdiff
2012-03-11
Diederick Niehorster
and some more renames
tree
|
commitdiff
2012-03-11
Diederick Niehorster
moved common files back to src root
tree
|
commitdiff
2012-03-11
Diederick Niehorster
timers internally now use 64bit unsigned int, if available
tree
|
commitdiff
2012-03-11
Sylvain Beucler
autotools: Android port
tree
|
commitdiff
2012-03-11
Sylvain Beucler
Support GLES headers
tree
|
commitdiff
2012-03-11
Sylvain Beucler
Add base Android and EGL code
tree
|
commitdiff
2012-03-10
Diederick Niehorster
in freeglut_init set gamemode defaults to -1 (no change...
tree
|
commitdiff
2012-03-10
Diederick Niehorster
moved some windows only code from common to windows...
tree
|
commitdiff
2012-03-10
Diederick Niehorster
XParseGeometry include now compiles with windows (VS201...
tree
|
commitdiff
2012-03-09
Sylvain Beucler
Include xparsegeometry_repl.h header on non-X11 targets
tree
|
commitdiff
2012-03-09
Sylvain Beucler
Make XParseGeometry reusable by several ports (3)
tree
|
commitdiff
2012-03-09
Sylvain Beucler
Make XParseGeometry reusable by several ports (2)
tree
|
commitdiff
2012-03-09
Sylvain Beucler
Make XParseGeometry reusable by several ports
tree
|
commitdiff
2012-03-09
Sylvain Beucler
CMake now defines HAVE_VFPRINTF for windows; suppress...
tree
|
commitdiff
2012-03-08
Diederick Niehorster
just a bit of formatting, mostly to test out my SVN...
tree
|
commitdiff
2012-02-25
John F. Fay
A bit of comment clean-up per e-mail from Diederick...
tree
|
commitdiff
2012-02-25
John F. Fay
Implementing the monotonic clock if available, per...
tree
|
commitdiff
2012-02-25
John F. Fay
Checking for "gettimeofday" per e-mail from John Tsiomb...
tree
|
commitdiff
2012-02-12
John F. Fay
Moving some Windows-specific preprocessor stuff and...
tree
|
commitdiff
2012-02-08
John F. Fay
Setting the line endings and keywords on a bunch of...
tree
|
commitdiff
2012-02-07
John F. Fay
Fixing a build warning in OpenSUSE about control reachi...
tree
|
commitdiff
2012-02-06
John F. Fay
Fixing confusion over the name of "fgPlatformGetGLUTPro...
tree
|
commitdiff
2012-02-05
John F. Fay
Fixing the MinGW build and updating the "omitted files...
tree
|
commitdiff
2012-02-05
John F. Fay
Fixing call to "fghGetProcAddress" by giving the new...
tree
|
commitdiff
2012-02-05
John F. Fay
Fixing X11 "unterminated #if" build error
tree
|
commitdiff
2012-02-05
John F. Fay
Splitting the X11-specific "freeglut_cursor.c" code...
tree
|
commitdiff
2012-02-05
John F. Fay
Moving the platform dependencies from the "freeglut_men...
tree
|
commitdiff
2012-02-05
John F. Fay
Removing an extraneous "#if TARGET_HOST"
tree
|
commitdiff
2012-02-05
John F. Fay
Moving an X11-specific function call to destroy a conte...
tree
|
commitdiff
2012-02-05
John F. Fay
Splitting the X11-specific stuff out of "freeglut_inter...
tree
|
commitdiff
2012-02-05
John F. Fay
Removing an extraneous "#if TARGET_HOST_POSIX_X11"...
tree
|
commitdiff
2012-02-05
John F. Fay
Splitting the X11-specific "freeglut_structure.c" code...
tree
|
commitdiff
2012-02-05
John F. Fay
Splitting the X11-specific "freeglut_ext.c" code into...
tree
|
commitdiff
2012-02-05
John F. Fay
Splitting the X11-specific "freeglut_joystick.c" code...
tree
|
commitdiff
2012-02-05
John F. Fay
Removing an extraneous "#if" from "freeglut_xinput_x11.c"
tree
|
commitdiff
2012-02-05
John F. Fay
Splitting the X11-specific "freeglut_spaceball.c" code...
tree
|
commitdiff
2012-02-05
John F. Fay
Splitting the X11-specific "freeglut_main.c" code into...
tree
|
commitdiff
2012-02-05
John F. Fay
Splitting the X11-specific "freeglut_state.c" code...
tree
|
commitdiff
2012-02-05
John F. Fay
Fixing the header comments of a couple of X11-specific...
tree
|
commitdiff
next