ilo: add 3DSTATE_VF to ilo_state_vf

Graphics / Mesa 3D Graphics Library / Mesa - Chia-I Wu [gmail.com] - 19 June 2015 22:14 UTC

3DSTATE_VF specifies cut index enable and cut index. Cut index enable is specified in 3DSTATE_INDEX_BUFFER instead prior to Gen7.5. Both commands are added.

e8d297b ilo: add 3DSTATE_VF to ilo_state_vf
src/gallium/drivers/ilo/core/ilo_builder_3d_top.h | 49 +++++----
src/gallium/drivers/ilo/core/ilo_state_vf.c | 109 ++++++++++++++++++++-
src/gallium/drivers/ilo/core/ilo_state_vf.h | 13 ++-
src/gallium/drivers/ilo/genhw/gen_render_3d.xml.h | 12 +--
src/gallium/drivers/ilo/ilo_render.c | 4 -
src/gallium/drivers/ilo/ilo_render_gen.h | 2 -
src/gallium/drivers/ilo/ilo_render_gen6.c | 24 ++---
src/gallium/drivers/ilo/ilo_render_gen8.c | 11 +--
src/gallium/drivers/ilo/ilo_state.c | 32 +++++-
9 files changed, 190 insertions(+), 66 deletions(-)

Upstream: cgit.freedesktop.org


  • Share