diff options
author | Brian Paul <[email protected]> | 2001-04-19 22:40:45 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-04-19 22:40:45 +0000 |
commit | e3a7cc1f9e32c27248d11c88700004835dc7d870 (patch) | |
tree | c83ac17b01d47e8141dffe79f6458477b98aca05 | |
parent | 5ff4075a6961b26042dc2d7f4adcf333439823f4 (diff) |
removed glext.h hacks
-rw-r--r-- | src/mesa/swrast/s_texture.c | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/src/mesa/swrast/s_texture.c b/src/mesa/swrast/s_texture.c index 04eb0117fc8..218d47a8a29 100644 --- a/src/mesa/swrast/s_texture.c +++ b/src/mesa/swrast/s_texture.c @@ -1,4 +1,4 @@ -/* $Id: s_texture.c,v 1.25 2001/04/17 22:08:28 brianp Exp $ */ +/* $Id: s_texture.c,v 1.26 2001/04/19 22:40:45 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -39,24 +39,6 @@ #include "s_texture.h" -/* XXX this is temporary, until GL/glext.h is updated. */ -#ifndef GL_DOT3_RGB_ARB -#define GL_DOT3_RGB_ARB 0x86AE -#endif -#ifndef GL_DOT3_RGBA_ARB -#define GL_DOT3_RGBA_ARB 0x86AF -#endif - -/* XXX this is temporary, until GL/glext.h is updated. */ -#ifndef GL_CLAMP_TO_BORDER_ARB -#define GL_CLAMP_TO_BORDER_ARB 0x812D -#endif - -#ifndef GL_SUBTRACT_ARB -#define GL_SUBTRACT_ARB 0x84E7 -#endif - - /* * These values are used in the fixed-point arithmetic used * for linear filtering. |