diff options
author | Marek Olšák <[email protected]> | 2017-01-17 22:03:23 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2017-01-18 19:51:31 +0100 |
commit | c67a2793b369637c2b65263415a856c41f5e099e (patch) | |
tree | dfa0a0e36e3e20d6339b5b926fbd760953128b79 /src/gallium/drivers/radeonsi/si_state.h | |
parent | 1db2bf8d2b1554225132c7b350b0aabb01022e20 (diff) |
radeonsi: determine in advance which VBOs should be added to the buffer list
v2: now it should be correct
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_state.h')
-rw-r--r-- | src/gallium/drivers/radeonsi/si_state.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeonsi/si_state.h b/src/gallium/drivers/radeonsi/si_state.h index 34a0f578492..03e5011779b 100644 --- a/src/gallium/drivers/radeonsi/si_state.h +++ b/src/gallium/drivers/radeonsi/si_state.h @@ -99,6 +99,7 @@ struct si_stencil_ref { struct si_vertex_element { unsigned count; + unsigned first_vb_use_mask; /* Two bits per attribute indicating the size of each vector component * in bytes if the size 3-workaround must be applied. |