Re: [Mesa-dev] [PATCH v2 13/31] glsl: allow image qualifiers inside structures

2017-04-26 Thread Samuel Pitoiset
On 04/26/2017 09:30 AM, Nicolai Hähnle wrote: On 24.04.2017 12:35, Samuel Pitoiset wrote: The GL_ARB_bindless_texture allows to declare images inside structures which means that qualifiers like writeonly should be allowed. I have a got a confirmation from Jeff Bolz (one author of the spec), b

Re: [Mesa-dev] [PATCH v2 13/31] glsl: allow image qualifiers inside structures

2017-04-26 Thread Samuel Pitoiset
On 04/26/2017 09:30 AM, Nicolai Hähnle wrote: On 24.04.2017 12:35, Samuel Pitoiset wrote: The GL_ARB_bindless_texture allows to declare images inside structures which means that qualifiers like writeonly should be allowed. I have a got a confirmation from Jeff Bolz (one author of the spec), b

Re: [Mesa-dev] [PATCH v2 13/31] glsl: allow image qualifiers inside structures

2017-04-26 Thread Nicolai Hähnle
On 24.04.2017 12:35, Samuel Pitoiset wrote: The GL_ARB_bindless_texture allows to declare images inside structures which means that qualifiers like writeonly should be allowed. I have a got a confirmation from Jeff Bolz (one author of the spec), because the spec doesn't clearly explain this. I

[Mesa-dev] [PATCH v2 13/31] glsl: allow image qualifiers inside structures

2017-04-24 Thread Samuel Pitoiset
The GL_ARB_bindless_texture allows to declare images inside structures which means that qualifiers like writeonly should be allowed. I have a got a confirmation from Jeff Bolz (one author of the spec), because the spec doesn't clearly explain this. Signed-off-by: Samuel Pitoiset Reviewed-by: Tim