summaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl
Commit message (Expand)AuthorAgeFilesLines
* Bug 599 - FBObject / Offscreen Support - Part 1Sven Gothel2012-07-1915-600/+2348
* Fix SWT GLCanvas threading. Note: On OSX _only_ it's main thread is valid!Sven Gothel2012-07-061-77/+22
* Enhance Bootsrapping of JOGL around 37% - 40% (1st start in new JVM) - GLProf...Sven Gothel2012-07-062-8/+10
* GLAutoDrawable* refinement of abstraction / generalization - API Change!Sven Gothel2012-07-041-21/+25
* GLAutoDrawable: Refine API doc; Use new abstract impl. GLAutoDrawableBase (GL...Sven Gothel2012-07-021-9/+20
* AWT/SWT GLCanvas: Remove volatile of context instance, use drawable instance'...Sven Gothel2012-06-281-2/+2
* SWT/AWT GLCanvas multithreading annotations (see commit 1a91ec5c8b6fd9d9db7bc...Sven Gothel2012-06-281-0/+13
* SWT GLCanvas: Fix destroy(), Remove local concurrency hack & out-of-process l...Sven Gothel2012-06-281-103/+113
* Misc cleanup: add @OverrideSven Gothel2012-06-271-1/+1
* Implement Bug #598 - JOGL ALL JAR File Change incl. it's Native Jar URL Deriv...Sven Gothel2012-06-261-2/+2
* TextureIO TGA/PNG: Use RGB[9] for 1-3 channel data; PNGImage(PNGJ) add 1 chan...Sven Gothel2012-06-184-35/+65
* Fix Bug 590: Wrong GL2 and GLES2 aliasing of GL_ARB_half_float_pixel/GL_ARB_h...Sven Gothel2012-06-161-0/+2
* GLContext*: Remove '[set/is]Synchronized(..)' - Defaults to wait for locks: 1...Sven Gothel2012-05-131-1/+0
* Fix regression of commit de2b129a56335262a44a05541a3ab2e35668cc6e: ProjectFlo...Sven Gothel2012-05-111-35/+40
* Core/Animator: Force animator thread to be non-daemon.Sven Gothel2012-04-211-0/+5
* GLMediaPlayer: Add Class / Package API doc incl. detailed info in the impleme...Sven Gothel2012-04-182-0/+34
* Adding initial Libav/FFMpeg GLMediaPlayer implementationSven Gothel2012-04-161-1/+9
* TextureSequence Shader Support; GLMediaPlayer uses 'int' where possible; Gene...Sven Gothel2012-04-162-19/+178
* ShaderCode: Adding 'replaceInShaderSource a -> b utility functionSven Gothel2012-04-161-1/+55
* API Change ShaderCode/ShaderUtil: Enable optional mutable shader source / gen...Sven Gothel2012-04-162-63/+214
* StringBuffer -> StringBuilder (Local objects, no concurrency) ; Impacts: Capa...Sven Gothel2012-04-164-6/+5
* 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-116-92/+120
* GLArrayData: Fix 'growBuffer()' / clarify 'initialSize' -> 'initialElementCount'Sven Gothel2012-04-114-91/+104
* Move com.jogamp.opengl.av -> com.jogamp.opengl.util.av (it's in the util atom...Sven Gothel2012-04-113-0/+0
* Move ProjectFloat back to private, exposing basic math in FloatUtilSven Gothel2012-04-093-1249/+314
* 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-092-28/+49
* 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
* GLMediaPlayer: Add (c) tag; Add NullGLMediaPlayer (dummy texture);Sven Gothel2012-04-062-1/+57
* 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-051-11/+12
* 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-031-14/+28
* GLMediaPlayer: API and implementation update. First working version on Androi...Sven Gothel2012-04-031-12/+100
* GLArrayData*: toString(): Dump the vboOffset in decimalSven Gothel2012-04-032-2/+2
* Texture: Ignore enable/disable for GL_TEXTURE_EXTERNAL_OES; TextureCoords: Ad...Sven Gothel2012-04-032-4/+53
* Initial commit for AudioVideo (com.jogamp.opengl.av) rework, introducing Andr...Sven Gothel2012-04-023-0/+125
* ProjectFloat: Promote to public, exposing general matrix/vector math, custom ...Sven Gothel2012-04-022-92/+1197
* Adapt to gluegen commit 1c03dfd6d1939a46018583419956e350e531f4fe - Fix Bug 566Sven Gothel2012-03-261-0/+14
* Enhance and generalize AWT Threading* implementation; Minor changes ..Sven Gothel2012-03-251-1/+1
* Fix / Cleanup AWT related Threading code: Using enums, properly disable singl...Sven Gothel2012-03-191-2/+2
* Adapt to GlueGen IO resource changes URL -> URLConnection for effeciency; API...Sven Gothel2012-03-173-75/+322
* Adapt to gluegen Properties/Security commits f4ac27e177f6deb444280d3b375e7d34...Sven Gothel2012-03-134-13/+10
* 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
* NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl...Sven Gothel2012-03-061-1/+1