diff options
author | Sven Gothel <[email protected]> | 2011-08-09 20:17:11 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-08-09 20:17:11 +0200 |
commit | da0391975092bbd1adce296477646b004c3562c3 (patch) | |
tree | 269d96f621dbd7b84b91d30bc1f3d0603a05b01b /src/jogl/classes/jogamp/opengl/egl/EGLDrawable.java | |
parent | 991ba438bfefa1c84fc185146b355c3cf9781f3d (diff) |
EGL Fixes ...
- EGLDrawableFactory: createProxySurfaceImpl: add proper config choosing
- EGLCapabilities/EGLGraphicsConfiguration: Add nativeVisualID
- All: Avoid critical array access -> use NIO
Diffstat (limited to 'src/jogl/classes/jogamp/opengl/egl/EGLDrawable.java')
-rw-r--r-- | src/jogl/classes/jogamp/opengl/egl/EGLDrawable.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/jogl/classes/jogamp/opengl/egl/EGLDrawable.java b/src/jogl/classes/jogamp/opengl/egl/EGLDrawable.java index 4ab311479..a9cc40335 100644 --- a/src/jogl/classes/jogamp/opengl/egl/EGLDrawable.java +++ b/src/jogl/classes/jogamp/opengl/egl/EGLDrawable.java @@ -127,8 +127,6 @@ public abstract class EGLDrawable extends GLDrawableImpl { } else { // EGLSurface is ours .. ownEGLSurface=true; - - // redundant, already a proper chosen EGLCapabilities eglConfig.updateGraphicsConfiguration(); recreateSurface(); } } else { |