aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/javax/media/opengl/GLProfile.java
Commit message (Expand)AuthorAgeFilesLines
* GLProfile: Add GLProfile getImpl(); Use getImpl() for getGL2ES[12](..), dropp...Sven Gothel2011-10-261-71/+70
* Fix GLProfile ES2: Component numbers can't be validated (??)Sven Gothel2011-09-281-5/+3
* Use new JNILIbLoaderBase addNativeJarLibs(all, atomic) for JOGL, NativeWindow...Sven Gothel2011-09-241-24/+5
* Use Platform's initSingleton() instead of JVMUtil's (private package) ; Use T...Sven Gothel2011-09-231-3/+34
* JOGL: Make GLProfile shutdown()/initSingleton() functional, ie. proper recrea...Sven Gothel2011-09-081-1/+4
* Cleanup: Java Generics Use and Removed Unused MethodsSven Gothel2011-08-241-15/+15
* GLProfile / eager init: Use relaxed query, if context was created while initi...Sven Gothel2011-08-071-3/+3
* debug verbosity ; adaption of gluegen fix of DynamicLibraryBundleSven Gothel2011-08-051-5/+14
* GLProfile: Allow EGL besides desktop; Desktop factories restricted to desktop...Sven Gothel2011-08-011-3/+18
* GLProfile: Fix exception; Minor ChangesSven Gothel2011-07-311-35/+57
* GLProfile: Initialization fix and clarifications ( GLExceptions on n/a profil...Sven Gothel2011-07-071-128/+109
* Fix GLProfile: Order of profiles Hi -> LowSven Gothel2011-04-221-54/+52
* GLProfile: More Tolerant for missing features; MacOSX: Fix External Context /...Sven Gothel2011-02-261-6/+10
* GLProfile: Sorting importsSven Gothel2011-02-091-6/+10
* Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...Sven Gothel2011-02-091-9/+9
* JOGL change of default GLProfile order: GL4bc, GL3bc, GL2, GL2GL3, GL4, GL3, ...Sven Gothel2011-01-311-14/+83
* GLCapabilities enhancements: Choosing, All-Available, Data Handling (X11, WGL...Sven Gothel2011-01-311-6/+12
* Adding NVIDIA 'Threaded optimization' workaround/fix at initialization on Win...Sven Gothel2010-12-191-0/+9
* Fix GLProfile initProfilesForDevice and DEBUG ; Fix JoglVersion.getGLInfoSven Gothel2010-12-191-32/+29
* GLProfile: refine docSven Gothel2010-12-181-1/+2
* Fix API doc: firstUIActionOnProcessSven Gothel2010-12-121-0/+4
* GLProfile: initialize 1st, debug info later.Sven Gothel2010-12-121-2/+2
* Fix: Typo unlock() -> lock() .. oopsSven Gothel2010-12-041-1/+1
* DEBUG: GLProfile: Dump GLInfo ; GLContext: SET mappedVersions.. no stack traceSven Gothel2010-12-031-15/+45
* GLProfile/Debug: Dump Version info upfront, otherwise we won't see it with an...Sven Gothel2010-11-251-6/+6
* print platform info additional to the module info.Michael Bien2010-11-181-0/+2
* Move shutdown hook registration to GLDrawableFactory.Sven Gothel2010-11-171-24/+2
* NativeWindow AbstractGraphicsDevice: Add 'unitID' attribute and getUniqueID()Sven Gothel2010-11-151-2/+2
* JOGL: Complete eager and lazy mapping of GLProfiles in respect to multiple de...Sven Gothel2010-11-141-186/+460
* Adapt to GlueGen Version changes; Adding NativeWindowVersion, JoglVersion and...Sven Gothel2010-11-121-3/+6
* Use GlueGen VersionUtil to dump full Manifest versionSven Gothel2010-11-101-2/+3
* Added fast path to equals impl.Sven Gothel2010-11-061-0/+1
* JOGL: HashMap ProcAddressTable for all GL profiles incl GLX/WGL/CGL/EGLSven Gothel2010-10-291-20/+2
* Promoted the shutdown hook from GLDrawableFactoryImpl to GLProfile.Sven Gothel2010-10-291-124/+161
* JOGL: Reenable Applet/Webstart/RCP support for JOGL + AWT + X11Sven Gothel2010-10-141-31/+77
* NativeWindow/NativeSurface Refactoring ; Added mouseClick NEWT/AWT unit testSven Gothel2010-10-061-0/+1
* Provide a classloader for all reflection driven classloading ops.Michael Bien2010-06-171-4/+6
* refactored GLProfile. Removed Clonable (Profiles are unique), added hashCode(...Michael Bien2010-06-101-34/+33
* Fix: Locking/Threading; Common IntIntHashMap and Buffers; Fix: glMap*Buffer*;...Sven Gothel2010-06-101-10/+23
* JOGL: Unify library loading (impl and binding), incl. lookup ; GLAutoDrawable...Sven Gothel2010-06-041-106/+43
* Changed NEWT NativeWindow creation contract - AWT/NEWT Parenting - Misc FixesSven Gothel2010-05-211-9/+5
* Missing comment for last commit 6798fc1fb008eff4179f64775a7bf33cfbfd1981:Sven Gothel2010-05-111-10/+60
* GLProfile static init within privileged blockSven Gothel2010-04-281-7/+16
* JOGL Error HandlingSven Gothel2010-04-271-31/+39
* Bring back GL2ES12 impl. for GL2ES1 and GL2ES2 desktop j2se and cdc. Fixing p...Sven Gothel2010-04-221-23/+70
* JOGL GL4 preperation (cont):Sven Gothel2010-04-201-221/+313
* JOGL GL4 preperation (cont):Sven Gothel2010-04-171-0/+19
* JOGL GL4 preperation:Sven Gothel2010-04-161-23/+97
* final large refactoring to move to com.jogamp.*.Michael Bien2010-03-281-2/+2
* refactoring: renamed com.sun.opengl -> com.jogamp.opengl.Michael Bien2010-03-271-20/+22