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/gl-embedded-ignores.cfg | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 make/config/jogl/gl-embedded-ignores.cfg (limited to 'make/config/jogl/gl-embedded-ignores.cfg') diff --git a/make/config/jogl/gl-embedded-ignores.cfg b/make/config/jogl/gl-embedded-ignores.cfg new file mode 100644 index 000000000..2684a6dc8 --- /dev/null +++ b/make/config/jogl/gl-embedded-ignores.cfg @@ -0,0 +1,13 @@ +# Ignoring API only available on embedded systems, e.g. ES1, ES2, ES3, .. +# + +# GL_APPLE_framebuffer_multisample +Ignore glResolveMultisampleFramebufferAPPLE + +# GL_KHR_debug: Only avail on ES2 +Ignore GL_VERTEX_ARRAY_KHR + +# Since we subsume GL_KHR_debug, we need to skip GL_VERTEX_ARRAY, +# which is already defined in GLPointerFunc +Ignore GL_VERTEX_ARRAY + -- cgit v1.2.3