summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/ilo/ilo_state.h
diff options
context:
space:
mode:
authorChia-I Wu <[email protected]>2015-06-19 15:10:02 +0800
committerChia-I Wu <[email protected]>2015-06-20 11:18:07 +0800
commit9904e647cca0a15c80557ed7bcc6893faf147436 (patch)
tree47b34b667def6d1ded51352151e8c1bd1c0d37e8 /src/gallium/drivers/ilo/ilo_state.h
parentda4878cb807f46e6053731a177c3c75497aaf4fb (diff)
ilo: add ilo_state_index_buffer
It serves the same purpose as ilo_state_vertex_buffer does.
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_state.h')
-rw-r--r--src/gallium/drivers/ilo/ilo_state.h1
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 2b3147fc355..d990269171b 100644
--- a/src/gallium/drivers/ilo/ilo_state.h
+++ b/src/gallium/drivers/ilo/ilo_state.h
@@ -167,6 +167,7 @@ struct ilo_ib_state {
/* these are not valid until the state is finalized */
struct pipe_resource *hw_resource;
unsigned hw_index_size;
+ struct ilo_state_index_buffer ib;
/* an offset to be added to pipe_draw_info::start */
int64_t draw_start_offset;
};