summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_exec.c')
-rw-r--r--src/mesa/drivers/dri/i965/brw_exec.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_exec.c b/src/mesa/drivers/dri/i965/brw_exec.c
index 1be858f11b..fc06c3c361 100644
--- a/src/mesa/drivers/dri/i965/brw_exec.c
+++ b/src/mesa/drivers/dri/i965/brw_exec.c
@@ -63,7 +63,6 @@ void brw_exec_init( GLcontext *ctx )
ctx->Driver.FlushVertices = brw_exec_FlushVertices;
exec->eval.recalculate_maps = 1;
- exec->array.recalculate_inputs = 1;
}
@@ -102,9 +101,6 @@ void brw_exec_invalidate_state( GLcontext *ctx, GLuint new_state )
if (new_state & (_NEW_PROGRAM|_NEW_EVAL))
exec->eval.recalculate_maps = 1;
- if (new_state & (_NEW_PROGRAM|_NEW_ARRAY))
- exec->array.recalculate_inputs = 1;
-
_ae_invalidate_state(ctx, new_state);
}