summaryrefslogtreecommitdiff
path: root/src/mesa/main/glheader.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-03-23 01:49:58 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-03-23 01:49:58 +0000
commit819505ad2a77679bbb71a60a9aae8b2d6ddffa06 (patch)
tree0f47eb7307bacfb39b327b33c7ce4ce789bee95c /src/mesa/main/glheader.h
parent8334c89e70cbbd57092e3e11b9c894138b3a7953 (diff)
removed temporary GL_ARB_texture_mirrored_repeat enums
Diffstat (limited to 'src/mesa/main/glheader.h')
-rw-r--r--src/mesa/main/glheader.h14
1 files changed, 3 insertions, 11 deletions
diff --git a/src/mesa/main/glheader.h b/src/mesa/main/glheader.h
index e530cb62a0..9f9f3edea9 100644
--- a/src/mesa/main/glheader.h
+++ b/src/mesa/main/glheader.h
@@ -1,10 +1,10 @@
-/* $Id: glheader.h,v 1.24 2001/12/20 18:59:39 kschultz Exp $ */
+/* $Id: glheader.h,v 1.25 2002/03/23 01:49:58 brianp Exp $ */
/*
* Mesa 3-D graphics library
- * Version: 3.5
+ * 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"),
@@ -261,12 +261,4 @@ typedef struct tagPIXELFORMATDESCRIPTOR PIXELFORMATDESCRIPTOR, *PPIXELFORMATDESC
typedef union { GLfloat f; GLint i; } fi_type;
-#ifndef GL_MIRRORED_REPEAT_ARB
-#define GL_MIRRORED_REPEAT_ARB 0x8370
-#endif
-#ifndef GL_ARB_texture_mirrored_repeat
-#define GL_ARB_texture_mirrored_repeat 1
-#endif
-
-
#endif /* GLHEADER_H */