summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-12-04 10:20:12 -0800
committerKeith Packard <keithp@keithp.com>2013-12-05 11:09:00 -0800
commit7adf6d08b7d9fe1304f8c37f5a9152df97a6344d (patch)
tree6f97a757095b971de963ec7f82ade76625b2a0c5
parentaacc7a51b6161c765b04524e0d2ab31e5e586834 (diff)
downloadxorg-proto-glproto-7adf6d08b7d9fe1304f8c37f5a9152df97a6344d.tar.gz
Add defines for float renderType bits
These were added to mesa's glxext.h, but not duplicated here. Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
-rw-r--r--glxtokens.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/glxtokens.h b/glxtokens.h
index 5e6bbea..a95082e 100644
--- a/glxtokens.h
+++ b/glxtokens.h
@@ -107,6 +107,8 @@ extern "C" {
/* GLX_RENDER_TYPE bits */
#define GLX_RGBA_BIT 0x00000001
#define GLX_COLOR_INDEX_BIT 0x00000002
+#define GLX_RGBA_FLOAT_BIT_ARB 0x00000004
+#define GLX_RGBA_UNSIGNED_FLOAT_BIT_EXT 0x00000008
/* GLX_DRAWABLE_TYPE bits */
#define GLX_WINDOW_BIT 0x00000001