| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix OSX regression of commit 20bf031db719f7baa4c6e74734fc999061e08fe2 - handl... | Sven Gothel | 2012-07-20 | 1 | -1/+1 |
* | Bug 599 - FBObject / Offscreen Support - Part 1 | Sven Gothel | 2012-07-19 | 2 | -7/+7 |
* | C code: remove warnings | Sven Gothel | 2012-07-06 | 1 | -3/+3 |
* | Fix Bug #589 (JAWT Offscreen-Layer resize) and Offscreen-Layer setSwapInterva... | Sven Gothel | 2012-06-30 | 1 | -41/+42 |
* | JAWTUtil/MacOSXWindowSystemInterface-pbuffer: Cleanup / More DEBUG info | Sven Gothel | 2012-06-30 | 1 | -13/+12 |
* | Completing swap-interval implementation for OSX's CALayer usage. Closing Bug 555 | Sven Gothel | 2012-04-22 | 4 | -39/+100 |
* | FFMPEGMediaPlayer: Fix NPE; Add remarks about binary incompatibility in upcom... | Sven Gothel | 2012-04-21 | 1 | -155/+198 |
* | Adding initial Libav/FFMpeg GLMediaPlayer implementation | Sven Gothel | 2012-04-16 | 2 | -0/+780 |
* | TextureSequence Shader Support; GLMediaPlayer uses 'int' where possible; Gene... | Sven Gothel | 2012-04-16 | 5 | -191/+135 |
* | JOGL/Native: Add JNIEnv functions | Sven Gothel | 2012-04-12 | 2 | -0/+94 |
* | Reloc OMXGLMediaPlayer jogamp.opengl.omx -> jogamp.opengl.util.av.impl | Sven Gothel | 2012-04-12 | 1 | -15/+15 |
* | GLMediaPlayer*: Revised - Working on buggy MediaPlayer impl. (Android ICS Tegra) | Sven Gothel | 2012-04-09 | 3 | -10/+11 |
* | GLMediaPlayer: API and implementation update. First working version on Androi... | Sven Gothel | 2012-04-03 | 3 | -13/+13 |
* | Initial commit for AudioVideo (com.jogamp.opengl.av) rework, introducing Andr... | Sven Gothel | 2012-04-02 | 3 | -22/+19 |
* | API Change [GLProfile/GLContext]: Add notion of hardware acceleration in GLPr... | Sven Gothel | 2012-02-20 | 1 | -0/+21 |
* | OSX CALayer fix for Java7 (force CALayer to 0/0, always remove all animations) | Sven Gothel | 2012-02-13 | 1 | -5/+15 |
* | NEWT/OSX CALayer Animation Fix: Use '[layer removeAllAnimations]', '[layer re... | Sven Gothel | 2012-01-16 | 1 | -6/+0 |
* | OSX Fixes: bug 548 (another regression: pixelfmt), ctx creation failure -> no... | Sven Gothel | 2012-01-13 | 1 | -13/+16 |
* | MaxOSXWindowSystemInterface: deleteContext / releaseNSOpenGLLayer: | Sven Gothel | 2011-12-17 | 2 | -10/+25 |
* | GLDebugMessageHandler: Disable Windows 32bit due to 32bit on 64bit JVM/OpenGL... | Sven Gothel | 2011-12-13 | 1 | -10/+20 |
* | GLContextImpl*: createImpl() / makeCurrentImpl() refinement / robostness | Sven Gothel | 2011-11-29 | 1 | -0/+15 |
* | MacOSX: Disable native verbosity | Sven Gothel | 2011-11-26 | 2 | -2/+2 |
* | OSX GLLayer (native): Remove CALayer add/remove/swap sublayer animation; Fix ... | Sven Gothel | 2011-11-26 | 1 | -8/+7 |
* | OS X Layered View Part8: Generalize OffscreenLayerSurface ; Use local JAWT in... | Sven Gothel | 2011-11-12 | 3 | -40/+25 |
* | OSX: Fix context update call | Sven Gothel | 2011-11-12 | 1 | -2/+2 |
* | OS X Layered View: Part7 Allow NEWT onscreen MacWindow to be used incl repare... | Sven Gothel | 2011-11-11 | 2 | -2/+9 |
* | OS X Layered View: Part6 (native) Using a root CALayer where we attach/detach... | Sven Gothel | 2011-11-10 | 1 | -22/+70 |
* | OS X Layered View: Part5 NEWT/AWT Interaction ; Fix NSOpenGLLayer pos ; Cleanup | Sven Gothel | 2011-11-09 | 1 | -4/+19 |
* | OS X Layered View: Part2 Java/Native MacOSXCGLContext / MacOSXPbufferCGLContext | Sven Gothel | 2011-11-09 | 1 | -41/+286 |
* | JOGL: Add 'struct timespec' (POSIX) utils for native time handling | Sven Gothel | 2011-11-08 | 2 | -0/+82 |
* | OS X Layered View: Use pbuffer method (pbuffer w/ dbl buffer) | Sven Gothel | 2011-11-06 | 4 | -165/+326 |
* | OSX: CGL type cleanup ; layeredSurface impl. | Sven Gothel | 2011-11-05 | 2 | -126/+242 |
* | OSX: Enable OpenGL profile support, ie OpenGL 3.2 -> GL3 for OSX >= 10.7 | Sven Gothel | 2011-10-26 | 1 | -0/+8 |
* | OSX: Fix CGL deleteContext()'s release call on MainThread (typo, shall have n... | Sven Gothel | 2011-10-16 | 1 | -2/+2 |
* | OSX: Avoid invoking JNI or performSelectorOnMainThread in JNI if already main... | Sven Gothel | 2011-10-13 | 1 | -1/+1 |
* | MacOSX: Always release ctx on main thread (offscreen was frozen as well); Cle... | Sven Gothel | 2011-10-13 | 2 | -30/+18 |
* | MacOSX: Fix shared ctx release [onMainThread]; Make GLContextShareSet lifecyc... | Sven Gothel | 2011-10-13 | 1 | -43/+47 |
* | JOGL/OSX: Properly utilize NSOpenGLContext update() via ContextUpdater, which... | Sven Gothel | 2011-10-13 | 3 | -27/+61 |
* | OSX Minor Cleanups: ctx delete note (freeze when shared ctx), Better MainThre... | Sven Gothel | 2011-10-12 | 1 | -7/+1 |
* | NEWT/JOGL: MacOSX Update | Sven Gothel | 2011-09-25 | 1 | -0/+5 |
* | deployment resturcturing: combine nativewindow/jogl/newt ; newt: 'driver' sep... | Sven Gothel | 2011-08-05 | 1 | -0/+1 |
* | Utilize GlueGen's platform independent header for stdin.h, gluegen_stdint.h, ... | Sven Gothel | 2011-06-11 | 1 | -17/+2 |
* | GLContext GLDebugMessages: Add synchronous status/dumpStack; Remove length in... | Sven Gothel | 2011-04-28 | 1 | -0/+24 |
* | Add unified support for GL_ARB_debug_output and GL_AMD_debug_output. | Sven Gothel | 2011-04-24 | 3 | -0/+251 |
* | Fix TAB: Replace all TAB with 4 spaces | Sven Gothel | 2011-04-08 | 4 | -393/+393 |
* | Complete removal of NV KD and OMX started with 46f17013c7cd59d551371edb2c1a4a... | Sven Gothel | 2010-11-06 | 2 | -26/+45 |
* | Fix file modes | Sven Gothel | 2010-07-07 | 1 | -0/+0 |
* | GlueGen/JOGL Windows x86 x86_64 Builds | Sven Gothel | 2010-05-16 | 1 | -1/+1 |
* | moved com.jogamp.javafx.* to com.jogamp.*. | Michael Bien | 2010-03-29 | 2 | -16/+16 |
* | final large refactoring to move to com.jogamp.*. | Michael Bien | 2010-03-28 | 2 | -28/+28 |