| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Bug 671: Add JPEG Decoder w/o AWT Dependencies | Sven Gothel | 2013-04-01 | 4 | -20/+277 |
* | GLStateKeeper: Add clearPreservedGLState() | Sven Gothel | 2013-03-28 | 1 | -1/+14 |
* | PNGImage: Add license header ; TestPNGImage01NEWT package move .. | Sven Gothel | 2013-03-27 | 1 | -1/+27 |
* | NEWT/Android (Bug 665): Add Support for GLStateKeeper ; onPause() always dest... | Sven Gothel | 2013-03-22 | 1 | -13/+23 |
* | Animator: Cleanup DEBUG output | Sven Gothel | 2013-03-22 | 1 | -4/+4 |
* | Add GLStateKeeper handling GLEventListenerState preservation and restauration... | Sven Gothel | 2013-03-22 | 3 | -4/+103 |
* | PNGImage: Cleanup code and reuse scanlineRGBA buffer in indexed mode. Add DEB... | Sven Gothel | 2013-03-20 | 1 | -29/+36 |
* | Handles indexed PNGs | Julien Gouesse | 2013-03-20 | 1 | -21/+49 |
* | Fix NEWT WindowImpl reparent-recreate w/ GLEventListenerState: Bug introduced... | Sven Gothel | 2013-03-14 | 1 | -8/+8 |
* | GLEventListenerState: Moved to public package 'com.jogamp.opengl.util' | Sven Gothel | 2013-03-13 | 2 | -1/+365 |
* | Bug 665: Allow re-association of GLContext/GLEventListener to a GLDrawable (P... | Sven Gothel | 2013-03-13 | 3 | -11/+3 |
* | Fix buggy unit test for Bug 694: The unpack alignment has to be considered! | Sven Gothel | 2013-03-09 | 1 | -5/+29 |
* | Fix NEWT/AWT WindowClosing Unit Tests ; Review/Cleanup NEWT WindowClosing mec... | Sven Gothel | 2013-02-28 | 1 | -3/+3 |
* | Bug 548 and Bug 679: Add 'glFlush()' requirement (OSX < 10.7.3 && NVIDIA GPU)... | Sven Gothel | 2013-02-21 | 1 | -2/+10 |
* | Fix Bug 644: AWT GLCanvas and GLJPanel ignored their visibility state | Sven Gothel | 2013-02-16 | 1 | -1/+1 |
* | Fix Animator resume() wait-condition (drawablesEmpty didn't wait for pausedIs... | Sven Gothel | 2013-02-01 | 1 | -2/+2 |
* | Fix misc API docs .. | Sven Gothel | 2013-01-27 | 1 | -1/+1 |
* | Animator: API doc cleanup, isPaused()==true if drawablesEmpty (Animator == FP... | Sven Gothel | 2013-01-27 | 2 | -2/+5 |
* | Refine GL[Auto]Drawable 'realized' state in API doc, and relax it's realized ... | Sven Gothel | 2013-01-26 | 1 | -5/+3 |
* | FBObject/GLFBODrawableImpl: Silence stderr if not in DEBUG mode relying on ap... | Sven Gothel | 2013-01-26 | 1 | -2/+4 |
* | Bug 665 (part 1) - Allow dis-association of GLContext's GLDrawable .. | Sven Gothel | 2013-01-24 | 2 | -111/+13 |
* | Android/NewtVersionActivity: Dump avail. GLCaps / Use stderr, since log would... | Sven Gothel | 2013-01-19 | 1 | -6/+25 |
* | Adapt to change 5060b728b26a89a14367f8fca9f4eb7968f719ca: ShaderState.uniform... | Sven Gothel | 2013-01-19 | 1 | -3/+5 |
* | ShaderState: Reduce hash-map utilization at shader switch (reset uniforms/att... | Sven Gothel | 2013-01-15 | 1 | -44/+59 |
* | Adding GEOMETRY_SHADER support in ShaderCode, adding core GL3/GEOMETRY_SHADER... | Sven Gothel | 2013-01-12 | 3 | -11/+35 |
* | GLAutoDrawable/AnimatorBase: Add ExclusiveContextThread (ECT) feature; Animat... | Sven Gothel | 2013-01-11 | 4 | -244/+718 |
* | Fix GLArrayDataClient createGLSL(..) 'name' setting; Also adds equal behavior... | Sven Gothel | 2013-01-03 | 1 | -3/+3 |
* | Enhance PMVMatrix: Use FloatStack to implement PushMatrix and PopMatrix (Bug ... | Sven Gothel | 2012-12-31 | 1 | -29/+28 |
* | Fix Bug 658 (Mesa 9.0 3.1 Intel compat quirk, 3.1 core only) ; No PROFILE_ALI... | Sven Gothel | 2012-12-29 | 1 | -3/+15 |
* | FBObject, minor edit: GL2GL3.GL_MAX_COLOR_ATTACHMENTS -> GL2ES2.GL_MAX_COLOR_... | Sven Gothel | 2012-12-21 | 1 | -1/+2 |
* | MacOSXCGLContext: Use new setLocation(gl, shader-program); Minor edits.. | Sven Gothel | 2012-12-16 | 1 | -1/+1 |
* | GLJPanel: Impl. is GLProfile agnostic; Use GLDrawableFactory.createOffscreenD... | Sven Gothel | 2012-12-16 | 1 | -1/+1 |
* | GLArrayData/ImmModeSink: Remove implicit dependency on ShaderState - allow op... | Sven Gothel | 2012-12-16 | 5 | -114/+438 |
* | Cleanup GLContext special entries: getOffscreenContextPixelDataType(), getOff... | Sven Gothel | 2012-12-15 | 1 | -1/+2 |
* | SWT GLCanvas: Fix sporadic drop of redraw on X11 _and_ allow using custom GLC... | Sven Gothel | 2012-12-04 | 1 | -115/+235 |
* | SWT GLCanvas/NewtCanvasSWT: Check isVisible() @ validation; NewtCanvasSWT rem... | Sven Gothel | 2012-12-02 | 1 | -1/+1 |
* | SWT GLCanvas: Fix dispose bug, check for isDisposed() and add DisposeListener... | Sven Gothel | 2012-11-29 | 1 | -17/+52 |
* | Fix regression of commit 4dd44b985fe0541be3a3bcd9045d201ed3ca2cc5: Setting 's... | Sven Gothel | 2012-11-28 | 1 | -1/+1 |
* | FPSAnimator: Add note on deamon-thread and JVM shutdown behavior. | Sven Gothel | 2012-11-25 | 2 | -5/+11 |
* | Fix Bug : Quaternion multiplication unexpected behavior | HaZuki | 2012-11-16 | 1 | -2/+2 |
* | Frustum: Clarify method names, fix point/sphere classification, add used refe... | Sven Gothel | 2012-11-12 | 2 | -26/+71 |
* | Frustum: Add doc. about Frustum's Plane's normal orientation | Sven Gothel | 2012-11-12 | 1 | -2/+16 |
* | Frustum: Cleanup / update; PMVMatrix: Fix mulPMV | Sven Gothel | 2012-11-12 | 2 | -13/+24 |
* | Frustum: Clarify isOutside(AABBox) impl, add isOutside for point and sphere | Sven Gothel | 2012-11-12 | 1 | -6/+43 |
* | Adding Ref.: Frustum-Culling, Max Wagner | Sven Gothel | 2012-11-12 | 1 | -10/+12 |
* | Validating Frustum w/ help of Eduard White [email protected], referencing th... | Sven Gothel | 2012-11-12 | 2 | -75/+139 |
* | Frustum: Print Plane's normals properly in toString() | Sven Gothel | 2012-11-11 | 1 | -1/+1 |
* | Frustum: Passing Mv*P (column major order) | Sven Gothel | 2012-11-11 | 2 | -34/+34 |
* | PMVMatrix: Add 'Frustum glGetFrustum()' adding same dirty/request methodology... | Sven Gothel | 2012-11-11 | 1 | -58/+81 |
* | Frustum: Simpler usage (ctor, update) no need for explicit compute() method. ... | Sven Gothel | 2012-11-11 | 1 | -102/+143 |