Re: [Mesa-dev] [PATCH 3/4] anv/cmd_buffer: make descriptors dirty when emitting base state address

2018-07-02 Thread Iago Toral
On Sun, 2018-07-01 at 18:32 -0500, Jason Ekstrand wrote: > 1-3 are R-b me. Should we cc stable? Yes, I think these should go to stable. > On June 29, 2018 03:11:00 Iago Toral Quiroga > wrote: > > > Every time we emit a new state base address we will need to re-emit > > our > > binding tables,

Re: [Mesa-dev] [PATCH 3/4] anv/cmd_buffer: make descriptors dirty when emitting base state address

2018-07-01 Thread Jason Ekstrand
1-3 are R-b me. Should we cc stable? On June 29, 2018 03:11:00 Iago Toral Quiroga wrote: Every time we emit a new state base address we will need to re-emit our binding tables, since they might have been emitted with a different base state adress. --- src/intel/vulkan/genX_cmd_buffer.c | 5

[Mesa-dev] [PATCH 3/4] anv/cmd_buffer: make descriptors dirty when emitting base state address

2018-06-29 Thread Iago Toral Quiroga
Every time we emit a new state base address we will need to re-emit our binding tables, since they might have been emitted with a different base state adress. --- src/intel/vulkan/genX_cmd_buffer.c | 5 + 1 file changed, 5 insertions(+) diff --git a/src/intel/vulkan/genX_cmd_buffer.c