From 5d3b7dc83c04e2c626a635eb3d143710f7ef4db2 Mon Sep 17 00:00:00 2001
From: Sven Gothel
* Drivers known exposing such bug:
@@ -155,7 +155,7 @@ public class GLRendererQuirks {
public static final int NeedCurrCtx4ARBPixFmtQueries = 9;
/**
- * Need current GL Context when calling new ARB CreateContext function,
+ * Need current GL context when calling new ARB CreateContext function,
* otherwise driver crashes the VM.
*
* Drivers known exposing such bug:
@@ -296,9 +296,9 @@ public class GLRendererQuirks {
public static final int SingletonEGLDisplayOnly = 16;
/**
- * With certain drivers no reliable MSAA / FSAA
- * {@link GLCapabilitiesImmutable#getSampleBuffers() multi}
- * {@link GLCapabilitiesImmutable#getNumSamples() sampling} is available, read a crash may occur.
+ * No reliable MSAA / FSAA {@link GLCapabilitiesImmutable#getSampleBuffers() multi}
+ * {@link GLCapabilitiesImmutable#getNumSamples() sampling} available,
+ * i.e. driver may crash.
*
* Appears on:
*
* Appears on:
* glFlush()
before releasing it, otherwise driver may freeze:
+ * The OpenGL context needs a glFlush()
before releasing it, otherwise driver may freeze:
*
*
@@ -139,7 +139,7 @@ public class GLRendererQuirks {
public static final int DontCloseX11Display = 8;
/**
- * Need current GL Context when calling new ARB pixel format query functions,
+ * Need current GL context when calling new ARB pixel format query functions,
* otherwise driver crashes the VM.
*
@@ -318,8 +318,8 @@ public class GLRendererQuirks {
public static final int NoMultiSamplingBuffers = 17;
/**
- * With certain drivers no reliable FBO color renderbuffer target
- * is available, read a crash may occur.
+ * Buggy FBO color renderbuffer target,
+ * i.e. driver may crash.
*
@@ -340,19 +340,25 @@ public class GLRendererQuirks {
*
+ * Some drivers wrongly claim to support pbuffers + * with accumulation buffers. However, the creation of such pbuffer fails: + *
+ * javax.media.opengl.GLException: pbuffer creation error: Couldn't find a suitable pixel format + *+ * *
* Appears on: *