summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_context.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2006-09-25 09:14:26 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2006-09-25 09:14:26 +0000
commitcbdd7e1094e55b4c3c8737141845e749e442471f (patch)
treec7e782a2465494150c1a4e6c432da946fc2d0a7b /src/mesa/tnl/t_context.h
parentf1945796ed5a2d15a8c3694019e6e5e1ab58db3e (diff)
bring in active_sz mechanism from i965 driver. Fixes bug 8410
Diffstat (limited to 'src/mesa/tnl/t_context.h')
-rw-r--r--src/mesa/tnl/t_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/tnl/t_context.h b/src/mesa/tnl/t_context.h
index 97ad79c58f..d5414bd730 100644
--- a/src/mesa/tnl/t_context.h
+++ b/src/mesa/tnl/t_context.h
@@ -248,6 +248,7 @@ struct _tnl_dynfn_generators {
struct tnl_vtx {
GLfloat buffer[VERT_BUFFER_SIZE];
GLubyte attrsz[_TNL_ATTRIB_MAX];
+ GLubyte active_sz[_TNL_ATTRIB_MAX];
GLuint vertex_size;
struct tnl_prim prim[TNL_MAX_PRIM];
GLuint prim_count;