From d0676451343e826e49d9c5732320f080d4c11c8d Mon Sep 17 00:00:00 2001
From: Sven Gothel <sgothel@jausoft.com>
Date: Fri, 23 Jan 2015 00:48:16 +0100
Subject: Bug 1096 - Expose EGL to public: com.jogamp.opengl.egl.EGL ;
 EGLDrawableFactory: Validate static EGL func-ptr, probe EGL/ES2 first

- Move EGL to public package
  jogamp.opengl.egl.EGL -> com.jogamp.opengl.egl.EGL

- EGLDrawableFactory
  - Validate static EGL func-ptr against EGL/ES2,
    ignoring EGL/[ES|GL] collisions w/ diff. native EGL implementations
    due to static EGL usage.

  - Probe EGL/ES2 first
---
 make/config/jogl/gl-impl-CustomJavaCode-common.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'make/config/jogl/gl-impl-CustomJavaCode-common.java')

diff --git a/make/config/jogl/gl-impl-CustomJavaCode-common.java b/make/config/jogl/gl-impl-CustomJavaCode-common.java
index a2ca12960..6db08efa7 100644
--- a/make/config/jogl/gl-impl-CustomJavaCode-common.java
+++ b/make/config/jogl/gl-impl-CustomJavaCode-common.java
@@ -1,8 +1,10 @@
+    private final GLProfile glProfile;
+    private final GLContextImpl _context;
+
     @Override
     public GLProfile getGLProfile() {
         return this.glProfile;
     }
-    private final GLProfile glProfile;
 
     @Override
     public final int getBoundBuffer(int target) {
@@ -85,8 +87,6 @@
       return _context;
     }
 
-    private final GLContextImpl _context;
-
     /**
      * @see javax.media.opengl.GLContext#setSwapInterval(int)
      */
-- 
cgit v1.2.3