| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1107 - Refine PixelFormat, GLPixelBuffer and DirectDataBufferInt/Buffered... | Sven Gothel | 2014-12-06 | 1 | -6/+42 |
* | Minor Cleanup (FBObject, GLBase) | Sven Gothel | 2014-12-06 | 1 | -0/+12 |
* | Use ExceptionUtils.dumpStack(..) instead of Thread.dumpStack() | Sven Gothel | 2014-10-26 | 2 | -3/+5 |
* | GLContext.Version* VersionNumber Constants: Clarify names, avoiding mis-inter... | Sven Gothel | 2014-10-25 | 1 | -27/+27 |
* | Fix GLContext.Version* regression: Use Version1_1 and Version1_2 for 1.1 and ... | Sven Gothel | 2014-10-12 | 1 | -0/+12 |
* | GLException.dumpThrowable(..) -> GlueGen's ExceptionUtils.dumpThrowable(..) | Sven Gothel | 2014-10-08 | 1 | -9/+1 |
* | Bug 1088: Add GLRendererQuirks.NeedSharedObjectSync; Tests: Synchronize GL ob... | Sven Gothel | 2014-10-08 | 1 | -0/+16 |
* | Bug 1085: Fix GLJPanel regression while printing w/ invisible GLJPanel: Zero ... | Sven Gothel | 2014-10-02 | 1 | -1/+1 |
* | Bug 1085: Increase and fix DEBUG verbosity in GLJPanel to catch reshape regre... | Sven Gothel | 2014-10-02 | 1 | -9/+13 |
* | Bug 1084: Fix GLProfile Mapping regarding hardware priority, honor software/h... | Sven Gothel | 2014-10-01 | 1 | -64/+110 |
* | Bug 1081: Fix GLJPanel Regression: Honor pre-init reshape-size at initializeB... | Sven Gothel | 2014-10-01 | 1 | -19/+20 |
* | Bug 1078: Add Fallback in AWTPrintLifecycle.setupPrint(): Use Onscreen GLAD i... | Sven Gothel | 2014-09-30 | 2 | -10/+33 |
* | Fix future compatibility issues (analog to b22x commit 546f9b1a03c46b63f8bb18... | Sven Gothel | 2014-09-24 | 1 | -7/+5 |
* | Bug 1073: FBObject/GLFBODrawable: Remove deprecated methods | Sven Gothel | 2014-09-20 | 1 | -6/+1 |
* | FBObject: Fix depth- and stencil bit count selection for attachRenderbuffer(..); | Sven Gothel | 2014-09-20 | 2 | -8/+11 |
* | FBObject: Simplify API (init/reset); Only issue automatic resetSamplingSink(.... | Sven Gothel | 2014-09-20 | 1 | -2/+2 |
* | New GLRendererQuirks.BuggyColorRenderbuffer: On Mesa 7.2 software, FBO color ... | Sven Gothel | 2014-09-19 | 2 | -0/+6 |
* | GLJPanel Cleanup: Remove initial FBO reshape; Propagate reshape only if diffe... | Sven Gothel | 2014-09-18 | 1 | -17/+17 |
* | GLJPanel: Allow reconfiguration of offscreen's GLCapabilitiesImmutable | Sven Gothel | 2014-09-14 | 1 | -14/+49 |
* | 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 |