Re: [Mesa-dev] [PATCH 1/4] anv: Re-emit vertex buffers when the pipeline changes

2018-09-07 Thread Kenneth Graunke
On Tuesday, August 21, 2018 6:57:48 PM PDT Jason Ekstrand wrote: > Some of the bits of VERTEX_BUFFER_STATE such as access type, instance > data step rate, and pitch come from the pipeline. > > Cc: mesa-sta...@lists.freedesktop.org > --- > src/intel/vulkan/genX_cmd_buffer.c | 2 ++ > 1 file change

[Mesa-dev] [PATCH 1/4] anv: Re-emit vertex buffers when the pipeline changes

2018-08-21 Thread Jason Ekstrand
Some of the bits of VERTEX_BUFFER_STATE such as access type, instance data step rate, and pitch come from the pipeline. Cc: mesa-sta...@lists.freedesktop.org --- src/intel/vulkan/genX_cmd_buffer.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/intel/vulkan/genX_cmd_buffer.c b/src/inte