summaryrefslogtreecommitdiff
path: root/include/GL/gl.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2001-04-24 16:12:48 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2001-04-24 16:12:48 +0000
commitdf4fd765d5244cc09f18f6b0371909e7bf13be87 (patch)
tree8148c099dfe487d0fbc7ed51f13dcfcd388a5827 /include/GL/gl.h
parent8753bd89002c31f4cc747cceafbb12368424b8f3 (diff)
reordered a few blend enums
Diffstat (limited to 'include/GL/gl.h')
-rw-r--r--include/GL/gl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/GL/gl.h b/include/GL/gl.h
index 888d13d403..6b6fcf4295 100644
--- a/include/GL/gl.h
+++ b/include/GL/gl.h
@@ -1,4 +1,4 @@
-/* $Id: gl.h,v 1.54 2001/03/26 20:02:38 brianp Exp $ */
+/* $Id: gl.h,v 1.55 2001/04/24 16:12:48 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -325,12 +325,12 @@ typedef double GLclampd; /* double precision float in [0,1] */
#define GL_ONE 0x1
#define GL_SRC_COLOR 0x0300
#define GL_ONE_MINUS_SRC_COLOR 0x0301
-#define GL_DST_COLOR 0x0306
-#define GL_ONE_MINUS_DST_COLOR 0x0307
#define GL_SRC_ALPHA 0x0302
#define GL_ONE_MINUS_SRC_ALPHA 0x0303
#define GL_DST_ALPHA 0x0304
#define GL_ONE_MINUS_DST_ALPHA 0x0305
+#define GL_DST_COLOR 0x0306
+#define GL_ONE_MINUS_DST_COLOR 0x0307
#define GL_SRC_ALPHA_SATURATE 0x0308
#define GL_CONSTANT_COLOR 0x8001
#define GL_ONE_MINUS_CONSTANT_COLOR 0x8002