| Commit message (Expand) | Author | Age | Files | Lines |
* | javac - setup encoding to UTF-8 | Sven Gothel | 2012-01-23 | 1 | -0/+8 |
* | Fix Bug 516 (Determine Java Version) / Fix OS X 10.5 linkage (weak framework,... | Sven Gothel | 2012-01-22 | 1 | -16/+44 |
* | Complete SWT GLCanvas relocation | Sven Gothel | 2012-01-09 | 1 | -1/+1 |
* | Merge pull request #41 from krisher/master | Sven Gothel | 2012-01-09 | 1 | -4/+19 |
|\ |
|
| * | [WIP] Added an SWT based GLCanvas implementation nearly identical to the AWT ... | Dan Krisher | 2011-11-14 | 1 | -4/+19 |
* | | Fix Bug 547: Enable others architectures under GNU/Linux | Sylvestre Ledru | 2012-01-09 | 1 | -1/+37 |
* | | OSX: JOGL desktop DLL now uses weak binding for Quartz, Cocoa and OpenGL (com... | Sven Gothel | 2012-01-09 | 1 | -3/+3 |
* | | Dispatch the '5' GDI/WGL functions and allow using their 'wgl' variants. GDI ... | Sven Gothel | 2012-01-09 | 1 | -9/+0 |
* | | JOGL: Add 'struct timespec' (POSIX) utils for native time handling | Sven Gothel | 2011-11-08 | 1 | -0/+4 |
* | | OS X Layered View: Use pbuffer method (pbuffer w/ dbl buffer) | Sven Gothel | 2011-11-06 | 1 | -0/+1 |
|/ |
|
* | Cleanup JARs: Add jogl_cg native jar (atomic only); Move newt.event.jar to at... | Sven Gothel | 2011-10-21 | 1 | -8/+17 |
* | Fix Solaris gcc args ; Cleanup dependencies and linker args; Adding JVM arch ... | Sven Gothel | 2011-10-18 | 1 | -10/+4 |
* | Remove native lib cg from jogl native lib jar | Sven Gothel | 2011-09-21 | 1 | -0/+1 |
* | Remove duplicates in jogl.test.jar, jogl.util.jar, jogl.util.fixedfuncemu.jar | Sven Gothel | 2011-09-14 | 1 | -7/+3 |
* | Proper classpath for all javah commands, using 'rootrel.build' | Sven Gothel | 2011-08-30 | 1 | -3/+5 |
* | Misc Rename/Reloc; GLArrayData*/PMVMatrix enhancments; Test fixes/adds (Gears... | Sven Gothel | 2011-08-22 | 1 | -2/+2 |
* | Android Cleanup: Remove EGL header & library (compile time) | Sven Gothel | 2011-08-11 | 1 | -1/+0 |
* | Android: Add android/EGL lib for linkage | Sven Gothel | 2011-08-09 | 1 | -2/+6 |
* | deployment resturcturing: combine nativewindow/jogl/newt ; newt: 'driver' sep... | Sven Gothel | 2011-08-05 | 1 | -202/+87 |
* | Adapt latest gluegen changes for crossplatform. | Sven Gothel | 2011-08-02 | 1 | -2/+2 |
* | ES Native Libraries: Add missing GLDebugMessageHandler code .. | Sven Gothel | 2011-07-31 | 1 | -0/+4 |
* | build: add linux/armv7 support ; only add resources once w/o java source | Sven Gothel | 2011-07-28 | 1 | -10/+33 |
* | Utilize GlueGen's platform independent header for stdin.h, gluegen_stdint.h, ... | Sven Gothel | 2011-06-11 | 1 | -3/+26 |
* | build: Query git branch/sha1 and use it if not set and tools are available; A... | Sven Gothel | 2011-05-16 | 1 | -1/+0 |
* | Add unified support for GL_ARB_debug_output and GL_AMD_debug_output. | Sven Gothel | 2011-04-24 | 1 | -0/+3 |
* | copy all fonts and shader to build folder, allowing ide debugging | Sven Gothel | 2011-04-22 | 1 | -2/+6 |
* | Jogl build: Rebuild jar files if shaders were updated | Sven Gothel | 2011-04-02 | 1 | -1/+9 |
* | Add graph shaders and fonts .. | Sven Gothel | 2011-04-01 | 1 | -2/+10 |
* | integrated typecast into jogamp. tree | Sven Gothel | 2011-04-01 | 1 | -1/+8 |
* | 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 |