From 0d59bd4c655ef9a27f127000848aae7f07f240ae Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 6 Mar 2015 09:45:48 +0100 Subject: Bug 1135 - Change all GlueGen config files, supporting EGL 1.5 , ES 3.1 and GL 4.5 --- make/config/jogl/glx-x11.cfg | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'make/config/jogl/glx-x11.cfg') diff --git a/make/config/jogl/glx-x11.cfg b/make/config/jogl/glx-x11.cfg index 38f56c26a..8a127558f 100644 --- a/make/config/jogl/glx-x11.cfg +++ b/make/config/jogl/glx-x11.cfg @@ -3,16 +3,15 @@ JavaOutputDir gensrc/classes NativeOutputDir gensrc/native/jogl/X11 +GLSemHeader GL/glx.h +GLSemHeader GL/glxext.h + Package jogamp.opengl.x11.glx JavaClass GLX Style AllStatic Include gl-common.cfg -Include gl-common-extensions.cfg Include gl-desktop.cfg -GLHeader GL/glx.h -GLHeader GL/glxext.h - # Only NIO direct function, no arrays .. NIOOnly __ALL__ NIODirectOnly __ALL__ @@ -74,6 +73,10 @@ Ignore ^gl[^X].+ Ignore ^X.+ Ignore ^Visual.+ +IgnoreExtension GLX_EXT_texture_from_pixmap +IgnoreExtension GLX_OML_sync_control +IgnoreExtension GLX_OML_swap_method + DropUniqVendorExtensions AMD # We need GL_APPLE_float_pixels for our pbuffer implementation # DropUniqVendorExtensions APPLE -- cgit v1.2.3