diff options
author | Keith Whitwell <[email protected]> | 2009-12-21 16:57:37 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-12-21 16:57:37 +0000 |
commit | 061411b2611634960f0ba36e42916c67918bb53d (patch) | |
tree | 456176c5be87b1d3352231b9c8c6d9839e8339c8 /src/gallium/drivers/i965/brw_state_debug.c | |
parent | 1ec7e058f50882b27c0a2abd961bd49848386ff7 (diff) |
i965g: hook vertex state emit up to PIPE_NEW_VERTEX_BUFFER
Diffstat (limited to 'src/gallium/drivers/i965/brw_state_debug.c')
-rw-r--r-- | src/gallium/drivers/i965/brw_state_debug.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/i965/brw_state_debug.c b/src/gallium/drivers/i965/brw_state_debug.c index 050f74761cf..049c278c93e 100644 --- a/src/gallium/drivers/i965/brw_state_debug.c +++ b/src/gallium/drivers/i965/brw_state_debug.c @@ -80,7 +80,6 @@ static struct dirty_bit_map brw_bits[] = { DEFINE_BIT(BRW_NEW_WM_SURFACES), DEFINE_BIT(BRW_NEW_xxx), DEFINE_BIT(BRW_NEW_INDICES), - DEFINE_BIT(BRW_NEW_VERTICES), {0, 0, 0} }; |