aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/javax/media/opengl
Commit message (Expand)AuthorAgeFilesLines
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 2)Sven Gothel2015-02-0249-15774/+0
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-0249-210/+210
* Bug 1120 - Refine HiDPI Support ( Part-2 ) (API CHANGE)Sven Gothel2015-01-272-76/+159
* Misc Fix: GLContext*; Refine DEBUG output in GLDrawableFactory's createShareR...Sven Gothel2015-01-231-5/+3
* Simplify GLDrawable[Impl|Factory].getGLDynamicLookupHelper(..)Sven Gothel2015-01-232-9/+5
* Misc Fixes: Bug 1102 GLJPanel.setSurfaceScale(..); SurfaceSize.hashCode()Sven Gothel2014-12-071-7/+7
* Bug 1068 - Allow GLContext creation and makeCurrent without default framebuff...Sven Gothel2014-12-073-23/+57
* Bug 1107 - Refine PixelFormat, GLPixelBuffer and DirectDataBufferInt/Buffered...Sven Gothel2014-12-061-6/+42
* Minor Cleanup (FBObject, GLBase)Sven Gothel2014-12-061-0/+12
* Use ExceptionUtils.dumpStack(..) instead of Thread.dumpStack()Sven Gothel2014-10-262-3/+5
* GLContext.Version* VersionNumber Constants: Clarify names, avoiding mis-inter...Sven Gothel2014-10-251-27/+27
* Fix GLContext.Version* regression: Use Version1_1 and Version1_2 for 1.1 and ...Sven Gothel2014-10-121-0/+12
* GLException.dumpThrowable(..) -> GlueGen's ExceptionUtils.dumpThrowable(..)Sven Gothel2014-10-081-9/+1
* 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 ...Sven 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-09-302-10/+33
* Fix future compatibility issues (analog to b22x commit 546f9b1a03c46b63f8bb18...Sven Gothel2014-09-241-7/+5
* Bug 1073: FBObject/GLFBODrawable: Remove deprecated methodsSven Gothel2014-09-201-6/+1
* FBObject: Fix depth- and stencil bit count selection for attachRenderbuffer(..);Sven Gothel2014-09-202-8/+11
* 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-192-0/+6
* GLJPanel Cleanup: Remove initial FBO reshape; Propagate reshape only if diffe...Sven Gothel2014-09-181-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-131-2/+4
* GLPixelStorageModes: Emphasize reset*() usage; setUnpackRowLength: GL2ES2 -> ...Sven Gothel2014-09-091-2/+2
* 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