aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/com/jogamp/opengl/GLRendererQuirks.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-021-4/+4
* Resolve merge conflict GLRendererQuirksSven Gothel2015-01-231-3/+27
|\
| * Skips ARB_create_context with ATI Radeon 3100 (see the bug 1038)Julien Gouesse2014-10-231-2/+26
* | Bug 1096 - Expose EGL to public: com.jogamp.opengl.egl.EGL ; EGLDrawableFacto...Sven Gothel2015-01-231-3/+2
* | Bug 1068 - Allow GLContext creation and makeCurrent without default framebuff...Sven Gothel2014-12-071-2/+30
|/
* Bug 1088: Add GLRendererQuirks.NeedSharedObjectSync; Tests: Synchronize GL ob...Sven Gothel2014-10-081-2/+35
* GLRendererQuirks: Align wording in API docSven Gothel2014-10-081-13/+19
* Fix of the bug 1078Julien Gouesse2014-10-011-2/+18
* Fix future compatibility issues (analog to b22x commit 546f9b1a03c46b63f8bb18...Sven Gothel2014-09-241-5/+5
* New GLRendererQuirks.BuggyColorRenderbuffer: On Mesa 7.2 software, FBO color ...Sven Gothel2014-09-191-2/+31
* GLContextImpl.setRendererQuirks(..): Use GLRendererQuirks.addQuirk(int), drop...Sven Gothel2014-09-191-0/+20
* 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-12/+12
* X11/WGL GLContext Impl: setGLFunctionAvailability(..) w/ withinGLVersionsMapp...Sven Gothel2014-04-011-1/+0
* GLRendererQuirks.NoMultiSamplingBuffers: Prelim detection of this quirk due t...Sven Gothel2014-03-191-2/+27
* Bug 948 - Autodetect GLRendererQuirks.SingletonEGLDisplayOnlySven Gothel2014-01-241-2/+6
* GLRendererQuirks.addQuirks(..): Fix array bounds checkSven Gothel2014-01-241-1/+1
* Bug 948 - NVIDIA 331.38 (Linux X11) EGL impl. only supports _one_ EGL Display...Sven Gothel2014-01-241-3/+48
* Bug 925 - Accept an ES3 Context, if reported via GL-Version-String w/o EGL_OP...Sven Gothel2013-12-211-2/+33
* GLRendererQuirks: Add GLSharedContextBuggy ('Mesa Intel 9.2.1' and 'Hisilicon...v2.1.2Sven Gothel2013-11-011-3/+40
* Bug 867 - OSX 10.9: Recognize OpenGL Core Profile > 3.0 - Add GLRendererQuirk...Sven Gothel2013-10-241-15/+84
* jogl: add missing @Override annotationsHarvey Harrison2013-10-171-0/+1
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-32/+32
* Bug 818: Enable new quirk GLSLNonCompliant on OSX < 10.7 w/ NV GPU; GLJPanel:...Sven Gothel2013-10-031-3/+10
* GLRendererQuirks.GLNonCompliant: Recoverd a bit of known knowledge .. in API ...Sven Gothel2013-07-031-0/+8
* Bug 759:Mark Raynsford2013-07-021-10/+3
* Fix Bug 759: Add quirk GLNonCompliant for Mesa AMD GL >= 3.1 renderer.Juan Camilo Prada2013-06-211-1/+7
* GLVersionNumber.createVendorVersion(): Only test match result and potentially...Sven Gothel2013-05-311-2/+40
* Minor: Typo/Syntax in GLRendererQuirksSven Gothel2013-05-071-1/+1
* Simplify GLDrawableFactory's SharedResource Query Methods; Move WindowsWGLDra...Sven Gothel2013-04-261-3/+45
* Fix Bug 705 - Validated that Quirk DontCloseX11Display is not required w/ Mes...Sven Gothel2013-04-161-5/+0
* Fix Bug 705 - Cleanup & Generalize Commit 5b47372590ec715647ebbd75d70c41ec7a6...Sven Gothel2013-04-161-30/+36
* Fix Bug 705 - Make Mesa X11 driver < 8.0 use new Quirk DontCloseX11DisplayCon...Martin Hegedus2013-04-151-2/+31
* Bug 548 and Bug 679: Add 'glFlush()' requirement (OSX < 10.7.3 && NVIDIA GPU)...Sven Gothel2013-02-211-2/+10
* Fix Bug 658 (Mesa 9.0 3.1 Intel compat quirk, 3.1 core only) ; No PROFILE_ALI...Sven Gothel2012-12-291-3/+15
* GLRendererQuirks.RequiresBoundVAO: Removed, it _is_ in the GL 3.2 core spec -...Sven Gothel2012-10-291-7/+3
* GLRendererQuirks: Add RequiresBoundVAO (w/ impl.), GLSLBuggyDiscard (todo) ; ...Sven Gothel2012-10-281-2/+9
* GLRendererQuirks.NoDoubleBufferedPBuffer: Set if ( mesa || gallium ) && hwAccelSven Gothel2012-10-021-1/+9
* Adding Mesa Quirk 'NoSetSwapIntervalPostRetarget': SIGSEGV on setSwapInterval...Sven Gothel2012-09-281-3/+6
* Add GLRendererQuirks; Fix shared EGL/ES resources;Sven Gothel2012-09-201-0/+130