aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/javax
Commit message (Expand)AuthorAgeFilesLines
* Backport detection of pixel-scale change JAWTWindow/GLCanvas and GLJPanelSven Gothel2015-09-162-1/+30
* Bug 1088: Add GLRendererQuirks.NeedSharedObjectSync; Tests: Synchronize GL ob...Sven Gothel2014-10-081-0/+16
* Bug 1085: Fix GLJPanel regression while printing w/ invisible GLJPanel: Zero ...v2.2.3Sven Gothel2014-10-021-1/+1
* Bug 1085: Increase and fix DEBUG verbosity in GLJPanel to catch reshape regre...Sven Gothel2014-10-021-9/+13
* Bug 1084: Fix GLProfile Mapping regarding hardware priority, honor software/h...Sven Gothel2014-10-011-64/+110
* Bug 1081: Fix GLJPanel Regression: Honor pre-init reshape-size at initializeB...Sven Gothel2014-10-011-19/+20
* Bug 1078: Add Fallback in AWTPrintLifecycle.setupPrint(): Use Onscreen GLAD i...Sven Gothel2014-10-012-10/+33
* Fix all backward compatibility issues w/ 2.2.0 and 2.2.1Sven Gothel2014-09-241-8/+10
* FBObject: Fix depth- and stencil bit count selection for attachRenderbuffer(..);Sven Gothel2014-09-202-8/+11
* GLJPanel: Fix backward compatibility, regression of commit fa6ba9d70d4fe47f05...Sven Gothel2014-09-201-0/+6
* FBObject: Simplify API (init/reset); Only issue automatic resetSamplingSink(....Sven Gothel2014-09-201-2/+2
* New GLRendererQuirks.BuggyColorRenderbuffer: On Mesa 7.2 software, FBO color ...Sven Gothel2014-09-202-0/+6
* GLJPanel Cleanup: Remove initial FBO reshape; Propagate reshape only if diffe...Sven Gothel2014-09-201-17/+17
* GLJPanel: Allow reconfiguration of offscreen's GLCapabilitiesImmutableSven Gothel2014-09-141-14/+49
* AnimatorBase.finishLifecycleAction(): Non blocking call shall return true, su...Sven Gothel2014-09-141-2/+4
* Bug 1060 - Add GLProfile.isInitialized(): Returns true if JOGL has been initi...Sven Gothel2014-09-031-0/+15
* Adding missing '@since 2.2.1' tags to ShaderCode and GLContextSven Gothel2014-09-031-0/+1
* Bug 1059 _and_ version-compat breackage of commit c78ceb642d0ef5bb5bf27ff8ff1...Sven Gothel2014-09-031-14/+14
* Bug 1058 - Fix GLContext.getGLSLVersionString(): Add 'profile' after version ...Sven Gothel2014-09-021-5/+16
* GLProfile: Use String.intern() on static final profile strings ('GL4bc', 'GL4...Sven Gothel2014-09-021-30/+32
* Bug 1052 - OpenGL ES 3.0 Mesa 10.1.3 Caught GLException: Not a GL4ES3 impleme...Sven Gothel2014-09-021-10/+0
* Bug 1020 - First MSAA FBO frame on a mac osx nvidia card not antialiasedSven Gothel2014-08-311-0/+6
* Bug 1054: Revert dfb9ed47ac6d8e85f6ae5fe166e7a6e28ca8ff83: Cannot change prot...Sven Gothel2014-08-301-1/+1
* Bug 1055 - Access and query shared master GLContext in a deterministic fashio...Sven Gothel2014-08-301-0/+10
* Bug 1054: GLContext: makeCurrent() needs a null-check of [mutable] drawable;...Sven Gothel2014-08-303-227/+302
* Bug 1054: Cleanup GLContext: 'lock' -> 'contextLock'Sven Gothel2014-08-291-1/+1
* GLSharedContextSetter: Fix API doc and all html references (fix URL and compl...Sven Gothel2014-08-295-11/+30
* Bug 1039: Rename GLAnimatorControl.UncaughtGLAnimatorExceptionHandler -> GLAn...Sven Gothel2014-08-061-10/+10
* Bug 1039 - Specify behavior of GLEventListener Exceptions occurring while GLA...Sven Gothel2014-08-066-3/+87
* Bug 1039 - Specify behavior of GLEventListener Exceptions occurring while GLA...Sven Gothel2014-08-051-2/+4
* Bug 1039 - Specify behavior of GLEventListener Exceptions occurring while GLA...Sven Gothel2014-07-313-11/+50
* Bug 830 - Refine Heuristics for to query whether GLDrawableUtil.swapGLContext...Sven Gothel2014-07-312-2/+2
* GLDrawable: Expose getRequestedGLCapabilities() (Include to public API)Sven Gothel2014-07-313-30/+55
* Bug 830 - Add Heuristics for to query whether GLDrawableUtil.swapGLContextAnd...Sven Gothel2014-07-302-29/+39
* Bug 1038 - Fix: Allow skipping detection of certain GLProfiles: Skip 'ARB_cre...Sven Gothel2014-07-301-14/+7
* Bug 1038 - Allow skipping detection of certain GLProfiles: Skip 'ARB_create_c...Sven Gothel2014-07-301-6/+27
* Bug 1038 - Allow skipping detection of certain GLProfiles: Skip native core p...Sven Gothel2014-07-292-18/+25
* BuildComposablePipeline: Handle synthetic isGL* and getGL* more generic, allo...Sven Gothel2014-07-291-4/+10
* GLContext.hasNoDefaultVAO(): Remove ES 3.x, fixing issues w/ ES 3.x client si...Sven Gothel2014-07-291-5/+14
* Bug 1016 - GLJPanel Offscreen FBO size may exceed GL MAX TEXTURE SIZE, only u...Sven Gothel2014-07-281-5/+20
* GLJPanel: Enhance API doc on setSkipGLOrientationVerticalFlip(..)Sven Gothel2014-07-281-2/+2
* GLJPanel: Only dump verbose debug on frameCount each frame if property 'jogl....Sven Gothel2014-07-281-4/+6
* GLJPanel: Enhance the class API-docSven Gothel2014-07-281-10/+11
* Bug 1037 - FBObject/GLFBODrawable: Do not assume using a TextureAttachment fo...Sven Gothel2014-07-282-11/+42
* Bug 1035 - Allow Gamma [Brightness, Contrast] settings to be performed on dis...Sven Gothel2014-07-271-2/+65
* Bug 1033: Guarantee atomicity of high-level GLAutoDrawable operations, avoidi...Sven Gothel2014-07-275-29/+146
* Bug 1024: Add fallback for native-jar-file location via classpathSven Gothel2014-07-111-5/+4
* Refine 'GLSharedContextSetter' test cases: Use 'setSharedAutoDrawable(sharedA...Sven Gothel2014-07-101-2/+8
* Bug 1031: Remove Deprecated Classes and Methods (JOGL)Sven Gothel2014-07-108-258/+59
* Findbugs: Use static fields where possibleSven Gothel2014-07-081-1/+1