From 5d3b7dc83c04e2c626a635eb3d143710f7ef4db2 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 8 Oct 2014 08:12:03 +0200 Subject: GLRendererQuirks: Align wording in API doc --- .../com/jogamp/opengl/GLRendererQuirks.java | 32 +++++++++++++--------- 1 file changed, 19 insertions(+), 13 deletions(-) (limited to 'src/jogl') diff --git a/src/jogl/classes/com/jogamp/opengl/GLRendererQuirks.java b/src/jogl/classes/com/jogamp/opengl/GLRendererQuirks.java index a0a7021ac..b1bc8828b 100644 --- a/src/jogl/classes/com/jogamp/opengl/GLRendererQuirks.java +++ b/src/jogl/classes/com/jogamp/opengl/GLRendererQuirks.java @@ -101,7 +101,7 @@ public class GLRendererQuirks { public static final int GLNonCompliant = 6; /** - * The OpenGL Context needs a 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. *

* 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: *