| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove reference to the deprecated option noCDC (2) | Sylvestre Ledru | 2011-02-25 | 1 | -1/+0 |
* | Prevent native libraries from always rebuilding and stripping | Wade Walker | 2011-02-18 | 1 | -54/+77 |
* | Fix path to FixedFuncHook.class. | Wade Walker | 2011-02-18 | 1 | -1/+1 |
* | Remove CDC | Sven Gothel | 2011-02-09 | 1 | -209/+15 |
* | Expand tabs to 4 spaces | Sven Gothel | 2011-02-09 | 1 | -8/+8 |
* | Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m... | Sven Gothel | 2011-02-09 | 1 | -41/+44 |
* | Move GDI GlueGen wrapping from JOGL -> NativeWindow (following X11). Moving N... | Sven Gothel | 2010-11-17 | 1 | -1/+0 |
* | Adding *Version to sub packages | Sven Gothel | 2010-11-14 | 1 | -1/+1 |
* | Added 'jogl.build.id' (hudson timestamp), 'jogl.build.commit' (git commit sha... | Sven Gothel | 2010-11-10 | 1 | -50/+10 |
* | Gluegen parts in src/gluegen (clean) | Sven Gothel | 2010-11-07 | 1 | -68/+87 |
* | Fix ant build files according to the new stub_include folders | Sven Gothel | 2010-11-06 | 1 | -13/+33 |
* | JOGL: HashMap ProcAddressTable for all GL profiles incl GLX/WGL/CGL/EGL | Sven Gothel | 2010-10-29 | 1 | -74/+6 |
* | Fixed gl3.h GL_GLEXT_PROTOTYPES -> GL3_PROTOTYPES/GL_GL3EXT_PROTOTYPESOpenGL_4_1_IntegrationOpenGL_3_3_Integration | Sven Gothel | 2010-08-25 | 1 | -1/+1 |
* | Add OpenGL 3.3, 4.0 and 4.1 language mapping. | Sven Gothel | 2010-08-24 | 1 | -6/+6 |
* | Merge branch 'master' of http://github.com/sgothel/jogl | Michael Bien | 2010-07-18 | 1 | -2/+2 |
|\ |
|
| * | Fix OSX 1: Link with OpenGL library again (CGL) | Sven Gothel | 2010-07-17 | 1 | -2/+2 |
* | | Prepend /usr/local/lib to freebsd X11 linker | Mark Rothwell | 2010-06-26 | 1 | -4/+4 |
* | | But /usr/local/include IS necessary on the default FreeBSD setup | Mark Rothwell | 2010-06-26 | 1 | -0/+6 |
* | | FreeBSD does not use /usr/X11R6 anymore (it became a symlink to /usr/local qu... | Mark Rothwell | 2010-06-26 | 1 | -6/+0 |
* | | Split and use new linker definitions for FreeBSD | Mark Rothwell | 2010-06-26 | 1 | -2/+20 |
|/ |
|
* | Fix: Locking/Threading; Common IntIntHashMap and Buffers; Fix: glMap*Buffer*;... | Sven Gothel | 2010-06-10 | 1 | -20/+24 |
* | JOGL: Unify library loading (impl and binding), incl. lookup ; GLAutoDrawable... | Sven Gothel | 2010-06-04 | 1 | -81/+38 |
* | Changed NEWT NativeWindow creation contract - AWT/NEWT Parenting - Misc Fixes | Sven Gothel | 2010-05-21 | 1 | -6/+6 |
* | GlueGen/JOGL Windows x86 x86_64 MingW Builds | Sven Gothel | 2010-05-16 | 1 | -8/+10 |
* | GlueGen/JOGL Windows x86 x86_64 Builds | Sven Gothel | 2010-05-16 | 1 | -2/+18 |
* | Fix build HOWTO | Sven Gothel | 2010-05-14 | 1 | -4/+4 |
* | Xorg libs/headers are in std FS location /usr | Sven Gothel | 2010-04-30 | 1 | -6/+6 |
* | - JAR Manifest: Trusted-Library: true | Sven Gothel | 2010-04-28 | 1 | -15/+14 |
* | Bring back GL2ES12 impl. for GL2ES1 and GL2ES2 desktop j2se and cdc. Fixing p... | Sven Gothel | 2010-04-22 | 1 | -6/+74 |
* | Migrating gl2/gl3/gl4 -> gldesktop. Use JOGL_GLDESKTOP_.. when using profile.... | Sven Gothel | 2010-04-22 | 1 | -73/+39 |
* | JOGL GL4 preperation (cont): | Sven Gothel | 2010-04-20 | 1 | -73/+60 |
* | JOGL GL4 preperation: | Sven Gothel | 2010-04-16 | 1 | -1/+2 |
* | ATI (fglrx) PBuffer/X11Display bug workaround/cleanup | Sven Gothel | 2010-04-13 | 1 | -1/+1 |
* | *** Now Using Apache-Ant-1.8.0 *** | Sven Gothel | 2010-04-10 | 1 | -0/+5 |
* | Cleanup ant files, intro: build-common.xml used for all targets; Extracting b... | Sven Gothel | 2010-04-09 | 1 | -442/+172 |
* | Added doc/deployment: | Sven Gothel | 2010-04-08 | 1 | -101/+98 |
* | fixed bug where gl3 impl package was placed in jogl.gl2.x11.jar. | Michael Bien | 2010-03-29 | 1 | -4/+31 |
* | renamed platform dependent BufferUtil into java file. | Michael Bien | 2010-03-29 | 1 | -3/+1 |
* | moved com.jogamp.javafx.* to com.jogamp.*. | Michael Bien | 2010-03-29 | 1 | -5/+5 |
* | final large refactoring to move to com.jogamp.*. | Michael Bien | 2010-03-28 | 1 | -12/+12 |
* | refactoring: renamed com.sun.opengl -> com.jogamp.opengl. | Michael Bien | 2010-03-27 | 1 | -57/+57 |
* | refactoring due to gluegen changes. | Michael Bien | 2010-03-27 | 1 | -1/+1 |
* | http://www.jogamp.org/bugzilla/show_bug.cgi?id=378 | Sven Gothel | 2010-03-26 | 1 | -1/+2 |
* | modified junit.run target to write junit test results to file (->ready for hu... | Michael Bien | 2010-03-25 | 1 | -6/+9 |
* | http://www.jogamp.org/bugzilla/show_bug.cgi?id=378 | Sven Gothel | 2010-03-25 | 1 | -1/+74 |
* | build should use gluegen.root property where possible. | Michael Bien | 2009-11-29 | 1 | -5/+5 |
* | javadoc fixAwayFromSun | Sven Gothel | 2009-11-10 | 1 | -0/+6 |
* | Add OpenGL 3.x compatibility profile GL3bc, | Sven Gothel | 2009-10-18 | 1 | -5/+27 |
* | Allow custom user gluegen.compiler.xml ; NEWT: Example lib/gluegen.compiler.i... | Sven Gothel | 2009-10-02 | 1 | -4/+1 |
* | Fix MacOSX External GLContext | Sven Gothel | 2009-09-25 | 1 | -0/+2 |