diff options
author | Chia-I Wu <[email protected]> | 2015-06-19 15:06:50 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2015-06-20 11:14:14 +0800 |
commit | da4878cb807f46e6053731a177c3c75497aaf4fb (patch) | |
tree | 7c8feeb6cd1efb15b3a5acd97d2791b0aeb74c81 /src/gallium/drivers/ilo/ilo_state.h | |
parent | 4555211028394673f8ad68f3de9c12e9a1f93160 (diff) |
ilo: add ilo_state_vertex_buffer
Being a parameter-like state, we may want to get rid of
ilo_state_vertex_buffer_info or ilo_state_vertex_buffer eventually. But we
want them now as they are how we do cross-validation right now.
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_state.h')
-rw-r--r-- | src/gallium/drivers/ilo/ilo_state.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/ilo/ilo_state.h b/src/gallium/drivers/ilo/ilo_state.h index 66c671a01e5..2b3147fc355 100644 --- a/src/gallium/drivers/ilo/ilo_state.h +++ b/src/gallium/drivers/ilo/ilo_state.h @@ -157,6 +157,7 @@ struct ilo_ve_state { struct ilo_vb_state { struct pipe_vertex_buffer states[PIPE_MAX_ATTRIBS]; + struct ilo_state_vertex_buffer vb[PIPE_MAX_ATTRIBS]; uint32_t enabled_mask; }; |