Re: [Piglit] [PATCH] arb_fragment_shader_interlock: fix MinGW build

2017-04-27 Thread Lionel Landwerlin
Reviewed-by: Lionel Landwerlin On 27/04/17 19:25, Brian Paul wrote: uint isn't a standard type. GLuint would be another possibility. Untested. --- .../arb_fragment_shader_interlock/image-load-store.c | 16 1 file changed, 8 insertions(+),

[Piglit] [PATCH] arb_fragment_shader_interlock: fix MinGW build

2017-04-27 Thread Brian Paul
uint isn't a standard type. GLuint would be another possibility. Untested. --- .../arb_fragment_shader_interlock/image-load-store.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/spec/arb_fragment_shader_interlock/image-load-store.c