projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3af535
)
removed temporary ARB_texture enum defs
author
Brian Paul
<brian.paul@tungstengraphics.com>
Sat, 23 Mar 2002 01:48:18 +0000
(
01:48
+0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Sat, 23 Mar 2002 01:48:18 +0000
(
01:48
+0000)
src/mesa/main/texstate.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/texstate.c
b/src/mesa/main/texstate.c
index 19e8984ad96ef8b79690a3ee6dc13262caf7b503..373cfdcce2fcd03993b76e3584752006c9c23832 100644
(file)
--- a/
src/mesa/main/texstate.c
+++ b/
src/mesa/main/texstate.c
@@
-1,4
+1,4
@@
-/* $Id: texstate.c,v 1.6
4 2002/02/15 16:32:06
brianp Exp $ */
+/* $Id: texstate.c,v 1.6
5 2002/03/23 01:48:18
brianp Exp $ */
/*
* Mesa 3-D graphics library
@@
-42,12
+42,6
@@
#include "math/m_matrix.h"
#endif
-/* TEMPORARY! */
-#ifndef GL_TEXTURE_COMPARE_MODE_ARB
-#define GL_TEXTURE_COMPARE_MODE_ARB 0x9990
-#define GL_TEXTURE_COMPARE_FUNC_ARB 0x9991
-#define GL_COMPARE_R_TO_TEXTURE_ARB 0x9993
-#endif
#ifdef SPECIALCAST