Re: [Mesa-dev] [PATCH 08/10] spirv: Add support for VK_EXT_descriptor_indexing uniform indexing caps.

2018-04-13 Thread Bas Nieuwenhuizen
On Fri, Apr 13, 2018 at 8:06 PM, Samuel Pitoiset wrote: > > > On 04/12/2018 01:44 AM, Bas Nieuwenhuizen wrote: >> >> --- >> src/compiler/shader_info.h| 1 + >> src/compiler/spirv/spirv_to_nir.c | 6 ++ >> 2 files changed, 7 insertions(+) >> >> diff --git a/src/compiler/shader_info.

Re: [Mesa-dev] [PATCH 08/10] spirv: Add support for VK_EXT_descriptor_indexing uniform indexing caps.

2018-04-13 Thread Samuel Pitoiset
On 04/12/2018 01:44 AM, Bas Nieuwenhuizen wrote: --- src/compiler/shader_info.h| 1 + src/compiler/spirv/spirv_to_nir.c | 6 ++ 2 files changed, 7 insertions(+) diff --git a/src/compiler/shader_info.h b/src/compiler/shader_info.h index ababe520b2d..c8128fea01b 100644 --- a/src/