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