aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl/JoglVersion.java
Commit message (Expand)AuthorAgeFilesLines
* JoglVersion: Avoid NPE if no caps are available.Sven Gothel2012-02-251-3/+5
* Enhance ExtensionAvailabilityCache ; Expose extension count in GLContext (and...Sven Gothel2012-02-131-12/+12
* OpenGL ES/EGL OverhaulSven Gothel2012-02-131-4/+46
* Minor Edits: Add GL_RENDERER to JoglVersion dump; Fix typo in PMVMatrix.Sven Gothel2012-01-141-3/+5
* NativeSurface's getGraphicsConfiguration() returns the native (delegated) Abs...Sven Gothel2011-11-231-1/+1
* NewtVersionActivity: Remove 'gears' test; Version Info: Drop NativeWindow/New...Sven Gothel2011-08-221-1/+1
* JoglVersion: Add info whether shader-compiler exists or notSven Gothel2011-07-311-0/+2
* Clean/Fix: Threading CodeSven Gothel2011-02-261-1/+1
* changes due to code cleanup in gluegen.Michael Bien2011-02-261-5/+4
* Fix GLProfile initProfilesForDevice and DEBUG ; Fix JoglVersion.getGLInfoSven Gothel2010-12-191-3/+7
* minor cleanupSven Gothel2010-11-281-1/+6
* Add GL_VENDOR to JoglVersion GL outputSven Gothel2010-11-261-0/+2
* Refined VersionInfo usageSven Gothel2010-11-251-5/+7
* print platform info additional to the module info.Michael Bien2010-11-181-0/+1
* modifications due to changes in GlueGen's VersionUtil.getManifest().Michael Bien2010-11-181-7/+5
* JOGL: Complete eager and lazy mapping of GLProfiles in respect to multiple de...Sven Gothel2010-11-141-4/+10
* ExtensionAvailabilityCache: Only use glGetStringi() is real GL >= 3.1 contextSven Gothel2010-11-131-0/+1
* Adapt to GlueGen Version changes; Adding NativeWindowVersion, JoglVersion and...Sven Gothel2010-11-121-0/+98