Re: [Mesa-dev] [PATCH] glsl: add image_format check in cross_validate_globals()

2016-01-11 Thread Tapani Pälli
Reviewed-by: Tapani Pälli On 01/05/2016 03:32 PM, Samuel Iglesias Gonsálvez wrote: Fixes CTS test: ES31-CTS.shader_image_load_store.negative-linkErrors Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=93410 Signed-off-by: Samuel Iglesias Gonsálvez --- src/glsl/linker.cpp | 6 ++

Re: [Mesa-dev] [PATCH] glsl: add image_format check in cross_validate_globals()

2016-01-05 Thread Lofstedt, Marta
Thanks Samuel, I confirm that your patch fixes the testcase for both BDW and SKL. /Marta From: Samuel Iglesias Gonsálvez [sigles...@igalia.com] Sent: Tuesday, January 05, 2016 2:32 PM To: mesa-dev@lists.freedesktop.org Cc: Lofstedt, Marta; Samuel Iglesias

[Mesa-dev] [PATCH] glsl: add image_format check in cross_validate_globals()

2016-01-05 Thread Samuel Iglesias Gonsálvez
Fixes CTS test: ES31-CTS.shader_image_load_store.negative-linkErrors Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=93410 Signed-off-by: Samuel Iglesias Gonsálvez --- src/glsl/linker.cpp | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp