projects
/
freeglut
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix misleading comment
2012-05-02
Sylvain Beucler
Fix misleading comment
commit
|
commitdiff
|
tree
2012-05-02
Sylvain Beucler
Implement a few missing enums in fgPlatformGlutDeviceGet...
commit
|
commitdiff
|
tree
2012-05-02
Sylvain Beucler
Use fgWarning for android joystick stubs
commit
|
commitdiff
|
tree
2012-05-02
Sylvain Beucler
Explain why fgPlatformSleepForEvents is no-op under...
commit
|
commitdiff
|
tree
2012-05-02
Sylvain Beucler
CHECK_FUNCTION_EXISTS for sinf/cosf/sqrtf actually...
commit
|
commitdiff
|
tree
2012-05-02
Sylvain Beucler
Remove debugging left-over -_-' (thanks Dee)
commit
|
commitdiff
|
tree
2012-05-02
Sylvain Beucler
android: implement fgPlatformSetCursor/fgPlatformWarpPointer
commit
|
commitdiff
|
tree
2012-05-01
Sylvain Beucler
fg_geometry: GL2 fixed: glDrawElements' indices is...
commit
|
commitdiff
|
tree
2012-05-01
Sylvain Beucler
fg_geometry: pass number of vertices to fgDrawWire...
commit
|
commitdiff
|
tree
2012-05-01
Sylvain Beucler
Detect sinf/cosf/sqrtf presence with CMake (instead...
commit
|
commitdiff
|
tree
2012-05-01
Sylvain Beucler
Initialize OpenGL 2.0 after OpenGL context is created...
commit
|
commitdiff
|
tree
2012-05-01
Sylvain Beucler
fg_geometry: remove GLES-specific #ifdefs (in code...
commit
|
commitdiff
|
tree
2012-05-01
Sylvain Beucler
Android: reference android library dependencies, needed...
commit
|
commitdiff
|
tree
2012-04-21
Sylvain Beucler
typo
commit
|
commitdiff
|
tree
2012-04-21
Sylvain Beucler
Eventually tracked down nasty Android bug
commit
|
commitdiff
|
tree
2012-04-21
Sylvain Beucler
Fix a few more compiler warnings
commit
|
commitdiff
|
tree
2012-04-21
Sylvain Beucler
Fix more compiler warnings
commit
|
commitdiff
|
tree
2012-04-21
Sylvain Beucler
Fix compiler warnings
commit
|
commitdiff
|
tree
2012-04-21
Sylvain Beucler
Add more compiler checks for GCC
commit
|
commitdiff
|
tree
2012-04-21
Sylvain Beucler
README.android: typo
commit
|
commitdiff
|
tree
2012-04-21
Sylvain Beucler
fg_gl2: Use GLES2 functions directly
commit
|
commitdiff
|
tree
2012-04-21
Sylvain Beucler
fg_geometry: really uninitialized variables
commit
|
commitdiff
|
tree
2012-04-21
Sylvain Beucler
Really fix tabs->space
commit
|
commitdiff
|
tree
2012-04-21
Sylvain Beucler
Really fix tabs->space (Dee's replacement was assuming...
commit
|
commitdiff
|
tree
2012-04-19
Sylvain Beucler
Add 'shapes' test for GLES1 (Android and Mesa EGL)...
commit
|
commitdiff
|
tree
2012-04-19
Sylvain Beucler
Add some CMake build directories to svn:ignore
commit
|
commitdiff
|
tree
2012-04-19
Sylvain Beucler
README.android: suggest Debug build + tidy CMake build...
commit
|
commitdiff
|
tree
2012-04-19
Sylvain Beucler
EGL: Declare fgPlatformSetWindow earlier to fix C warning
commit
|
commitdiff
|
tree
2012-04-15
Sylvain Beucler
Fix regressions from previous commits
commit
|
commitdiff
|
tree
2012-04-15
Sylvain Beucler
Android: fix/upgrade paths in README
commit
|
commitdiff
|
tree
2012-04-15
Sylvain Beucler
Remove a couple printf's
commit
|
commitdiff
|
tree
2012-04-15
Sylvain Beucler
EGL: reuse fgPlatformSetWindow for calling eglMakeCurrent
commit
|
commitdiff
|
tree
2012-04-15
Sylvain Beucler
Fix eglInitialize check
commit
|
commitdiff
|
tree
2012-04-09
Sylvain Beucler
__ANDROID__ is defined in the Android build environment...
commit
|
commitdiff
|
tree
2012-04-02
Sylvain Beucler
Fix return values for stubs
commit
|
commitdiff
|
tree
2012-04-02
Sylvain Beucler
fg_gl2: Fix typo
commit
|
commitdiff
|
tree
2012-04-02
Sylvain Beucler
Use different names for GLES1 and GLES2 libraries,...
commit
|
commitdiff
|
tree
2012-04-01
Sylvain Beucler
README.android status section points to new android...
commit
|
commitdiff
|
tree
2012-04-01
Sylvain Beucler
A few more stubs for Android
commit
|
commitdiff
|
tree
2012-04-01
Sylvain Beucler
README.android: use separate build dirs + minor fixes
commit
|
commitdiff
|
tree
2012-04-01
Sylvain Beucler
GLsizei: ptrdiff_t -> int (like GLEW); add missing...
commit
|
commitdiff
|
tree
2012-04-01
Sylvain Beucler
Fix OpenGL 2.0 declarations so code builds on Windows...
commit
|
commitdiff
|
tree
2012-03-31
Sylvain Beucler
fg_geometry: Enable supported geometry functions for...
commit
|
commitdiff
|
tree
2012-03-31
Sylvain Beucler
Fix previous commit, I made a confusion when merging...
commit
|
commitdiff
|
tree
2012-03-31
Sylvain Beucler
fg_geometry: add OpenGL 2.0 version fghDrawGeometryWire...
commit
|
commitdiff
|
tree
2012-03-31
Sylvain Beucler
OpenGL 2.0: add 2 user-defined, per-context vertex...
commit
|
commitdiff
|
tree
2012-03-31
Sylvain Beucler
Declare OpenGL 2.0 dynamically-loaded functions for...
commit
|
commitdiff
|
tree
2012-03-31
Sylvain Beucler
fg_geometry: sphere: GL_UNSIGNED_INT->GL_UNSIGNED_SHORT...
commit
|
commitdiff
|
tree
2012-03-25
Sylvain Beucler
EGL: implement fgPlatformGetProcAddress
commit
|
commitdiff
|
tree
2012-03-25
Sylvain Beucler
Indentation fix
commit
|
commitdiff
|
tree
2012-03-24
Sylvain Beucler
fg_geometry: test indices presence with vertIdxs!=NULL...
commit
|
commitdiff
|
tree
2012-03-24
Sylvain Beucler
fg_geometry:
commit
|
commitdiff
|
tree
2012-03-24
Sylvain Beucler
fg_geometry: add a couple comments
commit
|
commitdiff
|
tree
2012-03-23
Sylvain Beucler
Keep fg_geometry in normal builds\!
commit
|
commitdiff
|
tree
2012-03-23
Sylvain Beucler
Remove glutWireTeapot/glutSolidTeapot from gles_stubs...
commit
|
commitdiff
|
tree
2012-03-23
Sylvain Beucler
Don't alter glutWireTeapot and glutSolidTeapot prototypes...
commit
|
commitdiff
|
tree
2012-03-23
Sylvain Beucler
- Document what works with GLES1 and GLES2 as of now
commit
|
commitdiff
|
tree
2012-03-22
Sylvain Beucler
Geometry: Use 'double' instead of 'GLdouble' in include...
commit
|
commitdiff
|
tree
2012-03-18
Sylvain Beucler
Add missing new _glx files
commit
|
commitdiff
|
tree
2012-03-18
Sylvain Beucler
Add support for X11+EGL.
commit
|
commitdiff
|
tree
2012-03-18
Sylvain Beucler
Remove left-over printf
commit
|
commitdiff
|
tree
2012-03-18
Sylvain Beucler
pkg-config: add -lm to static libraries
commit
|
commitdiff
|
tree
2012-03-18
Sylvain Beucler
Define PKG_CONFIG_PATH in client instructions
commit
|
commitdiff
|
tree
2012-03-17
Sylvain Beucler
Identify more precisly where GLdouble->GLfloat is needed...
commit
|
commitdiff
|
tree
2012-03-17
Sylvain Beucler
Rename fghChooseConfigEGL -> fghChooseConfig (not a...
commit
|
commitdiff
|
tree
2012-03-17
Sylvain Beucler
Fix library for GLES1
commit
|
commitdiff
|
tree
2012-03-17
Sylvain Beucler
Removed fgPlatformGlutLayerGet to match other ports...
commit
|
commitdiff
|
tree
2012-03-17
Sylvain Beucler
Implement EGL fgPlatformGlutGetModeValues and partial...
commit
|
commitdiff
|
tree
2012-03-17
Sylvain Beucler
EGL: implement fgPlatformSetWindow
commit
|
commitdiff
|
tree
2012-03-17
Sylvain Beucler
Add 2 more temporary stubs
commit
|
commitdiff
|
tree
2012-03-17
Sylvain Beucler
Remove Android-specific code (logging) in fg_display_egl
commit
|
commitdiff
|
tree
2012-03-17
Sylvain Beucler
Context can be used for a menu rather than the current...
commit
|
commitdiff
|
tree
2012-03-17
Sylvain Beucler
EGL: more code reusability
commit
|
commitdiff
|
tree
2012-03-17
Sylvain Beucler
fghChooseConfigEGL returns 1/0 if found/not found
commit
|
commitdiff
|
tree
2012-03-17
Sylvain Beucler
Move tagSFG_PlatformWindowState from EGL to Android
commit
|
commitdiff
|
tree
2012-03-17
Sylvain Beucler
Move OpenGL ES stubs out of Android
commit
|
commitdiff
|
tree
2012-03-17
Sylvain Beucler
EGL: make more code reusable - less Android-specific
commit
|
commitdiff
|
tree
2012-03-17
Sylvain Beucler
EGL: separate config and context code
commit
|
commitdiff
|
tree
2012-03-17
Sylvain Beucler
Copy documentation about FREEGLUT_GLES2 and FREEGLUT_GLES1...
commit
|
commitdiff
|
tree
2012-03-16
Sylvain Beucler
Move EGL fields to a separate structure for reusability...
commit
|
commitdiff
|
tree
2012-03-16
Sylvain Beucler
CMake: Declare OPTIONS higher in the file so they can...
commit
|
commitdiff
|
tree
2012-03-16
Sylvain Beucler
GLES1 and GLES2 versions are now compiled with -DFREEGLUT_GL...
commit
|
commitdiff
|
tree
2012-03-16
Sylvain Beucler
CMake: use same test for referencing and generating...
commit
|
commitdiff
|
tree
2012-03-15
Sylvain Beucler
Add pkg-config script (cmake changes added by mistake...
commit
|
commitdiff
|
tree
2012-03-15
Sylvain Beucler
CMake: Move -DANDROID in the toolchain script, to ease...
commit
|
commitdiff
|
tree
2012-03-15
Sylvain Beucler
A few fixes in cygwin docs
commit
|
commitdiff
|
tree
2012-03-15
Sylvain Beucler
Error handling for eglSwapBuffers
commit
|
commitdiff
|
tree
2012-03-11
Sylvain Beucler
Rename Android and EGL files
commit
|
commitdiff
|
tree
2012-03-11
Sylvain Beucler
CMake: add precision about version-info / soname
commit
|
commitdiff
|
tree
2012-03-11
Sylvain Beucler
Add development progress status for Android
commit
|
commitdiff
|
tree
2012-03-11
Sylvain Beucler
Add .gitignore file to work with git-svn
commit
|
commitdiff
|
tree
2012-03-11
Sylvain Beucler
autotools: Android port
commit
|
commitdiff
|
tree
2012-03-11
Sylvain Beucler
CMake: Android port
commit
|
commitdiff
|
tree
2012-03-11
Sylvain Beucler
Support GLES headers
commit
|
commitdiff
|
tree
2012-03-11
Sylvain Beucler
Android documentation
commit
|
commitdiff
|
tree
2012-03-11
Sylvain Beucler
CMake: option to build with OpenGL ES
commit
|
commitdiff
|
tree
2012-03-11
Sylvain Beucler
Add base Android and EGL code
commit
|
commitdiff
|
tree
2012-03-09
Sylvain Beucler
Include xparsegeometry_repl.h header on non-X11 targets
commit
|
commitdiff
|
tree
2012-03-09
Sylvain Beucler
Make XParseGeometry reusable by several ports (3)
commit
|
commitdiff
|
tree
2012-03-09
Sylvain Beucler
Make XParseGeometry reusable by several ports (2)
commit
|
commitdiff
|
tree
next