| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add Support for GL 4.3 (Bug 716) and ES 3.0 (Bug 717) | Sven Gothel | 2013-07-15 | 1 | -54/+135 |
* | Bug 758: Fix scripts and ant build files to work w/ Java7 (default now) produ... | Sven Gothel | 2013-06-21 | 1 | -4/+5 |
* | Add optional JOAL dependency, enabling JOAL usage for our 'av' package. Note:... | Sven Gothel | 2013-06-18 | 1 | -4/+25 |
* | Adapt to new version scheme, see GlueGen a3f2ef50ad33c58a240a17fcf03e415d7722... | Sven Gothel | 2013-03-28 | 1 | -4/+5 |
* | Fix CALayer pos/size and animation.b01 | Sven Gothel | 2013-02-22 | 1 | -6/+8 |
* | Cleanup atomic JARs; Removed Debug/Trace pipelines of common profiles | Sven Gothel | 2012-12-16 | 1 | -39/+20 |
* | Reorganize math code into: com.jogamp.opengl.math and com.jogamp.opengl.math.... | Sven Gothel | 2012-11-11 | 1 | -1/+1 |
* | Add OSX CALayer OpenGL 3 (core) support: Derive pixelformat from parent (GL3)... | Sven Gothel | 2012-10-31 | 1 | -3/+6 |
* | Footprint Stats ; Fix Bug 624 - Compile and generate android JAR files (jogl-... | Sven Gothel | 2012-10-04 | 1 | -5/+9 |
* | Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra... | Sven Gothel | 2012-09-15 | 1 | -1/+1 |
* | Adapt to GlueGen ARM Build Changes 422d7a5eb53fca6642ebf4e8910d8b0311bb2597 | Sven Gothel | 2012-08-16 | 1 | -7/+7 |
* | Fix commit a393e45613d87101dbb13763df263c2f9291d2d0: jogl's cg native lib is ... | Sven Gothel | 2012-06-26 | 1 | -2/+2 |
* | Implement Bug #598 - JOGL ALL JAR File Change incl. it's Native Jar URL Deriv... | Sven Gothel | 2012-06-26 | 1 | -25/+25 |
* | Fix Bug 583: Remove Android compile-time dependencies and exclude Android spe... | Sven Gothel | 2012-06-15 | 1 | -13/+6 |
* | Adding initial Libav/FFMpeg GLMediaPlayer implementation | Sven Gothel | 2012-04-16 | 1 | -14/+19 |
* | Refine GLMediaPlayer/TextureSequence, add MovieCube demo, fix minor bug in Te... | Sven Gothel | 2012-04-11 | 1 | -5/+2 |
* | TextureIO: Add PNG TextureProvider and TextureWriter for RGB[A]/BGR[A] - incl... | Sven Gothel | 2012-04-07 | 1 | -1/+1 |
* | NullGLMediaPlayer: Use low-res PNG instead of TGA texture to save footprint. ... | Sven Gothel | 2012-04-07 | 1 | -0/+1 |
* | Ant Build: Split 2nd pass in android and non-android builds. The former uses ... | Sven Gothel | 2012-04-03 | 1 | -2/+21 |
* | Initial commit for AudioVideo (com.jogamp.opengl.av) rework, introducing Andr... | Sven Gothel | 2012-04-02 | 1 | -7/+27 |
* | Get JOGL to build with NDK r7 | Edwin Vane | 2012-02-28 | 1 | -1/+1 |
* | API Change [GLProfile/GLContext]: Add notion of hardware acceleration in GLPr... | Sven Gothel | 2012-02-20 | 1 | -0/+1 |
* | 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 |