From ef6a1983a48dd2c3f52987777862c3583ca24c57 Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Tue, 13 Apr 2004 23:55:04 +0000 Subject: 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 --- make/gl-common.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'make') 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 -- cgit v1.2.3