aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl/JoglVersion.java
Commit message (Expand)AuthorAgeFilesLines
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-13/+13
* JoglVersion: "Default Profiles on device" -> "GLProfiles on device" - Since w...Sven Gothel2013-10-251-1/+1
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-20/+20
* Refine 9c7ab101cf5261db3ef6160c0aa1906ffcce188b: Don't print extensions .. to...Sven Gothel2013-07-041-8/+16
* Use JoglVersion.getGLStrings(..) in 'famous' tests, removes redundancy .. Gea...Sven Gothel2013-07-041-0/+2
* Fix GLSL Version Exposure: Type in 'static' GL -> GLSL matching, don't set GL...Sven Gothel2013-05-061-2/+2
* Fix Bug 705 - Cleanup & Generalize Commit 5b47372590ec715647ebbd75d70c41ec7a6...Sven Gothel2013-04-161-2/+4
* Android/NewtVersionActivity: Dump avail. GLCaps / Use stderr, since log would...Sven Gothel2013-01-191-6/+25
* FBO ResetQuirk: Dump only brief information (OS, GL, JOGL sha1), the latter b...Sven Gothel2012-10-131-0/+17
* Bug 599 - FBObject / Offscreen Support - Part 1Sven Gothel2012-07-191-4/+14
* Enhance Bootsrapping of JOGL around 37% - 40% (1st start in new JVM) - GLProf...Sven Gothel2012-07-061-7/+9
* JoglVersion: Dump GLSL version if GLSL is available.Sven Gothel2012-04-051-2/+5
* 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