| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Stabilize, fix regression: GLDrawable.invoke(..) and Animator* display-loop '... | Sven Gothel | 2014-09-22 | 3 | -8/+16 |
* | | Bug 1066: Reduce glGetError() in GLDrawableHelper.reshape(.., setViewport==true) | Sven Gothel | 2014-09-21 | 1 | -5/+4 |
* | | Bug 1066: Reduce glGetError() in FBObject / GLFBODrawableImpl | Sven Gothel | 2014-09-21 | 2 | -26/+39 |
* | | Bug 1073: FBObject/GLFBODrawable: Remove deprecated methods | Sven Gothel | 2014-09-20 | 3 | -64/+6 |
* | | FBObject: Fix depth- and stencil bit count selection for attachRenderbuffer(..); | Sven Gothel | 2014-09-20 | 8 | -72/+134 |
* | | FBObject: Simplify API (init/reset); Only issue automatic resetSamplingSink(.... | Sven Gothel | 2014-09-20 | 6 | -182/+377 |
* | | StereoClientRenderer: Remove redundant FBObject.detachAllColorbuffer(gl) for ... | Sven Gothel | 2014-09-19 | 1 | -1/+0 |
* | | New GLRendererQuirks.BuggyColorRenderbuffer: On Mesa 7.2 software, FBO color ... | Sven Gothel | 2014-09-19 | 5 | -5/+65 |
* | | GLContextImpl.setRendererQuirks(..): Use GLRendererQuirks.addQuirk(int), drop... | Sven Gothel | 2014-09-19 | 2 | -61/+78 |
* | | GLFBODrawableImpl: Utilize common self-contained setupFBO(..) method for FBO ... | Sven Gothel | 2014-09-18 | 1 | -81/+74 |
* | | FBObject.reset(..): Return true if modified, otherwise false | Sven Gothel | 2014-09-18 | 1 | -13/+32 |
* | | 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 |
* | | FPSAnimator: Remove toString() override as accidently added in commit fa0115e... | Sven Gothel | 2014-09-14 | 1 | -5/+0 |
* | | FPSAnimator: Align code and pause/resume conditions w/ Animator, simplifying ... | Sven Gothel | 2014-09-13 | 1 | -29/+37 |
* | | AnimatorBase.finishLifecycleAction(): Non blocking call shall return true, su... | Sven Gothel | 2014-09-13 | 3 | -14/+19 |
* | | GLBuffers.sizeof(..): Add support for ES3, reading supported glPixelStorei st... | Sven Gothel | 2014-09-09 | 1 | -5/+9 |
* | | GLPixelStorageModes: Emphasize reset*() usage; setUnpackRowLength: GL2ES2 -> ... | Sven Gothel | 2014-09-09 | 4 | -34/+16 |
* | | Don't utilize glPixelStorei's PACK/UNPACK IMAGE_HEIGHT and SKIP_IMAGES for De... | Sven Gothel | 2014-09-09 | 2 | -8/+16 |
* | | Bug 1063: Uri adoption | Sven Gothel | 2014-09-08 | 6 | -40/+50 |
* | | Bug 1047 - jogamp.opengl.glu.mipmap.Mipmap now uses already parsed GL version... | Sven Gothel | 2014-09-08 | 1 | -2/+3 |
* | | 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 | 2 | -4/+21 |
* | | 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 |
* | | Bug 1043 - Add Tessellation Control and Evaluation Shader Support | Sven Gothel | 2014-09-02 | 1 | -16/+56 |
* | | 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 1017 - TextureIO.write(Texture, File) throws GLException Not a GL2 implem... | Sven Gothel | 2014-09-01 | 1 | -1/+5 |
* | | Bug 1020 - First MSAA FBO frame on a mac osx nvidia card not antialiased | Sven Gothel | 2014-08-31 | 2 | -2/+18 |
* | | FBObject Cleanup: Add comments about maxSamples > 0 implies fullFBOSupport; b... | Sven Gothel | 2014-08-31 | 1 | -14/+11 |
* | | Bug 1054: Revert dfb9ed47ac6d8e85f6ae5fe166e7a6e28ca8ff83: Cannot change prot... | Sven Gothel | 2014-08-30 | 3 | -36/+36 |
* | | Bug 1055 - Access and query shared master GLContext in a deterministic fashio... | Sven Gothel | 2014-08-30 | 3 | -73/+105 |
* | | Bug 1054: GLContext: makeCurrent() needs a null-check of [mutable] drawable;... | Sven Gothel | 2014-08-30 | 5 | -326/+406 |
* | | Bug 1054: Cleanup GLContext: 'lock' -> 'contextLock' | Sven Gothel | 2014-08-29 | 3 | -36/+36 |
* | | Bug 1054: Cleanup GLContext 'lock' and 'drawable' usage, perform drawable nul... | Sven Gothel | 2014-08-29 | 1 | -65/+84 |
* | | GLSharedContextSetter: Fix API doc and all html references (fix URL and compl... | Sven Gothel | 2014-08-29 | 7 | -11/+43 |
* | | glsl.sdk.CompileShader: Use IOUtil.StreamMonitor | Sven Gothel | 2014-08-28 | 1 | -33/+1 |
* | | graph/font: Use 'pixelSize' var-name, remove redundancies | Sven Gothel | 2014-08-28 | 3 | -47/+76 |
* | | Fix commit b5910f18f0b82a8a1f6f6252dc19971d5e487f39 for toString(): Call supe... | Sven Gothel | 2014-08-28 | 2 | -0/+11 |
* | | GLStateTracker: Avoid private access wrapper, reuse fetched pixelStateMap | Sven Gothel | 2014-08-28 | 1 | -6/+6 |
* | | Bug 1021: Refine Stereo API; Fix GenericStereoDevice; Fix StereoDemo01 for mo... | Sven Gothel | 2014-08-07 | 4 | -22/+53 |
* | | Bug 1039: Rename GLAnimatorControl.UncaughtGLAnimatorExceptionHandler -> GLAn... | Sven Gothel | 2014-08-06 | 2 | -13/+13 |
* | | Bug 1039 - Specify behavior of GLEventListener Exceptions occurring while GLA... | Sven Gothel | 2014-08-06 | 15 | -62/+271 |
* | | Bug 1039 - Specify behavior of GLEventListener Exceptions occurring while GLA... | Sven Gothel | 2014-08-05 | 3 | -6/+47 |
* | | Bug 1028 - AMD Windows driver thread hinders JVM process to exit/end, caused ... | Sven Gothel | 2014-08-05 | 1 | -0/+1 |
* | | Bug 1036: Renamed property to switch off NVidia Windows workaround 'jogl.wind... | Sven Gothel | 2014-08-04 | 1 | -2/+8 |
* | | Fix NPE regression of commit ba1ffe66697c3175b423cb7ab9b686d73959708d | Sven Gothel | 2014-07-31 | 1 | -9/+8 |
* | | Bug 1039 - Specify behavior of GLEventListener Exceptions occurring while GLA... | Sven Gothel | 2014-07-31 | 7 | -51/+190 |
* | | Bug 830 - Refine Heuristics for to query whether GLDrawableUtil.swapGLContext... | Sven Gothel | 2014-07-31 | 3 | -13/+30 |