diff options
-rw-r--r-- | src/jogl/classes/com/jogamp/opengl/util/TileRendererBase.java | 8 | ||||
-rw-r--r-- | src/jogl/classes/javax/media/opengl/GLSharedContextSetter.java | 7 |
2 files changed, 8 insertions, 7 deletions
diff --git a/src/jogl/classes/com/jogamp/opengl/util/TileRendererBase.java b/src/jogl/classes/com/jogamp/opengl/util/TileRendererBase.java index 2ac4b1f82..22f5c017c 100644 --- a/src/jogl/classes/com/jogamp/opengl/util/TileRendererBase.java +++ b/src/jogl/classes/com/jogamp/opengl/util/TileRendererBase.java @@ -151,7 +151,7 @@ public abstract class TileRendererBase { * {@link TileRendererBase#getAttachedDrawable() attached} {@link GLAutoDrawable}'s * {@link GLAutoDrawable#display()} call for each tile before {@link #display(GLAutoDrawable)}. * <p> - * The <a href="#pmvmatrix">PMV Matrix</a> shall be reshaped + * The <a href="TileRendererBase#pmvmatrix">PMV Matrix</a> shall be reshaped * according to the given * <ul> * <li>current tile-position</li> @@ -350,7 +350,7 @@ public abstract class TileRendererBase { * i.e. after very last call of {@link #endTile(GL)}! * </p> * <p> - * The <a href="#pmvmatrix">PMV Matrix</a> + * The <a href="TileRendererBase.html#pmvmatrix">PMV Matrix</a> * must be reshaped after this call using: * <ul> * <li>Current Viewport @@ -371,7 +371,7 @@ public abstract class TileRendererBase { * this renderer {@link #endTile(GL)}. * </p> * <p> - * User has to comply with the <a href="#glprequirement">GL profile requirement</a>. + * User has to comply with the <a href="TileRendererBase.html#glprequirement">GL profile requirement</a>. * </p> * <p> * If {@link #eot() end of tiling} has been reached, @@ -398,7 +398,7 @@ public abstract class TileRendererBase { * calling this method! * </p> * <p> - * User has to comply with the <a href="#glprequirement">GL profile requirement</a>. + * User has to comply with the <a href="TileRendererBase.html#glprequirement">GL profile requirement</a>. * </p> * * @param gl the gl context diff --git a/src/jogl/classes/javax/media/opengl/GLSharedContextSetter.java b/src/jogl/classes/javax/media/opengl/GLSharedContextSetter.java index 78dd693cb..69ee03546 100644 --- a/src/jogl/classes/javax/media/opengl/GLSharedContextSetter.java +++ b/src/jogl/classes/javax/media/opengl/GLSharedContextSetter.java @@ -85,15 +85,16 @@ package javax.media.opengl; * <p> * <pre> * Error: 'intel_do_flush_locked: No such file or directory' - * JogAmp: <https://jogamp.org/bugzilla/show_bug.cgi?id=873> - * freedesktop.org: <https://bugs.freedesktop.org/show_bug.cgi?id=41736#c8> + * JogAmp: https://jogamp.org/bugzilla/show_bug.cgi?id=873 + * freedesktop.org: https://bugs.freedesktop.org/show_bug.cgi?id=41736#c8 * </pre> * Shared context seems not to be supported w/ lock-free bound X11 display connections * per OpenGL drawable/context. The error message above is thrown in this case. * Hence the driver bug renders shared context use w/ JOGL impossible. * </p> - * <h7><a name="hisilicon">Hisilicon's Immersion.16</a></h7> + * <h7><a name="hisilicon">Hisilicon's Immersion.16 on Android</a></h7> * <p> + * We failed to create a shared ES2 context on another thread. * </p> */ public interface GLSharedContextSetter extends GLAutoDrawable { |