diff options
author | Kenneth Russel <[email protected]> | 2008-08-08 22:51:16 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2008-08-08 22:51:16 +0000 |
commit | 25e894d4355318c50d847da5deda6cd1a0d9afba (patch) | |
tree | 88ad3a02fc16c511117b90b5b358c64274e3a54f /src/classes/com/sun/opengl/impl/windows | |
parent | ef3d17d74239a0c13de8e0e7af09fa17c803952c (diff) |
Removed unnecessary GL2 dependencies from desktop window system code.
Moved Linux-specific DRIHack into shared code so it could be called
from the common code path in GLProfile which now loads the shared
libraries. Temporarily ignored WGL_OML_sync_control and
WGL_NV_gpu_affinity extensions to avoid dependencies on NIO classes
(java.nio.LongBuffer) not in CDC/FP/JSR-239 NIO profile. Can now run
JOGL with CVM on the desktop.
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1743 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'src/classes/com/sun/opengl/impl/windows')
-rw-r--r-- | src/classes/com/sun/opengl/impl/windows/wgl/WindowsWGLDrawableFactory.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/classes/com/sun/opengl/impl/windows/wgl/WindowsWGLDrawableFactory.java b/src/classes/com/sun/opengl/impl/windows/wgl/WindowsWGLDrawableFactory.java index a13aba0e4..762714690 100644 --- a/src/classes/com/sun/opengl/impl/windows/wgl/WindowsWGLDrawableFactory.java +++ b/src/classes/com/sun/opengl/impl/windows/wgl/WindowsWGLDrawableFactory.java @@ -53,10 +53,6 @@ public class WindowsWGLDrawableFactory extends GLDrawableFactoryImpl { // FIXME: this should go away once we delete support for the C GLU library private long hglu32; - static { - NativeLibLoader.loadGL2(); - } - public WindowsWGLDrawableFactory() { super(); } |