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

2018-07-19 Thread Danylo Piliaiev
On 18.07.18 22:08, Francisco Jerez wrote: Danylo Piliaiev writes: On 18.07.18 00:01, Francisco Jerez wrote: Danylo Piliaiev writes: Test for the regression which happened when GL_TEXTURE_BUFFER was allowed to have incompatible format. Bugzilla:

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

2018-07-18 Thread Francisco Jerez
Danylo Piliaiev writes: > On 18.07.18 00:01, Francisco Jerez wrote: >> 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 >>> >>>

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

2018-07-18 Thread Danylo Piliaiev
On 18.07.18 00:01, Francisco Jerez wrote: 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 ---

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

[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