summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965/brw_context.h
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-11-06 09:35:25 +0000
committerKeith Whitwell <keithw@vmware.com>2009-11-06 09:38:14 +0000
commitb216f1aa474196661aacbaf29604659172d1a74e (patch)
tree05f87edfb2285054cbc212acf2f2f7541c822ced /src/gallium/drivers/i965/brw_context.h
parent5a24c66915a555d72a6377e073a732ab9d6be461 (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.h5
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 67fad0d9a5..34799d5211 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 {