minor updates
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 15 Oct 2002 14:43:55 +0000 (14:43 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 15 Oct 2002 14:43:55 +0000 (14:43 +0000)
progs/tests/getprocaddress.c
progs/tests/texrect.c
progs/tests/vpwarpmesh.c

index 5f4081b9951911a782758e0a4c657ac0794208b9..e80b9dbab36151227420ee2918c804cb52b8759f 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: getprocaddress.c,v 1.2 2001/11/21 17:21:41 brianp Exp $ */
+/* $Id: getprocaddress.c,v 1.3 2002/10/15 14:43:55 brianp Exp $ */
 
 /*
  * Copyright (C) 1999-2001  Brian Paul   All Rights Reserved.
@@ -1024,12 +1024,14 @@ static const char *functions[] = {
    "glWindowPos3dvARB",
    "glWindowPos3fvARB",
    "glWindowPos3ivARB",
+   "glWindowPos3svARB",
+   "-EXT_stencil_two_side",
+   "glActiveStencilFaceEXT",
 
    NULL
 };
 
 
-
 static int
 extension_supported(const char *haystack, const char *needle)
 {
index 1468c73385a7aa2d44c630c25520553814a7f342..685dd863ea096dcfb6e2b848ffdd0979c255c9d2 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: texrect.c,v 1.1 2002/06/15 03:08:19 brianp Exp $ */
+/* $Id: texrect.c,v 1.2 2002/10/15 14:43:55 brianp Exp $ */
 
 /* GL_NV_texture_rectangle test
  *
@@ -7,6 +7,7 @@
  */
 
 
+#define GL_GLEXT_PROTOTYPES
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
index 166ef9c50279ee5f1f9c549f37237f5f2b6d2422..56aa8200ec8caa6f25dba537a78b763550568b84 100644 (file)
@@ -188,7 +188,7 @@ static void Init( void )
       "END";
 
    if (!glutExtensionSupported("GL_NV_vertex_program")) {
-      printf("Sorry, this program requires GL_NV_vertex_program");
+      printf("Sorry, this program requires GL_NV_vertex_program\n");
       exit(1);
    }