Re: [Mesa-dev] [PATCH 3/3] radv: do not load unused gl_LocalInvocationID/gl_WorkGroupID components

2017-12-14 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen for the series. On Thu, Dec 14, 2017 at 4:48 PM, Samuel Pitoiset wrote: > We should also not load the input SGPRs and VGPRS, but > let's start with this for now. > > Signed-off-by: Samuel Pitoiset

[Mesa-dev] [PATCH 3/3] radv: do not load unused gl_LocalInvocationID/gl_WorkGroupID components

2017-12-14 Thread Samuel Pitoiset
We should also not load the input SGPRs and VGPRS, but let's start with this for now. Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/radv_shader.c | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/amd/vulkan/radv_shader.c