Re: [Mesa-dev] [PATCH v2 10/31] glsl: allow bindless samplers/images inside interface blocks

2017-04-26 Thread Nicolai Hähnle
With Timothy's comments addressed, patch 9 & 10: Reviewed-by: Nicolai Hähnle On 24.04.2017 12:35, Samuel Pitoiset wrote: The ARB_bindless_texture spec says: "Modify Section 4.3.7, Interface Blocks, p. 38" "(remove the following bullet from the last list on p.

Re: [Mesa-dev] [PATCH v2 10/31] glsl: allow bindless samplers/images inside interface blocks

2017-04-25 Thread Timothy Arceri
On 24/04/17 20:35, Samuel Pitoiset wrote: The ARB_bindless_texture spec says: "Modify Section 4.3.7, Interface Blocks, p. 38" "(remove the following bullet from the last list on p. 39, thereby permitting sampler types in interface blocks; image types are also permitted in

[Mesa-dev] [PATCH v2 10/31] glsl: allow bindless samplers/images inside interface blocks

2017-04-24 Thread Samuel Pitoiset
The ARB_bindless_texture spec says: "Modify Section 4.3.7, Interface Blocks, p. 38" "(remove the following bullet from the last list on p. 39, thereby permitting sampler types in interface blocks; image types are also permitted in blocks by this extension)" * sampler types