| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix X11 Display Connection leak w/ new GLAutoDrawableBase code when used w/ o...v2.0-rc10 | Sven Gothel | 2012-08-03 | 1 | -2/+11 |
* | SWT Update: SWT GLCanvas creates lazy when resource is ready; Create new Newt... | Sven Gothel | 2012-07-25 | 2 | -61/+140 |
* | Fix Bug 606 - New AWT threading implementation breaks .. ; Fix GLAutoDrawable... | Sven Gothel | 2012-07-22 | 1 | -78/+94 |
* | Bug 599 - FBObject / Offscreen Support - Part 1 | Sven Gothel | 2012-07-19 | 20 | -619/+2368 |
* | Fix SWT GLCanvas threading. Note: On OSX _only_ it's main thread is valid! | Sven Gothel | 2012-07-06 | 1 | -77/+22 |
* | Enhance Bootsrapping of JOGL around 37% - 40% (1st start in new JVM) - GLProf... | Sven Gothel | 2012-07-06 | 2 | -8/+10 |
* | GLAutoDrawable* refinement of abstraction / generalization - API Change! | Sven Gothel | 2012-07-04 | 1 | -21/+25 |
* | GLAutoDrawable: Refine API doc; Use new abstract impl. GLAutoDrawableBase (GL... | Sven Gothel | 2012-07-02 | 1 | -9/+20 |
* | AWT/SWT GLCanvas: Remove volatile of context instance, use drawable instance'... | Sven Gothel | 2012-06-28 | 1 | -2/+2 |
* | SWT/AWT GLCanvas multithreading annotations (see commit 1a91ec5c8b6fd9d9db7bc... | Sven Gothel | 2012-06-28 | 1 | -0/+13 |
* | SWT GLCanvas: Fix destroy(), Remove local concurrency hack & out-of-process l... | Sven Gothel | 2012-06-28 | 1 | -103/+113 |
* | Misc cleanup: add @Override | Sven Gothel | 2012-06-27 | 1 | -1/+1 |
* | Implement Bug #598 - JOGL ALL JAR File Change incl. it's Native Jar URL Deriv... | Sven Gothel | 2012-06-26 | 1 | -2/+2 |
* | TextureIO TGA/PNG: Use RGB[9] for 1-3 channel data; PNGImage(PNGJ) add 1 chan... | Sven Gothel | 2012-06-18 | 4 | -35/+65 |
* | Fix Bug 590: Wrong GL2 and GLES2 aliasing of GL_ARB_half_float_pixel/GL_ARB_h... | Sven Gothel | 2012-06-16 | 1 | -0/+2 |
* | Java Source Files: dos -> unix format | Sven Gothel | 2012-05-15 | 3 | -1444/+1444 |
* | graph/font: Add "public float getAdvanceWidth(int i, float pixelSize);" | Sven Gothel | 2012-05-15 | 1 | -0/+1 |
* | Graph/Glyph: Clarify public Font.Glyph and private FontInt.GlyphInt | Sven Gothel | 2012-05-15 | 1 | -0/+6 |
* | GLContext*: Remove '[set/is]Synchronized(..)' - Defaults to wait for locks: 1... | Sven Gothel | 2012-05-13 | 1 | -1/+0 |
* | Fix regression of commit de2b129a56335262a44a05541a3ab2e35668cc6e: ProjectFlo... | Sven Gothel | 2012-05-11 | 1 | -35/+40 |
* | Core/Animator: Force animator thread to be non-daemon. | Sven Gothel | 2012-04-21 | 1 | -0/+5 |
* | GLMediaPlayer: Add Class / Package API doc incl. detailed info in the impleme... | Sven Gothel | 2012-04-18 | 2 | -0/+34 |
* | Adding initial Libav/FFMpeg GLMediaPlayer implementation | Sven Gothel | 2012-04-16 | 1 | -1/+9 |
* | TextureSequence Shader Support; GLMediaPlayer uses 'int' where possible; Gene... | Sven Gothel | 2012-04-16 | 2 | -19/+178 |
* | ShaderCode: Adding 'replaceInShaderSource a -> b utility function | Sven Gothel | 2012-04-16 | 1 | -1/+55 |
* | API Change ShaderCode/ShaderUtil: Enable optional mutable shader source / gen... | Sven Gothel | 2012-04-16 | 2 | -63/+214 |
* | StringBuffer -> StringBuilder (Local objects, no concurrency) ; Impacts: Capa... | Sven Gothel | 2012-04-16 | 5 | -9/+8 |
* | ShaderState: No exception in 'releaseAllAttributes()' if attribute is n/a | Sven Gothel | 2012-04-11 | 1 | -6/+2 |
* | Refine GLMediaPlayer/TextureSequence, add MovieCube demo, fix minor bug in Te... | Sven Gothel | 2012-04-11 | 6 | -92/+120 |
* | GLArrayData: Fix 'growBuffer()' / clarify 'initialSize' -> 'initialElementCount' | Sven Gothel | 2012-04-11 | 4 | -91/+104 |
* | 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 | 3 | -1249/+314 |
* | ShaderUtil: Remove 'Impl' redirection, we already have GL OO hierarchy. | Sven Gothel | 2012-04-09 | 1 | -356/+246 |
* | ShaderUtil: isProgramValid() -> isProgramLinkStatusValid() + isProgramExecSta... | Sven Gothel | 2012-04-09 | 2 | -42/+42 |
* | GLMediaPlayer*: Revised - Working on buggy MediaPlayer impl. (Android ICS Tegra) | Sven Gothel | 2012-04-09 | 2 | -28/+49 |
* | TextureIO: PNGImage 1st | Sven Gothel | 2012-04-07 | 1 | -2/+2 |
* | TextureIO: Add PNG TextureProvider and TextureWriter for RGB[A]/BGR[A] - incl... | Sven Gothel | 2012-04-07 | 6 | -6/+277 |
* | GLMediaPlayer: Add (c) tag; Add NullGLMediaPlayer (dummy texture); | Sven Gothel | 2012-04-06 | 2 | -1/+57 |
* | TextureIO/TGA: Only use current GLContext if available, allowing pre-GL usage... | Sven Gothel | 2012-04-06 | 4 | -46/+54 |
* | PMVMatrix: Add convenient ProjectFloat calls of gluLookAt, gluProject, gluUnP... | Sven Gothel | 2012-04-06 | 2 | -52/+192 |
* | GLMediaPlayer: Use URLConnection to clarify emphasize passing an available co... | Sven Gothel | 2012-04-05 | 1 | -11/+12 |
* | JoglVersion: Dump GLSL version if GLSL is available. | Sven Gothel | 2012-04-05 | 1 | -2/+5 |
* | GLMediaPlayer/MovieSimple: Refine API (split setStream(GL, URL) -> initStream... | Sven Gothel | 2012-04-03 | 1 | -14/+28 |
* | GLMediaPlayer: API and implementation update. First working version on Androi... | Sven Gothel | 2012-04-03 | 1 | -12/+100 |
* | GLArrayData*: toString(): Dump the vboOffset in decimal | Sven Gothel | 2012-04-03 | 2 | -2/+2 |
* | Texture: Ignore enable/disable for GL_TEXTURE_EXTERNAL_OES; TextureCoords: Ad... | Sven Gothel | 2012-04-03 | 2 | -4/+53 |
* | Initial commit for AudioVideo (com.jogamp.opengl.av) rework, introducing Andr... | Sven Gothel | 2012-04-02 | 5 | -523/+125 |
* | ProjectFloat: Promote to public, exposing general matrix/vector math, custom ... | Sven Gothel | 2012-04-02 | 2 | -92/+1197 |
* | Adapt to gluegen commit 1c03dfd6d1939a46018583419956e350e531f4fe - Fix Bug 566 | Sven Gothel | 2012-03-26 | 1 | -0/+14 |
* | Enhance and generalize AWT Threading* implementation; Minor changes .. | Sven Gothel | 2012-03-25 | 1 | -1/+1 |