diff options
author | Kenneth Russel <[email protected]> | 2004-04-26 02:54:39 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2004-04-26 02:54:39 +0000 |
commit | 39a94cbfc2254956cca59bbc5c13102f11ad3a2c (patch) | |
tree | 55d776b4d42de69bd55d91828965f83050bc8f9a /make/gl-common.cfg | |
parent | d0f8de4a9412c6049445adea21592065e212d1c9 (diff) |
Applied patches from Yuri Vl. Gushchin on JOGL forums:
- Added KTX_buffer_region to glext.h
- Used Dialog instead of Frame for dummy window on Windows
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@124 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make/gl-common.cfg')
-rw-r--r-- | make/gl-common.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/gl-common.cfg b/make/gl-common.cfg index de2477199..feb9025c4 100644 --- a/make/gl-common.cfg +++ b/make/gl-common.cfg @@ -45,6 +45,8 @@ Ignore (GL|GLU|GLX|WGL|AGL|CGL)_SUNX_.+ Ignore (GL|GLU|GLX|WGL|AGL|CGL)_3DFX_.+ Ignore (GL|GLU|GLX|WGL|AGL|CGL)_OML_.+ Ignore (GL|GLU|GLX|WGL|AGL|CGL)_I3D_.+ +Ignore (GL|GLU|GLX|WGL|AGL|CGL)_S3_.+ +Ignore GL_KTX_buffer_region # Ignore GL functions that deal with explicit pointer values in such a # way that we cannot implement the functionality in Java |