summaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2011-02-09 15:33:16 +0100
committerMichael Bien <[email protected]>2011-02-09 15:33:16 +0100
commit4bf655ff4be8c92e6e9911555c04b9efbc4f0e15 (patch)
treec178f7fc59eac8e92791576cb3da6c50eb39c9ed /src/com/jogamp/opencl
parentc8afa2e38a7d7174ceed0be2069856ed548192b4 (diff)
changes do to package movement in jogl.
Diffstat (limited to 'src/com/jogamp/opencl')
-rw-r--r--src/com/jogamp/opencl/gl/CLGLContext.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/com/jogamp/opencl/gl/CLGLContext.java b/src/com/jogamp/opencl/gl/CLGLContext.java
index 51d28d33..fc3d34aa 100644
--- a/src/com/jogamp/opencl/gl/CLGLContext.java
+++ b/src/com/jogamp/opencl/gl/CLGLContext.java
@@ -34,11 +34,11 @@ import java.nio.Buffer;
import com.jogamp.opencl.CLMemory.Mem;
import com.jogamp.opencl.CLPlatform;
import com.jogamp.common.nio.PointerBuffer;
-import com.jogamp.opengl.impl.GLContextImpl;
-import com.jogamp.opengl.impl.egl.EGLContext;
-import com.jogamp.opengl.impl.macosx.cgl.MacOSXCGLContext;
-import com.jogamp.opengl.impl.windows.wgl.WindowsWGLContext;
-import com.jogamp.opengl.impl.x11.glx.X11GLXContext;
+import jogamp.opengl.GLContextImpl;
+import jogamp.opengl.egl.EGLContext;
+import jogamp.opengl.macosx.cgl.MacOSXCGLContext;
+import jogamp.opengl.windows.wgl.WindowsWGLContext;
+import jogamp.opengl.x11.glx.X11GLXContext;
import javax.media.opengl.GLContext;
import static com.jogamp.opencl.gl.CLGLI.*;