aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-07-03 23:31:37 +0200
committerSven Gothel <[email protected]>2013-07-03 23:31:37 +0200
commit238e2482fa6129418189458405ae2622987cd02e (patch)
treebc0e423ccec086e9df069c0fcebc5e99c986fc22
parent88c10ef844f24f089914176d00548ae80230e4c8 (diff)
GLRendererQuirks.GLNonCompliant: Recoverd a bit of known knowledge .. in API doc.
-rw-r--r--src/jogl/classes/com/jogamp/opengl/GLRendererQuirks.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/jogl/classes/com/jogamp/opengl/GLRendererQuirks.java b/src/jogl/classes/com/jogamp/opengl/GLRendererQuirks.java
index b119c62c9..023a8a1aa 100644
--- a/src/jogl/classes/com/jogamp/opengl/GLRendererQuirks.java
+++ b/src/jogl/classes/com/jogamp/opengl/GLRendererQuirks.java
@@ -75,6 +75,14 @@ public class GLRendererQuirks {
* context is not compliant. Most programs will give completely broken output (or no
* output at all. For now, this context is not trusted.
* </p>
+ * The above has been confirmed for the following Mesa 9.* GL_RENDERER strings:
+ * <ul>
+ * <li>Mesa .* Intel(R) Sandybridge Desktop</li>
+ * <li>Gallium 0.4 on AMD RS880</li>
+ * </ul>
+ * </p>
+ * <p>
+ * It still has to be verified whether the AMD OpenGL 3.1 core driver is compliant enought.
*/
public static final int GLNonCompliant = 6;