aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/GLDebugMessageHandler.java
Commit message (Expand)AuthorAgeFilesLines
* Use ExceptionUtils.dumpStack(..) instead of Thread.dumpStack()Sven Gothel2014-10-261-2/+2
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-17/+20
* jogl: add missing @Override annotationsHarvey Harrison2013-10-171-0/+2
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-63/+63
* Add Support for GL 4.3 (Bug 716) and ES 3.0 (Bug 717)Sven Gothel2013-07-151-2/+2
* Fix Regression of 889ba9488ca07b59fdcc378642a2dc20676d69a3: GLDebugMessageHan...Sven Gothel2013-06-231-1/+2
* GL*ProcAddressTable: Fix regressions: getField(..) -> getDeclaredField(..), i...Sven Gothel2013-06-211-2/+16
* Security: Apply security changes from GlueGenSven Gothel2013-06-211-6/+3
* Bug 599 - FBObject / Offscreen Support - Part 1Sven Gothel2012-07-191-12/+10
* GLDebugMessageHandler: Move Windows 32bit exclusion to init() block signaling...Sven Gothel2011-12-131-13/+12
* GLDebugMessageHandler: Disable Windows 32bit due to 32bit on 64bit JVM/OpenGL...Sven Gothel2011-12-131-5/+14
* GLContext/GLDebugMessageHandler: Fix/clarify init and usage of dbg handlerSven Gothel2011-09-301-1/+13
* Fix GLDebugMessages synchronous setting 39a8ca392d7302831f5689979c4ce89145b73...Sven Gothel2011-04-291-7/+9
* GLContext GLDebugMessages: Add synchronous status/dumpStack; Remove length in...Sven Gothel2011-04-281-3/+39
* jogl.debug.DebugGL enables new DebugMessage/Output featureSven Gothel2011-04-241-0/+6
* Add unified support for GL_ARB_debug_output and GL_AMD_debug_output.Sven Gothel2011-04-241-0/+260