summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_context.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-12-10 09:29:13 -0700
committerBrian Paul <brianp@vmware.com>2010-12-10 09:29:13 -0700
commita63486ac680acc0bfb895037aca130a457caa01a (patch)
tree399a63279019d8b424ca6d8f3a51348409eb380f /src/mesa/tnl/t_context.h
parent6a0d3b7696260f449a1d0c5222814568764e8110 (diff)
tnl: implement instanced drawing
Diffstat (limited to 'src/mesa/tnl/t_context.h')
-rw-r--r--src/mesa/tnl/t_context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/tnl/t_context.h b/src/mesa/tnl/t_context.h
index bc01646247..6a9444216c 100644
--- a/src/mesa/tnl/t_context.h
+++ b/src/mesa/tnl/t_context.h
@@ -527,6 +527,8 @@ typedef struct
GLubyte *block[VERT_ATTRIB_MAX];
GLuint nr_blocks;
+ GLuint CurInstance;
+
} TNLcontext;