| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1084: Fix GLProfile Mapping regarding hardware priority, honor software/h... | Sven Gothel | 2014-10-01 | 1 | -64/+110 |
* | Bug 1060 - Add GLProfile.isInitialized(): Returns true if JOGL has been initi... | Sven Gothel | 2014-09-03 | 1 | -0/+15 |
* | Bug 1059 _and_ version-compat breackage of commit c78ceb642d0ef5bb5bf27ff8ff1... | Sven Gothel | 2014-09-03 | 1 | -14/+14 |
* | GLProfile: Use String.intern() on static final profile strings ('GL4bc', 'GL4... | Sven Gothel | 2014-09-02 | 1 | -30/+32 |
* | Bug 1052 - OpenGL ES 3.0 Mesa 10.1.3 Caught GLException: Not a GL4ES3 impleme... | Sven Gothel | 2014-09-02 | 1 | -10/+0 |
* | Bug 1038 - Allow skipping detection of certain GLProfiles: Skip 'ARB_create_c... | Sven Gothel | 2014-07-30 | 1 | -6/+27 |
* | Bug 1038 - Allow skipping detection of certain GLProfiles: Skip native core p... | Sven Gothel | 2014-07-29 | 1 | -0/+24 |
* | BuildComposablePipeline: Handle synthetic isGL* and getGL* more generic, allo... | Sven Gothel | 2014-07-29 | 1 | -4/+10 |
* | Bug 1024: Add fallback for native-jar-file location via classpath | Sven Gothel | 2014-07-11 | 1 | -5/+4 |
* | Findbugs: Add comments that FB warnings are of no concern .. | Sven Gothel | 2014-07-08 | 1 | -1/+1 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 1 | -85/+85 |
* | Fix 'typo' in messages: 'Catched' -> 'Caught' | Sven Gothel | 2014-06-28 | 1 | -1/+1 |
* | Adapt to GlueGen commit c3054a01990e55ab35756ea23ab7d7c05f24dd37 (compount ca... | Sven Gothel | 2014-06-17 | 1 | -1/+1 |
* | Bug 972 - Reduce ClassLoader Lookup, i.e. Class.forName(..): GLProfile, GLCon... | Sven Gothel | 2014-02-12 | 1 | -31/+110 |
* | Bug 930 - OSX: Using 'Apple Software Renderer' GLRendererQuirks Quirk GL4Need... | Sven Gothel | 2013-12-23 | 1 | -1/+1 |
* | Bug 929 - Reflect ES3 Compatibility with ES2 | Sven Gothel | 2013-12-21 | 1 | -3/+3 |
* | Bug 890 - Fix GLES3 Profile Mapping, i.e. GL2ES2 queries and mappings; Valida... | Sven Gothel | 2013-11-07 | 1 | -21/+28 |
* | GLProfile: Fix native profile mapping, i.e. use actual mapped profile-impl as... | Sven Gothel | 2013-10-25 | 1 | -42/+87 |
* | jogl: add missing @Override annotations | Harvey Harrison | 2013-10-17 | 1 | -0/+5 |
* | jogl: remove all trailing whitespace | Harvey Harrison | 2013-10-17 | 1 | -141/+141 |
* | Bug 852: Remove CPU sourced data API entry where not allowed (ES3 and GL core... | Sven Gothel | 2013-10-10 | 1 | -2/+2 |
* | Fix some JavaDoc and API doc (reference) bugs .. | Sven Gothel | 2013-09-08 | 1 | -2/+2 |
* | Complete commit 54dcdf1f53c9fc1f7124cf77bbf5aa952d42053a, exposing GL2ES3 in ... | Sven Gothel | 2013-09-07 | 1 | -0/+9 |
* | Fix Bug 810: Adding Julien Gouesse's fix while moved the new 'addNativeJarLib... | Sven Gothel | 2013-09-02 | 1 | -6/+2 |
* | Redefine: isGLES3Compatible() and isGL4ES3(), i.e. allow GL4ES3 usage in case... | Sven Gothel | 2013-07-16 | 1 | -36/+49 |
* | GLProfile: Abstract profile to impl. mapping, i.e. GL2ES2 -> GL3, favors core... | Sven Gothel | 2013-07-16 | 1 | -26/+20 |
* | Add Support for GL 4.3 (Bug 716) and ES 3.0 (Bug 717) | Sven Gothel | 2013-07-15 | 1 | -112/+221 |
* | 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 |