From 7c5282d2a8bb6b4c8d265ad3fc1a1652c55df167 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 15 Oct 2002 14:43:55 +0000 Subject: minor updates --- progs/tests/getprocaddress.c | 6 ++++-- progs/tests/texrect.c | 3 ++- progs/tests/vpwarpmesh.c | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) (limited to 'progs') diff --git a/progs/tests/getprocaddress.c b/progs/tests/getprocaddress.c index 5f4081b995..e80b9dbab3 100644 --- a/progs/tests/getprocaddress.c +++ b/progs/tests/getprocaddress.c @@ -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) { diff --git a/progs/tests/texrect.c b/progs/tests/texrect.c index 1468c73385..685dd863ea 100644 --- a/progs/tests/texrect.c +++ b/progs/tests/texrect.c @@ -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 #include #include diff --git a/progs/tests/vpwarpmesh.c b/progs/tests/vpwarpmesh.c index 166ef9c502..56aa8200ec 100644 --- a/progs/tests/vpwarpmesh.c +++ b/progs/tests/vpwarpmesh.c @@ -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); } -- cgit v1.2.3