summaryrefslogtreecommitdiff
path: root/glsize.hpp
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-11-30 16:58:22 +0000
committerJosé Fonseca <jfonseca@vmware.com>2010-11-30 16:58:22 +0000
commit4a826ed267c580a0f5e803ff7f05710c9d135b70 (patch)
tree03e50e30a058463b9e0ddc876321af0e546eebb0 /glsize.hpp
parent2acb730f37171531df47d308929be6c545eaeea6 (diff)
Add brief comments.
Diffstat (limited to 'glsize.hpp')
-rw-r--r--glsize.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/glsize.hpp b/glsize.hpp
index ce20488..ead293b 100644
--- a/glsize.hpp
+++ b/glsize.hpp
@@ -26,6 +26,15 @@
*
**************************************************************************/
+/*
+ * Auxiliary functions to compute the size of array/blob arguments, depending.
+ *
+ * Some of these functions were semi-automatically generated with
+ * apigen/glsize.py script from Mesa's XML description of the GL enums.
+ *
+ * Other functions were done by hand.
+ */
+
#ifndef _GL_HELPERS_HPP_
#define _GL_HELPERS_HPP_