Re: [Mesa-dev] [PATCH 1/2] nir/gather_info: recognize load_patch_vertices_in as a system value

2017-11-21 Thread Marek Olšák
This patch: Reviewed-by: Marek Olšák Marek On Thu, Nov 16, 2017 at 8:53 AM, Iago Toral Quiroga wrote: > This intrinsic is produced to load SYSTEM_VALUE_VERTICES_IN, which is > generated to load gl_PatchVerticesIn in the SPIR-V path for both > Vulkan and

Re: [Mesa-dev] [PATCH 1/2] nir/gather_info: recognize load_patch_vertices_in as a system value

2017-11-21 Thread Iago Toral
Anyone willing to review these 2 patches? They are needed to pass some of the OpenGL CTS tests. Iago On Thu, 2017-11-16 at 08:53 +0100, Iago Toral Quiroga wrote: > This intrinsic is produced to load SYSTEM_VALUE_VERTICES_IN, which is > generated to load gl_PatchVerticesIn in the SPIR-V path for

[Mesa-dev] [PATCH 1/2] nir/gather_info: recognize load_patch_vertices_in as a system value

2017-11-15 Thread Iago Toral Quiroga
This intrinsic is produced to load SYSTEM_VALUE_VERTICES_IN, which is generated to load gl_PatchVerticesIn in the SPIR-V path for both Vulkan and OpenGL. --- src/compiler/nir/nir_gather_info.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compiler/nir/nir_gather_info.c