| Commit message (Expand) | Author | Age | Files | Lines |
* | COPYRIGHT.txt no longer exists -> don't copy it. | Michael Bien | 2010-09-14 | 1 | -1/+0 |
* | Fixed gl3.h GL_GLEXT_PROTOTYPES -> GL3_PROTOTYPES/GL_GL3EXT_PROTOTYPESOpenGL_4_1_IntegrationOpenGL_3_3_Integration | Sven Gothel | 2010-08-25 | 4 | -22/+10 |
* | Add license header to gl3ext.h | Sven Gothel | 2010-08-24 | 1 | -0/+28 |
* | Modifications to the original header: Seperate platform types; Move extension... | Sven Gothel | 2010-08-24 | 2 | -221/+161 |
* | Add original Khronos glext.h and gl3.h headers from 2010-08-03 | Sven Gothel | 2010-08-24 | 2 | -0/+14292 |
* | Redo khronos header migration from scratch to show the delta to the originals | Sven Gothel | 2010-08-24 | 2 | -14232/+0 |
* | Add OpenGL 3.3, 4.0 and 4.1 language mapping. | Sven Gothel | 2010-08-24 | 46 | -3160/+7070 |
* | Add hudson-archive-jars-latest.sh script; Simplify default value of product.b... | Sven Gothel | 2010-07-27 | 2 | -5/+150 |
* | Newt: Remove static MacDisplay usage | Sven Gothel | 2010-07-26 | 1 | -1/+3 |
* | Fix OSX 2: Newt EDT (MainThread) and I/O methods ; Build jogl.build.number | Sven Gothel | 2010-07-26 | 2 | -1/+6 |
* | Fix build.number -> jogl.build.number; Read artifact.properties | Sven Gothel | 2010-07-26 | 2 | -1/+3 |
* | Fix artifact.properties rootrel | Sven Gothel | 2010-07-24 | 1 | -1/+1 |
* | Merge branch 'master' of github.com:sgothel/jogl | Michael Bien | 2010-07-24 | 1 | -0/+4 |
|\ |
|
| * | Fix OSX 1: Add empty define of APIENTRY, if undefined (CG) | Sven Gothel | 2010-07-19 | 1 | -0/+4 |
* | | added tag.build ant target. | Michael Bien | 2010-07-24 | 1 | -1/+6 |
|/ |
|
* | Merge branch 'master' of http://github.com/sgothel/jogl | Michael Bien | 2010-07-18 | 2 | -3/+3 |
|\ |
|
| * | Fix OSX 1: Link with OpenGL library again (CGL) | Sven Gothel | 2010-07-17 | 1 | -2/+2 |
| * | Newt: X11 ICC window properties ; Still bugs with composite manager and Newt ... | Sven Gothel | 2010-07-17 | 1 | -1/+1 |
* | | Merge branch 'freebsd-fixes' of http://github.com/rothwell/jogl | Michael Bien | 2010-07-18 | 3 | -16/+76 |
|\ \
| |/
|/| |
|
| * | Set up compiler and linker for newt. JOGL builds and passes all tests. | Mark Rothwell | 2010-06-26 | 1 | -4/+34 |
| * | Prepend /usr/local/lib to freebsd X11 linker | Mark Rothwell | 2010-06-26 | 1 | -4/+4 |
| * | Prepend /usr/local/lib for X11 libraries | Mark Rothwell | 2010-06-26 | 1 | -4/+4 |
| * | Use correct compiler setup for nativewindow | Mark Rothwell | 2010-06-26 | 1 | -2/+6 |
| * | But /usr/local/include IS necessary on the default FreeBSD setup | Mark Rothwell | 2010-06-26 | 1 | -0/+6 |
| * | Correct compiler config (not amd64 specific) | Mark Rothwell | 2010-06-26 | 1 | -1/+1 |
| * | Remove /usr/X11R6 from newt, too | Mark Rothwell | 2010-06-26 | 1 | -5/+0 |
| * | FreeBSD does not use /usr/X11R6 anymore (it became a symlink to /usr/local qu... | Mark Rothwell | 2010-06-26 | 2 | -11/+0 |
| * | Split and use new linker definitions for FreeBSD (nativewindow) | Mark Rothwell | 2010-06-26 | 1 | -5/+23 |
| * | Split and use new linker definitions for FreeBSD | Mark Rothwell | 2010-06-26 | 1 | -2/+20 |
* | | Fix file modes | Sven Gothel | 2010-07-07 | 110 | -0/+0 |
* | | GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ... | Sven Gothel | 2010-07-07 | 1 | -1/+1 |
* | | Merge branch 'master' of github.com:sgothel/jogl | Sven Gothel | 2010-06-26 | 4 | -6/+6 |
|\| |
|
| * | Provide a classloader for all reflection driven classloading ops. | Michael Bien | 2010-06-17 | 2 | -3/+3 |
| * | use ${javacdebuglevel}. | Michael Bien | 2010-06-17 | 2 | -3/+3 |
* | | GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ... | Sven Gothel | 2010-06-26 | 4 | -5/+12 |
|/ |
|
* | JOGL.GLAutoDrawable: | Sven Gothel | 2010-06-16 | 1 | -1/+1 |
* | Merge branch 'master' of github.com:sgothel/jogl | Michael Bien | 2010-06-10 | 50 | -681/+476 |
|\ |
|
| * | Fix: Locking/Threading; Common IntIntHashMap and Buffers; Fix: glMap*Buffer*;... | Sven Gothel | 2010-06-10 | 49 | -555/+415 |
| * | JOGL: Unify library loading (impl and binding), incl. lookup ; GLAutoDrawable... | Sven Gothel | 2010-06-04 | 10 | -133/+62 |
| * | JOGL: Sanity check in GLDrawableHelper (Context creation and initAction) ; Ad... | Sven Gothel | 2010-06-02 | 2 | -0/+6 |
* | | Merge branch 'master' of github.com:sgothel/jogl | Michael Bien | 2010-06-02 | 1 | -1/+1 |
|\| |
|
| * | NEWT/MacOSX: Use Reflectionutil and a common runOnMainThread method | Sven Gothel | 2010-06-02 | 1 | -1/+1 |
* | | Merge branch 'master' of github.com:sgothel/jogl | Michael Bien | 2010-06-02 | 3 | -3/+4 |
|\| |
|
| * | NEWT/MacOSX: First Changes towards general NEWT/AWT solution (incomplete). | Sven Gothel | 2010-06-02 | 1 | -1/+1 |
| * | NEWT: Simplified Locking | Sven Gothel | 2010-06-02 | 2 | -2/+3 |
* | | exclude inner classes as tests to prevent junit from executing anonymous inne... | Michael Bien | 2010-06-01 | 1 | -0/+3 |
|/ |
|
* | NEWT: Fix AWT Parenting ; Multithreading Issues ; Semantics: destroy(), .. ; ... | Sven Gothel | 2010-05-28 | 3 | -1/+3 |
* | Fix NativeWindow JAWT Code Generation and Bounds Access | Sven Gothel | 2010-05-27 | 5 | -51/+31 |
* | Changed NEWT NativeWindow creation contract - AWT/NEWT Parenting - Misc Fixes | Sven Gothel | 2010-05-21 | 7 | -17/+31 |
* | Add javadoc_nativewindow_spec.zip and fix it's build location | Sven Gothel | 2010-05-17 | 1 | -1/+4 |