diff options
author | Brian Paul <[email protected]> | 2002-10-15 14:43:55 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-10-15 14:43:55 +0000 |
commit | 7c5282d2a8bb6b4c8d265ad3fc1a1652c55df167 (patch) | |
tree | 9ff41a8717e36d2bcb4a1fa171bdad07e858f87f /progs/tests/getprocaddress.c | |
parent | f2e21e1026a8e78345108b470d93e9bfa56e3c84 (diff) |
minor updates
Diffstat (limited to 'progs/tests/getprocaddress.c')
-rw-r--r-- | progs/tests/getprocaddress.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/progs/tests/getprocaddress.c b/progs/tests/getprocaddress.c index 5f4081b9951..e80b9dbab36 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) { |