| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Bug 705 - Cleanup & Generalize Commit 5b47372590ec715647ebbd75d70c41ec7a6... | Sven Gothel | 2013-04-16 | 1 | -25/+0 |
* | Fix Bug 705 - Make Mesa X11 driver < 8.0 use new Quirk DontCloseX11DisplayCon... | Martin Hegedus | 2013-04-15 | 1 | -0/+25 |
* | GLProfile: Adding convenient query for highest programmable core only GL profile | Sven Gothel | 2013-02-21 | 1 | -1/+36 |
* | Fix Windows ANGLE Workaround Regression of commit 923d9dd7f1d40db72d35ca76a76... | Sven Gothel | 2012-10-13 | 1 | -35/+5 |
* | Add GLRendererQuirks; Fix shared EGL/ES resources; | Sven Gothel | 2012-09-20 | 1 | -21/+25 |
* | Cleanup shutdown mechanism ; Fix X11/ATI SIGV at shutdown ; EGLDisplayUtil: C... | Sven Gothel | 2012-09-07 | 1 | -24/+5 |
* | GLProfile/NativeWindowFactory: Remove deprecated argument 'firstUIActionOnPro... | Sven Gothel | 2012-08-18 | 1 | -33/+21 |
* | Add property: 'jogl.disable.opengles' to disable querying and using OpenGL ES | Sven Gothel | 2012-07-25 | 1 | -2/+9 |
* | Bug 599 - FBObject / Offscreen Support - Part 1 | Sven Gothel | 2012-07-19 | 1 | -31/+21 |
* | Enhance Bootsrapping of JOGL around 37% - 40% (1st start in new JVM) - GLProf... | Sven Gothel | 2012-07-06 | 1 | -39/+42 |
* | GLContext adds FBO availability to profile mapping; Fix GL[Auto]Drawable/GLCo... | Sven Gothel | 2012-07-05 | 1 | -3/+6 |
* | Implement Bug #598 - JOGL ALL JAR File Change incl. it's Native Jar URL Deriv... | Sven Gothel | 2012-06-26 | 1 | -7/+21 |
* | GLProfile/EGLDrawableFactory: Detect ANGLE (Windows D3D ES2 Emulation) and di... | Sven Gothel | 2012-05-01 | 1 | -6/+29 |
* | StringBuffer -> StringBuilder (Local objects, no concurrency) ; Impacts: Capa... | Sven Gothel | 2012-04-16 | 1 | -1/+1 |
* | Reduce Thread.dumpStack() in debug mode where no negative behavior appears or... | Sven Gothel | 2012-03-18 | 1 | -1/+0 |
* | X11/GLX: Query X Server whether GLX is available (X11/SharedResourceRunner) ;... | Sven Gothel | 2012-02-25 | 1 | -10/+9 |
* | Fix GLProfile/GLDrawableFactory bug: Recursion on default desktop device, sin... | Sven Gothel | 2012-02-25 | 1 | -16/+40 |
* | Add GLProfile.getGL2GL3() meta profile getter completing getGL2ES[12]() | Sven Gothel | 2012-02-24 | 1 | -0/+32 |
* | Enhance GLProfile's profile tests - compare the final String references, inst... | Sven Gothel | 2012-02-23 | 1 | -19/+19 |
* | Fix GLProfile.isGL2ES2(): "isGL2() || isGL3()" -> "isGL2GL3()" | Sven Gothel | 2012-02-23 | 1 | -14/+14 |
* | DEBUG Output: More thread-names to drawable/context lifecycle; Remove massive... | Sven Gothel | 2012-02-22 | 1 | -2/+2 |
* | API Change [GLProfile/GLContext]: Add notion of hardware acceleration in GLPr... | Sven Gothel | 2012-02-20 | 1 | -74/+146 |
* | Fix ExtensionAvailabilityCache ; Enhance caching. | Sven Gothel | 2012-02-14 | 1 | -3/+3 |
* | OpenGL ES/EGL Overhaul | Sven Gothel | 2012-02-13 | 1 | -75/+142 |
* | CgDynamicLibraryBundleInfo: Add TempJarCache usage for atomic native jar (of ... | Sven Gothel | 2011-12-18 | 1 | -1/+2 |
* | Fix concurrency bug of GLProfile initialization ; Fix SharedResourceRunner 'd... | Sven Gothel | 2011-12-11 | 1 | -113/+143 |
* | New GLProfile.ShutdownType: SHARED_ONLY / COMPLETE - Enhance/Fix Lifecycle Ma... | Sven Gothel | 2011-12-01 | 1 | -4/+29 |
* | GLProfile: use dbl checked locking w/ volatile ; Proper shutdown sequence. | Sven Gothel | 2011-12-01 | 1 | -26/+36 |
* | More Robust GLProfile Initialization ; Add NativeWindowFactory Shutdown | Sven Gothel | 2011-11-30 | 1 | -5/+18 |
* | 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 |