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

2018-07-23 Thread Danylo Piliaiev
On 20.07.18 23:19, Francisco Jerez wrote: Danylo Piliaiev writes: On 20.07.18 17:04, Danylo Piliaiev wrote: On 20.07.18 02:26, Francisco Jerez wrote: Danylo Piliaiev writes: Test for the regression which happened when GL_TEXTURE_BUFFER was allowed to have incompatible format. v2:

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

2018-07-20 Thread Francisco Jerez
Danylo Piliaiev writes: > On 20.07.18 17:04, Danylo Piliaiev wrote: >> >> >> On 20.07.18 02:26, Francisco Jerez wrote: >>> Danylo Piliaiev writes: >>> Test for the regression which happened when GL_TEXTURE_BUFFER was allowed to have incompatible format. v2: Removed

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

2018-07-20 Thread Danylo Piliaiev
On 20.07.18 17:04, Danylo Piliaiev wrote: On 20.07.18 02:26, Francisco Jerez wrote: Danylo Piliaiev writes: Test for the regression which happened when GL_TEXTURE_BUFFER was allowed to have incompatible format. v2: Removed unnecessary code duplication - use upload_image instead   of

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

2018-07-20 Thread Danylo Piliaiev
On 20.07.18 02:26, Francisco Jerez wrote: Danylo Piliaiev writes: Test for the regression which happened when GL_TEXTURE_BUFFER was allowed to have incompatible format. v2: Removed unnecessary code duplication - use upload_image instead of init_level. (Francisco Jerez) Bugzilla:

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

2018-07-19 Thread Francisco Jerez
Danylo Piliaiev writes: > Test for the regression which happened when GL_TEXTURE_BUFFER was > allowed to have incompatible format. > > v2: Removed unnecessary code duplication - use upload_image instead > of init_level. (Francisco Jerez) > > Bugzilla:

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

2018-07-19 Thread Danylo Piliaiev
Test for the regression which happened when GL_TEXTURE_BUFFER was allowed to have incompatible format. v2: Removed unnecessary code duplication - use upload_image instead of init_level. (Francisco Jerez) Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106465 Signed-off-by: Danylo