[Piglit] [PATCH] arb_shader_image_load_store: Test format incompatible texture buffer

2018-07-17 Thread Danylo Piliaiev
Test for the regression which happened when GL_TEXTURE_BUFFER was allowed to have incompatible format. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106465 Signed-off-by: Danylo Piliaiev --- .../arb_shader_image_load_store/invalid.c | 54 +-- 1 file changed, 49 inse

Re: [Piglit] [PATCH] arb_shader_image_load_store: Test format incompatible texture buffer

2018-07-17 Thread Francisco Jerez
Danylo Piliaiev writes: > Test for the regression which happened when GL_TEXTURE_BUFFER was > allowed to have incompatible format. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106465 > > Signed-off-by: Danylo Piliaiev > --- > .../arb_shader_image_load_store/invalid.c | 54