diff options
author | Marek Olšák <[email protected]> | 2017-02-16 01:20:32 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2017-02-18 01:22:08 +0100 |
commit | 2fb021b6205a393d82d5f3c2e15af624d79742f4 (patch) | |
tree | 09744f1011fafa0674891ba867a2e02ef44eadcf /src/gallium/drivers/radeonsi/si_state.h | |
parent | dbd38f2a92633e565fe35c8d9c66f864d6ff4877 (diff) |
radeonsi: remove the fix_size3 workaround
not needed with the shader fallback
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 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/drivers/radeonsi/si_state.h b/src/gallium/drivers/radeonsi/si_state.h index cd44ed1b227..f572d2f745c 100644 --- a/src/gallium/drivers/radeonsi/si_state.h +++ b/src/gallium/drivers/radeonsi/si_state.h @@ -103,12 +103,7 @@ struct si_vertex_element /* Vertex buffer descriptor list size aligned for optimal prefetch. */ unsigned desc_list_byte_size; - /* Two bits per attribute indicating the size of each vector component - * in bytes if the size 3-workaround must be applied. - */ - uint32_t fix_size3; uint8_t fix_fetch[SI_MAX_ATTRIBS]; - uint32_t rsrc_word3[SI_MAX_ATTRIBS]; uint32_t format_size[SI_MAX_ATTRIBS]; struct pipe_vertex_element elements[SI_MAX_ATTRIBS]; |