Re: [Mesa-dev] [PATCH 3/3] radv: emit shader descriptor pointers consecutively

2018-05-28 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen for the series. On Fri, May 25, 2018 at 2:59 PM, Samuel Pitoiset wrote: > This reduces the number of SET_SH_REG packets which are emitted > for applications that use more than one descriptor set per stage. > > We should be able to emit more SET_SH_REG packets cons

[Mesa-dev] [PATCH 3/3] radv: emit shader descriptor pointers consecutively

2018-05-25 Thread Samuel Pitoiset
This reduces the number of SET_SH_REG packets which are emitted for applications that use more than one descriptor set per stage. We should be able to emit more SET_SH_REG packets consecutively (like push constants and vertex buffers for the vertex stage), but this will be improved later. Signed-