Re: [Mesa-dev] [PATCH 1/6] anv/cmd_buffer: Move state base address re-emit into ExecuteCommands

2016-10-17 Thread Anuj Phogat
On Mon, Oct 17, 2016 at 10:35 AM, Jason Ekstrand wrote: > This has two primary advantages. First, it means that the batch_chain code > knows less about the actual command buffer contents which is good because > improves separation. Second, it means that it only gets

[Mesa-dev] [PATCH 1/6] anv/cmd_buffer: Move state base address re-emit into ExecuteCommands

2016-10-17 Thread Jason Ekstrand
This has two primary advantages. First, it means that the batch_chain code knows less about the actual command buffer contents which is good because improves separation. Second, it means that it only gets re-emitted once after all of the secondaries instead of once after each secondary which is