diff options
author | Kenneth Russel <[email protected]> | 2004-04-13 23:55:04 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2004-04-13 23:55:04 +0000 |
commit | ef6a1983a48dd2c3f52987777862c3583ca24c57 (patch) | |
tree | b49fed675a1b3ee74d39747cce928b5e83bc0229 /make | |
parent | dc4d980ec184d2372b5bde0384ff17cda845c0b5 (diff) |
Initial support for multisample / full-scene antialiasing (FSAA);
currently on Windows, X11 and other ports to follow
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@108 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'make')
-rw-r--r-- | make/gl-common.cfg | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/make/gl-common.cfg b/make/gl-common.cfg index 2bc4bbd6e..6d09f2388 100644 --- a/make/gl-common.cfg +++ b/make/gl-common.cfg @@ -90,8 +90,6 @@ Ignore wglCreateBufferRegionARB Ignore wglDeleteBufferRegionARB Ignore wglSaveBufferRegionARB Ignore wglRestoreBufferRegionARB -# WGL_ARB_extensions_string -Ignore wglGetExtensionsStringARB Ignore wglGetSyncValuesOML Ignore wglGetMscRateOML Ignore wglSwapBuffersMscOML @@ -333,6 +331,7 @@ CustomJavaCode GL public java.nio.ByteBuffer glAllocateMemoryNV(int arg0, floa # Directives needed when processing wglext.h on Windows and other platforms # Opaque boolean BOOL +ReturnsString wglGetExtensionsStringARB ReturnsString wglGetExtensionsStringEXT Opaque long HANDLE Opaque long HBITMAP |