summaryrefslogtreecommitdiff
path: root/src/mesa/main/texstate.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-03-23 01:48:18 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-03-23 01:48:18 +0000
commit8334c89e70cbbd57092e3e11b9c894138b3a7953 (patch)
treefdcd44383e62c39eef9c0028372f1212bce87bd1 /src/mesa/main/texstate.c
parente3af5354a6090666a03586693865fd0d51d994d0 (diff)
removed temporary ARB_texture enum defs
Diffstat (limited to 'src/mesa/main/texstate.c')
-rw-r--r--src/mesa/main/texstate.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/mesa/main/texstate.c b/src/mesa/main/texstate.c
index 19e8984ad9..373cfdcce2 100644
--- a/src/mesa/main/texstate.c
+++ b/src/mesa/main/texstate.c
@@ -1,4 +1,4 @@
-/* $Id: texstate.c,v 1.64 2002/02/15 16:32:06 brianp Exp $ */
+/* $Id: texstate.c,v 1.65 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