diff options
author | Keith Whitwell <[email protected]> | 2006-09-25 09:14:26 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2006-09-25 09:14:26 +0000 |
commit | cbdd7e1094e55b4c3c8737141845e749e442471f (patch) | |
tree | c7e782a2465494150c1a4e6c432da946fc2d0a7b /src/mesa/tnl/t_context.h | |
parent | f1945796ed5a2d15a8c3694019e6e5e1ab58db3e (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/tnl/t_context.h b/src/mesa/tnl/t_context.h index 97ad79c58fd..d5414bd730d 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; |