projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02991e2
)
iris: Delete genx->bound_vertex_buffers
author
Kenneth Graunke
<kenneth@whitecape.org>
Sun, 6 Jan 2019 23:56:26 +0000
(15:56 -0800)
committer
Kenneth Graunke
<kenneth@whitecape.org>
Thu, 21 Feb 2019 18:26:11 +0000
(10:26 -0800)
This is actually stored in ice->state, as it isn't gen-specific
src/gallium/drivers/iris/iris_state.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/iris/iris_state.c
b/src/gallium/drivers/iris/iris_state.c
index f8ef3f82e791e627c76caa9eacdc94f8147c748f..74a84e5065ced4e161bdeb02065754824feaa378 100644
(file)
--- a/
src/gallium/drivers/iris/iris_state.c
+++ b/
src/gallium/drivers/iris/iris_state.c
@@
-786,9
+786,6
@@
struct iris_depth_buffer_state {
struct iris_genx_state {
struct iris_vertex_buffer_state vertex_buffers[33];
- /** The number of bound vertex buffers. */
- uint64_t bound_vertex_buffers;
-
struct iris_depth_buffer_state depth_buffer;
uint32_t so_buffers[4 * GENX(3DSTATE_SO_BUFFER_length)];