aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl
Commit message (Expand)AuthorAgeFilesLines
* Reloc OMXGLMediaPlayer jogamp.opengl.omx -> jogamp.opengl.util.av.implSven Gothel2012-04-122-20/+16
* Refine API docSven Gothel2012-04-113-11/+12
* ShaderState: No exception in 'releaseAllAttributes()' if attribute is n/aSven Gothel2012-04-111-6/+2
* Refine GLMediaPlayer/TextureSequence, add MovieCube demo, fix minor bug in Te...Sven Gothel2012-04-1111-173/+198
* GLArrayData: Fix 'growBuffer()' / clarify 'initialSize' -> 'initialElementCount'Sven Gothel2012-04-117-104/+120
* Move com.jogamp.opengl.av -> com.jogamp.opengl.util.av (it's in the util atom...Sven Gothel2012-04-116-0/+0
* Move ProjectFloat back to private, exposing basic math in FloatUtilSven Gothel2012-04-093-344/+349
* ShaderUtil: Remove 'Impl' redirection, we already have GL OO hierarchy.Sven Gothel2012-04-091-356/+246
* ShaderUtil: isProgramValid() -> isProgramLinkStatusValid() + isProgramExecSta...Sven Gothel2012-04-092-42/+42
* GLMediaPlayer*: Revised - Working on buggy MediaPlayer impl. (Android ICS Tegra)Sven Gothel2012-04-0910-195/+238
* GLMediaPlayer: Fix destruction (NPE) / Fix MovieSimple shader, no GL_OES_EGL_...Sven Gothel2012-04-071-3/+5
* TextureIO: PNGImage 1stSven Gothel2012-04-071-2/+2
* TextureIO: Add PNG TextureProvider and TextureWriter for RGB[A]/BGR[A] - incl...Sven Gothel2012-04-076-6/+277
* Merge PNGJ 0.85 into namespaceSven Gothel2012-04-0744-0/+4525
* NullGLMediaPlayer: Use low-res PNG instead of TGA texture to save footprint. ...Sven Gothel2012-04-071-3/+14
* GLMediaPlayer: Add (c) tag; Add NullGLMediaPlayer (dummy texture);Sven Gothel2012-04-066-4/+306
* TextureIO/TGA: Only use current GLContext if available, allowing pre-GL usage...Sven Gothel2012-04-064-46/+54
* PMVMatrix: Add convenient ProjectFloat calls of gluLookAt, gluProject, gluUnP...Sven Gothel2012-04-062-52/+192
* GLMediaPlayer: Use URLConnection to clarify emphasize passing an available co...Sven Gothel2012-04-054-44/+29
* JoglVersion: Dump GLSL version if GLSL is available.Sven Gothel2012-04-051-2/+5
* GLMediaPlayer/MovieSimple: Refine API (split setStream(GL, URL) -> initStream...Sven Gothel2012-04-034-132/+146
* GLMediaPlayer: API and implementation update. First working version on Androi...Sven Gothel2012-04-037-171/+355
* GLArrayData*: toString(): Dump the vboOffset in decimalSven Gothel2012-04-032-2/+2
* GLContext: Don't enable TRACE_SWITCH if DEBUG is enabled.Sven Gothel2012-04-032-3/+3
* Texture: Ignore enable/disable for GL_TEXTURE_EXTERNAL_OES; TextureCoords: Ad...Sven Gothel2012-04-032-4/+53
* EGLConfig2Capabilities: Add flag 'forceTransparentFlag' allowing to pass thro...Sven Gothel2012-04-034-22/+25
* Initial commit for AudioVideo (com.jogamp.opengl.av) rework, introducing Andr...Sven Gothel2012-04-0212-545/+993
* ProjectFloat: Promote to public, exposing general matrix/vector math, custom ...Sven Gothel2012-04-022-325/+362
* Adapt to gluegen commit 1c03dfd6d1939a46018583419956e350e531f4fe - Fix Bug 566Sven Gothel2012-03-268-13/+43
* Fix EGLConfig re-use w/ different EGLDisplay handle (Triggered w/ Mesa EGL/ES)Sven Gothel2012-03-254-17/+32
* X11GLXContext: Remove DEBUG_GLX_MAKECURRENTSven Gothel2012-03-251-7/+0
* Enhance and generalize AWT Threading* implementation; Minor changes ..Sven Gothel2012-03-2511-375/+309
* Mark JOGL/GlueGen NativeSignature*Emitter 'to be reviewed' and adapt it to Gl...Sven Gothel2012-03-222-7/+12
* Fix bug 564 - part 2 (X11 Mesa 8.0.1 GL 3.0 w/ failing GLX_ARB_create_context)Sven Gothel2012-03-201-26/+34
* Cleanup: Use getThreadName() and validateCurrent() to remove redundancy and t...Sven Gothel2012-03-203-51/+49
* Fix / Cleanup AWT related Threading code: Using enums, properly disable singl...Sven Gothel2012-03-194-47/+46
* X11GLXContext: X11Util.setX11ErrorHandler( .., DEBUG ? verbose : quiet )Sven Gothel2012-03-191-3/+3
* GLContextImpl: Detect "llvmpipe" as a software renderer (Mesa 8.0.1)Sven Gothel2012-03-191-1/+2
* Fix bug 564 (X11 Mesa 8.0.1 GL 3.0 w/o GLX_ARB_create_context)Sven Gothel2012-03-183-19/+26
* Reduce Thread.dumpStack() in debug mode where no negative behavior appears or...Sven Gothel2012-03-187-9/+7
* Adapt to GlueGen IO resource changes URL -> URLConnection for effeciency; API...Sven Gothel2012-03-177-88/+335
* Adapt to gluegen Properties/Security commits f4ac27e177f6deb444280d3b375e7d34...Sven Gothel2012-03-1315-127/+51
* GL/GLContext: Properly define swapInterval incl. default value for EGL (1) an...Sven Gothel2012-03-106-28/+63
* Minor changes: DefaultGLCapabilitiesChooser + GearsES1/2 and Android demosSven Gothel2012-03-101-14/+15
* ShaderState: Use a HashMap instead of a HashSet for enabled attribute states,...Sven Gothel2012-03-101-17/+19
* Stabilize open InputStream's / Closeable's: Decorate w/ try-finally and close...Sven Gothel2012-03-101-30/+39
* GLContextImpl: Expose GL_RENDERER for impl. / EGLContext workaround Android 4...Sven Gothel2012-03-072-24/+47
* NativeWindow public* reorg 3/3 ; NativeVisualID -> VisualIDHolder incl. prope...Sven Gothel2012-03-068-132/+82
* NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl...Sven Gothel2012-03-0623-62/+83
* X11 Fix NativeVisualID regression (commit 90c46b1ef1f199ceb63e85c85e9ebeb919d...Sven Gothel2012-03-053-34/+5