| Commit message (Expand) | Author | Age | Files | Lines |
* | GLContext.destroy() error case: Lock hold > 1 - More explicit error message. | Sven Gothel | 2012-05-14 | 1 | -2/+2 |
* | GLContext*: Remove '[set/is]Synchronized(..)' - Defaults to wait for locks: 1... | Sven Gothel | 2012-05-13 | 5 | -74/+49 |
* | Fix regression of commit de2b129a56335262a44a05541a3ab2e35668cc6e: ProjectFlo... | Sven Gothel | 2012-05-11 | 1 | -5/+5 |
* | GLProfile/EGLDrawableFactory: Detect ANGLE (Windows D3D ES2 Emulation) and di... | Sven Gothel | 2012-05-01 | 1 | -16/+42 |
* | EGLGraphicsConfigurationFactory: Add 'unregisterFactory()' static entry allow... | Sven Gothel | 2012-05-01 | 1 | -1/+16 |
* | Completing swap-interval implementation for OSX's CALayer usage. Closing Bug 555 | Sven Gothel | 2012-04-22 | 1 | -13/+12 |
* | Recognize swap-interval in NSOpenGLLayer mode | Andres Colubri | 2012-04-22 | 1 | -2/+12 |
* | FFMPEGDynamicLibraryBundleInfo: Adding notes .. | Sven Gothel | 2012-04-21 | 1 | -0/+5 |
* | FFMPEGMediaPlayer: Fix NPE; Add remarks about binary incompatibility in upcom... | Sven Gothel | 2012-04-21 | 1 | -1/+9 |
* | FFmpeg Dyn. Symbol Validation: Proper check for alternative symbols where one... | Sven Gothel | 2012-04-21 | 1 | -25/+63 |
* | GLMediaPlayer: Add Class / Package API doc incl. detailed info in the impleme... | Sven Gothel | 2012-04-18 | 4 | -5/+88 |
* | TextureSequence Shader Support; GLMediaPlayer uses 'int' where possible; Gene... | Sven Gothel | 2012-04-16 | 5 | -175/+339 |
* | Add native tests for libav/ffmpeg and gst | Sven Gothel | 2012-04-16 | 2 | -0/+722 |
* | API Change ShaderCode/ShaderUtil: Enable optional mutable shader source / gen... | Sven Gothel | 2012-04-16 | 1 | -8/+8 |
* | StringBuffer -> StringBuilder (Local objects, no concurrency) ; Impacts: Capa... | Sven Gothel | 2012-04-16 | 7 | -20/+19 |
* | Reloc OMXGLMediaPlayer jogamp.opengl.omx -> jogamp.opengl.util.av.impl | Sven Gothel | 2012-04-12 | 1 | -5/+1 |
* | Refine API doc | Sven Gothel | 2012-04-11 | 1 | -1/+0 |
* | Refine GLMediaPlayer/TextureSequence, add MovieCube demo, fix minor bug in Te... | Sven Gothel | 2012-04-11 | 5 | -81/+78 |
* | Move com.jogamp.opengl.av -> com.jogamp.opengl.util.av (it's in the util atom... | Sven Gothel | 2012-04-11 | 3 | -0/+0 |
* | Move ProjectFloat back to private, exposing basic math in FloatUtil | Sven Gothel | 2012-04-09 | 1 | -0/+940 |
* | GLMediaPlayer*: Revised - Working on buggy MediaPlayer impl. (Android ICS Tegra) | Sven Gothel | 2012-04-09 | 5 | -157/+178 |
* | GLMediaPlayer: Fix destruction (NPE) / Fix MovieSimple shader, no GL_OES_EGL_... | Sven Gothel | 2012-04-07 | 1 | -3/+5 |
* | Merge PNGJ 0.85 into namespace | Sven Gothel | 2012-04-07 | 44 | -0/+4525 |
* | NullGLMediaPlayer: Use low-res PNG instead of TGA texture to save footprint. ... | Sven Gothel | 2012-04-07 | 1 | -3/+14 |
* | GLMediaPlayer: Add (c) tag; Add NullGLMediaPlayer (dummy texture); | Sven Gothel | 2012-04-06 | 4 | -3/+249 |
* | GLMediaPlayer: Use URLConnection to clarify emphasize passing an available co... | Sven Gothel | 2012-04-05 | 3 | -33/+17 |
* | GLMediaPlayer/MovieSimple: Refine API (split setStream(GL, URL) -> initStream... | Sven Gothel | 2012-04-03 | 3 | -118/+118 |
* | GLMediaPlayer: API and implementation update. First working version on Androi... | Sven Gothel | 2012-04-03 | 3 | -146/+242 |
* | GLContext: Don't enable TRACE_SWITCH if DEBUG is enabled. | Sven Gothel | 2012-04-03 | 1 | -2/+2 |
* | EGLConfig2Capabilities: Add flag 'forceTransparentFlag' allowing to pass thro... | Sven Gothel | 2012-04-03 | 4 | -22/+25 |
* | Initial commit for AudioVideo (com.jogamp.opengl.av) rework, introducing Andr... | Sven Gothel | 2012-04-02 | 4 | -0/+849 |
* | ProjectFloat: Promote to public, exposing general matrix/vector math, custom ... | Sven Gothel | 2012-04-02 | 1 | -1068/+0 |
* | Adapt to gluegen commit 1c03dfd6d1939a46018583419956e350e531f4fe - Fix Bug 566 | Sven Gothel | 2012-03-26 | 7 | -13/+29 |
* | Fix EGLConfig re-use w/ different EGLDisplay handle (Triggered w/ Mesa EGL/ES) | Sven Gothel | 2012-03-25 | 4 | -17/+32 |
* | X11GLXContext: Remove DEBUG_GLX_MAKECURRENT | Sven Gothel | 2012-03-25 | 1 | -7/+0 |
* | Enhance and generalize AWT Threading* implementation; Minor changes .. | Sven Gothel | 2012-03-25 | 6 | -118/+125 |
* | Fix bug 564 - part 2 (X11 Mesa 8.0.1 GL 3.0 w/ failing GLX_ARB_create_context) | Sven Gothel | 2012-03-20 | 1 | -26/+34 |
* | Cleanup: Use getThreadName() and validateCurrent() to remove redundancy and t... | Sven Gothel | 2012-03-20 | 1 | -8/+14 |
* | Fix / Cleanup AWT related Threading code: Using enums, properly disable singl... | Sven Gothel | 2012-03-19 | 2 | -37/+36 |
* | X11GLXContext: X11Util.setX11ErrorHandler( .., DEBUG ? verbose : quiet ) | Sven Gothel | 2012-03-19 | 1 | -3/+3 |
* | GLContextImpl: Detect "llvmpipe" as a software renderer (Mesa 8.0.1) | Sven Gothel | 2012-03-19 | 1 | -1/+2 |
* | Fix bug 564 (X11 Mesa 8.0.1 GL 3.0 w/o GLX_ARB_create_context) | Sven Gothel | 2012-03-18 | 3 | -19/+26 |
* | Reduce Thread.dumpStack() in debug mode where no negative behavior appears or... | Sven Gothel | 2012-03-18 | 5 | -7/+6 |
* | Adapt to gluegen Properties/Security commits f4ac27e177f6deb444280d3b375e7d34... | Sven Gothel | 2012-03-13 | 4 | -82/+23 |
* | GL/GLContext: Properly define swapInterval incl. default value for EGL (1) an... | Sven Gothel | 2012-03-10 | 5 | -23/+19 |
* | GLContextImpl: Expose GL_RENDERER for impl. / EGLContext workaround Android 4... | Sven Gothel | 2012-03-07 | 2 | -24/+47 |
* | NativeWindow public* reorg 3/3 ; NativeVisualID -> VisualIDHolder incl. prope... | Sven Gothel | 2012-03-06 | 8 | -132/+82 |
* | NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl... | Sven Gothel | 2012-03-06 | 20 | -55/+76 |
* | X11 Fix NativeVisualID regression (commit 90c46b1ef1f199ceb63e85c85e9ebeb919d... | Sven Gothel | 2012-03-05 | 3 | -34/+5 |
* | Fix GLWindow/SWT-GLCanvas: set context synchronized ; Misc Changes | Sven Gothel | 2012-03-05 | 1 | -1/+4 |