diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2011-04-04 22:30:29 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2011-04-04 22:30:29 +0100 |
commit | 8dc99b305a514dcd42c4260698e685a66dc95518 (patch) | |
tree | dae44280e1f86b13c11b6fdd76f4ffcaade266db /src/intel.h | |
parent | 5982ed4da12a964351029c6f786348a11e33dc81 (diff) |
i965: Reset vertex_id after every batch
So that we always remember to re-emit the initial vertex elements state.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/intel.h')
-rw-r--r-- | src/intel.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/intel.h b/src/intel.h index e75dc9de..8984c570 100644 --- a/src/intel.h +++ b/src/intel.h @@ -385,8 +385,6 @@ typedef struct intel_screen_private { struct { int num_sf_outputs; - int vertex_size; - int vertex_type; int drawrect; uint32_t blend; uint32_t samplers; |