diff options
author | Keith Whitwell <[email protected]> | 2009-11-06 09:35:25 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-11-06 09:38:14 +0000 |
commit | b216f1aa474196661aacbaf29604659172d1a74e (patch) | |
tree | 05f87edfb2285054cbc212acf2f2f7541c822ced /src/gallium/drivers/i965/brw_context.h | |
parent | 5a24c66915a555d72a6377e073a732ab9d6be461 (diff) |
i965g: use curr.vertex_element state directly
Diffstat (limited to 'src/gallium/drivers/i965/brw_context.h')
-rw-r--r-- | src/gallium/drivers/i965/brw_context.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/drivers/i965/brw_context.h b/src/gallium/drivers/i965/brw_context.h index 67fad0d9a57..34799d52114 100644 --- a/src/gallium/drivers/i965/brw_context.h +++ b/src/gallium/drivers/i965/brw_context.h @@ -572,12 +572,7 @@ struct brw_context struct brw_winsys_buffer *bo; } vb[PIPE_MAX_ATTRIBS]; - struct { - int dummy; - } ve[PIPE_MAX_ATTRIBS]; - unsigned nr_vb; /* currently the same as curr.num_vertex_buffers */ - unsigned nr_ve; /* currently the same as curr.num_vertex_elements */ } vb; struct { |