aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/javax/media/opengl/GLProfile.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 1084: Fix GLProfile Mapping regarding hardware priority, honor software/h...Sven Gothel2014-10-011-64/+110
* Bug 1060 - Add GLProfile.isInitialized(): Returns true if JOGL has been initi...Sven Gothel2014-09-031-0/+15
* Bug 1059 _and_ version-compat breackage of commit c78ceb642d0ef5bb5bf27ff8ff1...Sven Gothel2014-09-031-14/+14
* GLProfile: Use String.intern() on static final profile strings ('GL4bc', 'GL4...Sven Gothel2014-09-021-30/+32
* Bug 1052 - OpenGL ES 3.0 Mesa 10.1.3 Caught GLException: Not a GL4ES3 impleme...Sven Gothel2014-09-021-10/+0
* Bug 1038 - Allow skipping detection of certain GLProfiles: Skip 'ARB_create_c...Sven Gothel2014-07-301-6/+27
* Bug 1038 - Allow skipping detection of certain GLProfiles: Skip native core p...Sven Gothel2014-07-291-0/+24
* BuildComposablePipeline: Handle synthetic isGL* and getGL* more generic, allo...Sven Gothel2014-07-291-4/+10
* Bug 1024: Add fallback for native-jar-file location via classpathSven Gothel2014-07-111-5/+4
* Findbugs: Add comments that FB warnings are of no concern ..Sven Gothel2014-07-081-1/+1
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-85/+85
* Fix 'typo' in messages: 'Catched' -> 'Caught'Sven Gothel2014-06-281-1/+1
* Adapt to GlueGen commit c3054a01990e55ab35756ea23ab7d7c05f24dd37 (compount ca...Sven Gothel2014-06-171-1/+1
* Bug 972 - Reduce ClassLoader Lookup, i.e. Class.forName(..): GLProfile, GLCon...Sven Gothel2014-02-121-31/+110
* Bug 930 - OSX: Using 'Apple Software Renderer' GLRendererQuirks Quirk GL4Need...Sven Gothel2013-12-231-1/+1
* Bug 929 - Reflect ES3 Compatibility with ES2Sven Gothel2013-12-211-3/+3
* Bug 890 - Fix GLES3 Profile Mapping, i.e. GL2ES2 queries and mappings; Valida...Sven Gothel2013-11-071-21/+28
* GLProfile: Fix native profile mapping, i.e. use actual mapped profile-impl as...Sven Gothel2013-10-251-42/+87
* jogl: add missing @Override annotationsHarvey Harrison2013-10-171-0/+5
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-141/+141
* Bug 852: Remove CPU sourced data API entry where not allowed (ES3 and GL core...Sven Gothel2013-10-101-2/+2
* Fix some JavaDoc and API doc (reference) bugs ..Sven Gothel2013-09-081-2/+2
* Complete commit 54dcdf1f53c9fc1f7124cf77bbf5aa952d42053a, exposing GL2ES3 in ...Sven Gothel2013-09-071-0/+9
* Fix Bug 810: Adding Julien Gouesse's fix while moved the new 'addNativeJarLib...Sven Gothel2013-09-021-6/+2
* Redefine: isGLES3Compatible() and isGL4ES3(), i.e. allow GL4ES3 usage in case...Sven Gothel2013-07-161-36/+49
* GLProfile: Abstract profile to impl. mapping, i.e. GL2ES2 -> GL3, favors core...Sven Gothel2013-07-161-26/+20
* Add Support for GL 4.3 (Bug 716) and ES 3.0 (Bug 717)Sven Gothel2013-07-151-112/+221
* Fix Bug 705 - Cleanup & Generalize Commit 5b47372590ec715647ebbd75d70c41ec7a6...Sven Gothel2013-04-161-25/+0
* Fix Bug 705 - Make Mesa X11 driver < 8.0 use new Quirk DontCloseX11DisplayCon...Martin Hegedus2013-04-151-0/+25
* GLProfile: Adding convenient query for highest programmable core only GL profileSven Gothel2013-02-211-1/+36
* Fix Windows ANGLE Workaround Regression of commit 923d9dd7f1d40db72d35ca76a76...Sven Gothel2012-10-131-35/+5
* Add GLRendererQuirks; Fix shared EGL/ES resources;Sven Gothel2012-09-201-21/+25
* Cleanup shutdown mechanism ; Fix X11/ATI SIGV at shutdown ; EGLDisplayUtil: C...Sven Gothel2012-09-071-24/+5
* GLProfile/NativeWindowFactory: Remove deprecated argument 'firstUIActionOnPro...Sven Gothel2012-08-181-33/+21
* Add property: 'jogl.disable.opengles' to disable querying and using OpenGL ESSven Gothel2012-07-251-2/+9
* Bug 599 - FBObject / Offscreen Support - Part 1Sven Gothel2012-07-191-31/+21
* Enhance Bootsrapping of JOGL around 37% - 40% (1st start in new JVM) - GLProf...Sven Gothel2012-07-061-39/+42
* GLContext adds FBO availability to profile mapping; Fix GL[Auto]Drawable/GLCo...Sven Gothel2012-07-051-3/+6
* Implement Bug #598 - JOGL ALL JAR File Change incl. it's Native Jar URL Deriv...Sven Gothel2012-06-261-7/+21
* GLProfile/EGLDrawableFactory: Detect ANGLE (Windows D3D ES2 Emulation) and di...Sven Gothel2012-05-011-6/+29
* StringBuffer -> StringBuilder (Local objects, no concurrency) ; Impacts: Capa...Sven Gothel2012-04-161-1/+1
* Reduce Thread.dumpStack() in debug mode where no negative behavior appears or...Sven Gothel2012-03-181-1/+0
* X11/GLX: Query X Server whether GLX is available (X11/SharedResourceRunner) ;...Sven Gothel2012-02-251-10/+9
* Fix GLProfile/GLDrawableFactory bug: Recursion on default desktop device, sin...Sven Gothel2012-02-251-16/+40
* Add GLProfile.getGL2GL3() meta profile getter completing getGL2ES[12]()Sven Gothel2012-02-241-0/+32
* Enhance GLProfile's profile tests - compare the final String references, inst...Sven Gothel2012-02-231-19/+19
* Fix GLProfile.isGL2ES2(): "isGL2() || isGL3()" -> "isGL2GL3()"Sven Gothel2012-02-231-14/+14
* DEBUG Output: More thread-names to drawable/context lifecycle; Remove massive...Sven Gothel2012-02-221-2/+2
* API Change [GLProfile/GLContext]: Add notion of hardware acceleration in GLPr...Sven Gothel2012-02-201-74/+146
* Fix ExtensionAvailabilityCache ; Enhance caching.Sven Gothel2012-02-141-3/+3