diff options
author | Sven Gothel <[email protected]> | 2010-05-10 09:43:22 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-05-10 09:43:22 +0200 |
commit | 6798fc1fb008eff4179f64775a7bf33cfbfd1981 (patch) | |
tree | af877a31adb86341097bc7152ebe76a99e645893 /src/jogl/classes/com/jogamp/opengl/impl/x11/glx | |
parent | c626265ab883661c6fe263831af10d7c8b7211f3 (diff) |
../jogl.log
Diffstat (limited to 'src/jogl/classes/com/jogamp/opengl/impl/x11/glx')
-rw-r--r-- | src/jogl/classes/com/jogamp/opengl/impl/x11/glx/X11GLXContext.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jogl/classes/com/jogamp/opengl/impl/x11/glx/X11GLXContext.java b/src/jogl/classes/com/jogamp/opengl/impl/x11/glx/X11GLXContext.java index 1d7f696b2..cdb7931d1 100644 --- a/src/jogl/classes/com/jogamp/opengl/impl/x11/glx/X11GLXContext.java +++ b/src/jogl/classes/com/jogamp/opengl/impl/x11/glx/X11GLXContext.java @@ -474,8 +474,8 @@ public abstract class X11GLXContext extends GLContextImpl { glXQueryExtensionsStringAvailable = false; if (glXExtProcAddressTable == null) { - // FIXME: cache ProcAddressTables by capability bits so we can - // share them among contexts with the same capabilities + // FIXME: cache ProcAddressTables by OpenGL context type bits so we can + // share them among contexts classes (GL4, GL4bc, GL3, GL3bc, ..) glXExtProcAddressTable = new GLXExtProcAddressTable(new GLProcAddressResolver()); } resetProcAddressTable(getGLXExtProcAddressTable()); |