summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2009-10-16 14:36:26 -0700
committerIan Romanick <ian.d.romanick@intel.com>2009-10-16 14:36:26 -0700
commit550290976be47b82fba281874c18b0b604037601 (patch)
tree513c95a763216e9eb550c409dfd67e559cdddb26
parenta335d334d45701a42c283257fa44f2f7148e186d (diff)
Add GLbitfield64 type
-rw-r--r--src/mesa/main/mtypes.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 052fbaaaea..4b3526656f 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -79,6 +79,12 @@
/**
+ * 64-bit extension of GLbitfield.
+ */
+typedef GLuint64 GLbitfield64;
+
+
+/**
* \name Some forward type declarations
*/
/*@{*/