Mesa (master): gl.h: reorder some #defines

Brian Paul brianp at kemper.freedesktop.org
Sat Mar 19 21:50:27 UTC 2011


Module: Mesa
Branch: master
Commit: 912c4ec6dfda03d06b6edc59cf62f1a61f22ee29
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=912c4ec6dfda03d06b6edc59cf62f1a61f22ee29

Author: Brian Paul <brianp at vmware.com>
Date:   Sat Mar 19 14:17:41 2011 -0600

gl.h: reorder some #defines

---

 include/GL/gl.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/GL/gl.h b/include/GL/gl.h
index 8e5f138..bca550f 100644
--- a/include/GL/gl.h
+++ b/include/GL/gl.h
@@ -655,6 +655,8 @@ typedef double		GLclampd;	/* double precision float in [0,1] */
 #define GL_TEXTURE_ENV_COLOR			0x2201
 #define GL_TEXTURE_GEN_S			0x0C60
 #define GL_TEXTURE_GEN_T			0x0C61
+#define GL_TEXTURE_GEN_R			0x0C62
+#define GL_TEXTURE_GEN_Q			0x0C63
 #define GL_TEXTURE_GEN_MODE			0x2500
 #define GL_TEXTURE_BORDER_COLOR			0x1004
 #define GL_TEXTURE_WIDTH			0x1000
@@ -685,8 +687,6 @@ typedef double		GLclampd;	/* double precision float in [0,1] */
 #define GL_T					0x2001
 #define GL_R					0x2002
 #define GL_Q					0x2003
-#define GL_TEXTURE_GEN_R			0x0C62
-#define GL_TEXTURE_GEN_Q			0x0C63
 
 /* Utility */
 #define GL_VENDOR				0x1F00




More information about the mesa-commit mailing list