diff options
author | Sven Gothel <[email protected]> | 2013-09-02 11:40:23 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-09-02 11:40:23 +0200 |
commit | 275540ba96155277d45b4312888e60b65c372454 (patch) | |
tree | d87cd4281ac95171a8f808f9b5e6a42f7af8d021 | |
parent | 4beef4fe856690b070ba06a6caf4515aebd7171b (diff) |
Revert commit 4beef4fe856690b070ba06a6caf4515aebd7171b manually for testing purposes .. (ATI fglrx driver issues)
-rw-r--r-- | src/jogl/classes/jogamp/opengl/x11/glx/X11GLXDrawableFactory.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jogl/classes/jogamp/opengl/x11/glx/X11GLXDrawableFactory.java b/src/jogl/classes/jogamp/opengl/x11/glx/X11GLXDrawableFactory.java index 04e0fa60d..b6f9edfc3 100644 --- a/src/jogl/classes/jogamp/opengl/x11/glx/X11GLXDrawableFactory.java +++ b/src/jogl/classes/jogamp/opengl/x11/glx/X11GLXDrawableFactory.java @@ -336,8 +336,8 @@ public class X11GLXDrawableFactory extends GLDrawableFactoryImpl { } if (null != sr.context) { - // may cause JVM SIGSEGV, or freeze (ATI fglrx 32on64 shared ctx): - // sr.context.destroy(); // will also pull the dummy MutableSurface + // may cause JVM SIGSEGV, or freeze (ATI fglrx 3-6-beta2 32on64 shared ctx): + sr.context.destroy(); // will also pull the dummy MutableSurface sr.context = null; } |