projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a7fc57
)
test for ARB_texture_cube_map when getting GL version(Ian Romanick)
author
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 5 Sep 2002 21:14:36 +0000
(21:14 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Thu, 5 Sep 2002 21:14:36 +0000
(21:14 +0000)
src/mesa/main/get.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/get.c
b/src/mesa/main/get.c
index 4f12e06b414b4cd3506e4de6ddc9bf45e0717415..2b92de7922941cae74ab373e8dab7b17f3b7b5a8 100644
(file)
--- a/
src/mesa/main/get.c
+++ b/
src/mesa/main/get.c
@@
-1,4
+1,4
@@
-/* $Id: get.c,v 1.8
7 2002/07/09 01:22:50
brianp Exp $ */
+/* $Id: get.c,v 1.8
8 2002/09/05 21:14:36
brianp Exp $ */
/*
* Mesa 3-D graphics library
@@
-5617,6
+5617,7
@@
_mesa_GetString( GLenum name )
ctx->Extensions.ARB_multitexture &&
ctx->Extensions.ARB_texture_border_clamp &&
ctx->Extensions.ARB_texture_compression &&
+ ctx->Extensions.ARB_texture_cube_map &&
ctx->Extensions.EXT_texture_env_add &&
ctx->Extensions.ARB_texture_env_combine &&
ctx->Extensions.ARB_texture_env_dot3) {