| Commit message (Expand) | Author | Age | Files | Lines |
* | AnimatorBase.finishLifecycleAction(): Non blocking call shall return true, su... | Sven Gothel | 2014-09-13 | 1 | -2/+4 |
* | GLPixelStorageModes: Emphasize reset*() usage; setUnpackRowLength: GL2ES2 -> ... | Sven Gothel | 2014-09-09 | 1 | -2/+2 |
* | Bug 1060 - Add GLProfile.isInitialized(): Returns true if JOGL has been initi... | Sven Gothel | 2014-09-03 | 1 | -0/+15 |
* | Adding missing '@since 2.2.1' tags to ShaderCode and GLContext | Sven Gothel | 2014-09-03 | 1 | -0/+1 |
* | Bug 1059 _and_ version-compat breackage of commit c78ceb642d0ef5bb5bf27ff8ff1... | Sven Gothel | 2014-09-03 | 1 | -14/+14 |
* | Bug 1058 - Fix GLContext.getGLSLVersionString(): Add 'profile' after version ... | Sven Gothel | 2014-09-02 | 1 | -5/+16 |
* | GLProfile: Use String.intern() on static final profile strings ('GL4bc', 'GL4... | Sven Gothel | 2014-09-02 | 1 | -30/+32 |
* | Bug 1052 - OpenGL ES 3.0 Mesa 10.1.3 Caught GLException: Not a GL4ES3 impleme... | Sven Gothel | 2014-09-02 | 1 | -10/+0 |
* | Bug 1020 - First MSAA FBO frame on a mac osx nvidia card not antialiased | Sven Gothel | 2014-08-31 | 1 | -0/+6 |
* | Bug 1054: Revert dfb9ed47ac6d8e85f6ae5fe166e7a6e28ca8ff83: Cannot change prot... | Sven Gothel | 2014-08-30 | 1 | -1/+1 |
* | Bug 1055 - Access and query shared master GLContext in a deterministic fashio... | Sven Gothel | 2014-08-30 | 1 | -0/+10 |
* | Bug 1054: GLContext: makeCurrent() needs a null-check of [mutable] drawable;... | Sven Gothel | 2014-08-30 | 3 | -227/+302 |
* | Bug 1054: Cleanup GLContext: 'lock' -> 'contextLock' | Sven Gothel | 2014-08-29 | 1 | -1/+1 |
* | GLSharedContextSetter: Fix API doc and all html references (fix URL and compl... | Sven Gothel | 2014-08-29 | 5 | -11/+30 |
* | Bug 1039: Rename GLAnimatorControl.UncaughtGLAnimatorExceptionHandler -> GLAn... | Sven Gothel | 2014-08-06 | 1 | -10/+10 |
* | Bug 1039 - Specify behavior of GLEventListener Exceptions occurring while GLA... | Sven Gothel | 2014-08-06 | 6 | -3/+87 |
* | Bug 1039 - Specify behavior of GLEventListener Exceptions occurring while GLA... | Sven Gothel | 2014-08-05 | 1 | -2/+4 |
* | Bug 1039 - Specify behavior of GLEventListener Exceptions occurring while GLA... | Sven Gothel | 2014-07-31 | 3 | -11/+50 |
* | Bug 830 - Refine Heuristics for to query whether GLDrawableUtil.swapGLContext... | Sven Gothel | 2014-07-31 | 2 | -2/+2 |
* | GLDrawable: Expose getRequestedGLCapabilities() (Include to public API) | Sven Gothel | 2014-07-31 | 3 | -30/+55 |
* | Bug 830 - Add Heuristics for to query whether GLDrawableUtil.swapGLContextAnd... | Sven Gothel | 2014-07-30 | 2 | -29/+39 |
* | Bug 1038 - Fix: Allow skipping detection of certain GLProfiles: Skip 'ARB_cre... | Sven Gothel | 2014-07-30 | 1 | -14/+7 |
* | Bug 1038 - Allow skipping detection of certain GLProfiles: Skip 'ARB_create_c... | Sven Gothel | 2014-07-30 | 1 | -6/+27 |
* | Bug 1038 - Allow skipping detection of certain GLProfiles: Skip native core p... | Sven Gothel | 2014-07-29 | 2 | -18/+25 |
* | BuildComposablePipeline: Handle synthetic isGL* and getGL* more generic, allo... | Sven Gothel | 2014-07-29 | 1 | -4/+10 |
* | GLContext.hasNoDefaultVAO(): Remove ES 3.x, fixing issues w/ ES 3.x client si... | Sven Gothel | 2014-07-29 | 1 | -5/+14 |
* | Bug 1016 - GLJPanel Offscreen FBO size may exceed GL MAX TEXTURE SIZE, only u... | Sven Gothel | 2014-07-28 | 1 | -5/+20 |
* | GLJPanel: Enhance API doc on setSkipGLOrientationVerticalFlip(..) | Sven Gothel | 2014-07-28 | 1 | -2/+2 |
* | GLJPanel: Only dump verbose debug on frameCount each frame if property 'jogl.... | Sven Gothel | 2014-07-28 | 1 | -4/+6 |
* | GLJPanel: Enhance the class API-doc | Sven Gothel | 2014-07-28 | 1 | -10/+11 |
* | Bug 1037 - FBObject/GLFBODrawable: Do not assume using a TextureAttachment fo... | Sven Gothel | 2014-07-28 | 2 | -11/+42 |
* | Bug 1035 - Allow Gamma [Brightness, Contrast] settings to be performed on dis... | Sven Gothel | 2014-07-27 | 1 | -2/+65 |
* | Bug 1033: Guarantee atomicity of high-level GLAutoDrawable operations, avoidi... | Sven Gothel | 2014-07-27 | 5 | -29/+146 |
* | Bug 1024: Add fallback for native-jar-file location via classpath | Sven Gothel | 2014-07-11 | 1 | -5/+4 |
* | Refine 'GLSharedContextSetter' test cases: Use 'setSharedAutoDrawable(sharedA... | Sven Gothel | 2014-07-10 | 1 | -2/+8 |
* | Bug 1031: Remove Deprecated Classes and Methods (JOGL) | Sven Gothel | 2014-07-10 | 8 | -258/+59 |
* | Findbugs: Use static fields where possible | Sven Gothel | 2014-07-08 | 1 | -1/+1 |
* | Findbugs: Add comments that FB warnings are of no concern .. | Sven Gothel | 2014-07-08 | 1 | -1/+1 |
* | Findbugs: Remove dead-code / unused [temp] storage and it's assignment | Sven Gothel | 2014-07-08 | 1 | -1/+1 |
* | Findbugs: Use <NumberType>.valueOf(..) instead of 'new <NumberType>(..)' | Sven Gothel | 2014-07-08 | 2 | -5/+5 |
* | Findbugs.not-written.null: Fix referencing non-written fields (never written ... | Sven Gothel | 2014-07-08 | 1 | -2/+2 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 24 | -452/+458 |
* | Bug 1021: Refine Stereo Rendering API and OculusVR implementing renderer | Sven Gothel | 2014-07-03 | 1 | -74/+0 |
* | Bug 1021: Add OculusVR distortion renderer (single FBO and dual FBO); Add GLE... | Sven Gothel | 2014-07-01 | 1 | -0/+74 |
* | Fix 'typo' in messages: 'Catched' -> 'Caught' | Sven Gothel | 2014-06-28 | 4 | -4/+4 |
* | Adapt to GlueGen commit c3054a01990e55ab35756ea23ab7d7c05f24dd37 (compount ca... | Sven Gothel | 2014-06-17 | 1 | -1/+1 |
* | Fix Bug 826 Regression caused by commit 41190c3830157abdf9649cbf7767e57108f55... | Sven Gothel | 2014-06-13 | 1 | -23/+34 |
* | Bug 741 HiDPI: Add ScalableSurface.getNativeSurfaceScale(..) to compute surfa... | Sven Gothel | 2014-06-09 | 2 | -12/+26 |
* | Bug 741 HiDPI: Simplify ScalableSurface (2): Add request pixelScale API entry... | Sven Gothel | 2014-06-08 | 2 | -15/+19 |
* | Bug 741 HiDPI: Simplify ScalableSurface [set|get]SurfaceScale(..) spec, which... | Sven Gothel | 2014-06-08 | 2 | -13/+16 |