aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/GLContextImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Fix glDebugMessageInsert: Pass string length to native method instead of -1/0...Sven Gothel2011-08-011-2/+3
* JOGL: Add GLBase::isGLES2Compatible()Sven Gothel2011-07-311-6/+3
* GLContext GLDebugMessages: Add synchronous status/dumpStack; Remove length in...Sven Gothel2011-04-281-16/+17
* GLContextImpl.createContextARB(..): Use impl. GLProfile to determine requeste...Sven Gothel2011-04-251-6/+7
* jogl.debug.DebugGL enables new DebugMessage/Output featureSven Gothel2011-04-241-5/+6
* Add unified support for GL_ARB_debug_output and GL_AMD_debug_output.Sven Gothel2011-04-241-5/+90
* GLContextImpl: GLContextLock -> RecursiveLockSven Gothel2011-04-231-23/+42
* Fix: DEBUG field (regression)Sven Gothel2011-04-051-0/+2
* GLContext: Added java.debug.DebugGL and java.debug.TraceGL to enable debug an...Sven Gothel2011-04-051-3/+9
* changes due to code cleanup in gluegen.Michael Bien2011-02-261-2/+2
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-091-1/+1
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-081-0/+1044