summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/extensions.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-02-15 16:32:06 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-02-15 16:32:06 +0000
commit4182cf60d96a077a66675e89694529b5f9e4b329 (patch)
treec2782ab1c645d9bba43de21873e069c3f7b22520 /src/mesa/main/extensions.c
parentc9ceef41fe89f5ba6e16ec51c1f9b7bfd8119c64 (diff)
downloadexternal_mesa3d-4182cf60d96a077a66675e89694529b5f9e4b329.zip
external_mesa3d-4182cf60d96a077a66675e89694529b5f9e4b329.tar.gz
external_mesa3d-4182cf60d96a077a66675e89694529b5f9e4b329.tar.bz2
Finished up GL_ARB_depth_texture and GL_ARB_shadow.
Diffstat (limited to 'src/mesa/main/extensions.c')
-rw-r--r--src/mesa/main/extensions.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c
index ee8eb4f..8054360 100644
--- a/src/mesa/main/extensions.c
+++ b/src/mesa/main/extensions.c
@@ -1,10 +1,10 @@
-/* $Id: extensions.c,v 1.68 2001/12/14 02:50:01 brianp Exp $ */
+/* $Id: extensions.c,v 1.69 2002/02/15 16:32:06 brianp Exp $ */
/*
* Mesa 3-D graphics library
* Version: 4.1
*
- * Copyright (C) 1999-2001 Brian Paul All Rights Reserved.
+ * Copyright (C) 1999-2002 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@@ -56,7 +56,7 @@ static struct {
const char *name;
int flag_offset;
} default_extensions[] = {
- { OFF, "GL_ARB_depth_texture", F(SGIX_depth_texture) },
+ { OFF, "GL_ARB_depth_texture", F(ARB_depth_texture) },
{ OFF, "GL_ARB_imaging", F(ARB_imaging) },
{ OFF, "GL_ARB_multisample", F(ARB_multisample) },
{ OFF, "GL_ARB_multitexture", F(ARB_multitexture) },