summaryrefslogtreecommitdiff
path: root/src/mesa/main/dd.h
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2009-08-28 15:37:25 -0700
committerIan Romanick <ian.d.romanick@intel.com>2009-09-03 11:22:45 -0700
commit10067e464132e6d484c34dd277da5eb5e21cf491 (patch)
tree609023f3e2ec2c049626333631f624e15e811f55 /src/mesa/main/dd.h
parentd75a99edd6386ab26d69a3f0cbbed4c79fe5fad4 (diff)
ARB sync: Add infrastructure for glGetInteger64v
Diffstat (limited to 'src/mesa/main/dd.h')
-rw-r--r--src/mesa/main/dd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h
index 4400e166c6..3a59872b5a 100644
--- a/src/mesa/main/dd.h
+++ b/src/mesa/main/dd.h
@@ -766,6 +766,8 @@ struct dd_function_table {
/** Return the value or values of a selected parameter */
GLboolean (*GetIntegerv)(GLcontext *ctx, GLenum pname, GLint *result);
/** Return the value or values of a selected parameter */
+ GLboolean (*GetInteger64v)(GLcontext *ctx, GLenum pname, GLint64 *result);
+ /** Return the value or values of a selected parameter */
GLboolean (*GetPointerv)(GLcontext *ctx, GLenum pname, GLvoid **result);
/*@}*/