[Piglit] [PATCH] arb_shader_image_load_store: test duplicate format qualifier more thoroughly

2016-01-19 Thread Timothy Arceri
From the ARB_shader_image_load_store spec: "Only one format qualifier may be specified for any image variable declaration." --- .../gen_shader_image_load_store_tests.py | 15 +++ ...aration-format-qualifier-duplicate-420pack.frag | 28 +

Re: [Piglit] [PATCH] arb_shader_image_load_store: test duplicate format qualifier more thoroughly

2016-01-19 Thread Timothy Arceri
On Tue, 2016-01-19 at 18:08 -0800, Francisco Jerez wrote: > Timothy Arceri writes: > > > From the ARB_shader_image_load_store spec: > > > >"Only one format qualifier may be specified for any image > > variable > > declaration." > > --- > >

Re: [Piglit] [PATCH] arb_shader_image_load_store: test duplicate format qualifier more thoroughly

2016-01-19 Thread Francisco Jerez
Timothy Arceri writes: > On Tue, 2016-01-19 at 18:08 -0800, Francisco Jerez wrote: >> Timothy Arceri writes: >> >> > From the ARB_shader_image_load_store spec: >> > >> >"Only one format qualifier may be specified for any image >>

Re: [Piglit] [PATCH] arb_shader_image_load_store: test duplicate format qualifier more thoroughly

2016-01-19 Thread Francisco Jerez
Timothy Arceri writes: > From the ARB_shader_image_load_store spec: > >"Only one format qualifier may be specified for any image variable > declaration." > --- > .../gen_shader_image_load_store_tests.py | 15 +++ >

Re: [Piglit] [PATCH] arb_shader_image_load_store: test duplicate format qualifier more thoroughly

2016-01-19 Thread Timothy Arceri
On Wed, 2016-01-20 at 13:27 +1100, Timothy Arceri wrote: > On Tue, 2016-01-19 at 18:08 -0800, Francisco Jerez wrote: > > Timothy Arceri writes: > > > > > From the ARB_shader_image_load_store spec: > > > > > >"Only one format qualifier may be specified for any

[Piglit] [PATCH] arb_shader_image_load_store: test duplicate format qualifier more thoroughly

2016-01-19 Thread Timothy Arceri
From the ARB_shader_image_load_store spec: "Only one format qualifier may be specified for any image variable declaration." ARB_enhanced_layouts Allows duplicates within a single layout qualifier e.g. layout(location = 0, location = 1) out vec4 a; ARB_shading_language_420pack

Re: [Piglit] [PATCH] arb_shader_image_load_store: test duplicate format qualifier more thoroughly

2016-01-19 Thread Francisco Jerez
Timothy Arceri writes: > From the ARB_shader_image_load_store spec: > >"Only one format qualifier may be specified for any image variable > declaration." > > ARB_enhanced_layouts > > Allows duplicates within a single layout qualifier e.g. > >