diff options
author | Kenneth Russel <[email protected]> | 2004-08-02 22:08:18 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2004-08-02 22:08:18 +0000 |
commit | d803c81ff894edcb3569f22c2e2822e1237b7456 (patch) | |
tree | cec7977f0c2381c5b5dfa63c2432a29fe9661244 /make/gl-glx-common.cfg | |
parent | 95fd77f6c2b69236bb7e1f74fc2cd896ef810b24 (diff) |
Upgraded to current glext.h / wglext.h / glxext.h
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@143 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/gl-glx-common.cfg')
-rw-r--r-- | make/gl-glx-common.cfg | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/make/gl-glx-common.cfg b/make/gl-glx-common.cfg index f4dd69fd0..93e5f794c 100644 --- a/make/gl-glx-common.cfg +++ b/make/gl-glx-common.cfg @@ -64,3 +64,18 @@ Ignore glXCreateGLXPixmapMESA # public API on all platforms Ignore GLXFBConfig Ignore XVisualInfo + +# Ignore the SGI hyperpipe extension, which will require more GlueGen +# work to expose the pipeName fields in the various structs +Ignore glXQueryHyperpipeNetworkSGIX +Ignore glXHyperpipeConfigSGIX +Ignore glXQueryHyperpipeConfigSGIX +Ignore glXDestroyHyperpipeConfigSGIX +Ignore glXBindHyperpipeSGIX +Ignore glXQueryHyperpipeBestAttribSGIX +Ignore glXHyperpipeAttribSGIX +Ignore glXQueryHyperpipeAttribSGIX +Ignore GLXHyperpipeNetworkSGIX +Ignore GLXHyperpipeConfigSGIX +Ignore GLXPipeRect +Ignore GLXPipeRectLimits |