Re: [Mesa-dev] [PATCH v3 22/32] glsl: allow bindless samplers/images to be l-values

2017-05-04 Thread Samuel Pitoiset
On 05/04/2017 02:38 PM, Nicolai Hähnle wrote: On 02.05.2017 22:53, Samuel Pitoiset wrote: From section 4.1.7 of the ARB_bindless_texture spec: "Samplers can be used as l-values, so can be assigned into and used as "out" and "inout" function parameters." From section 4.1.X of the ARB_bi

Re: [Mesa-dev] [PATCH v3 22/32] glsl: allow bindless samplers/images to be l-values

2017-05-04 Thread Nicolai Hähnle
On 02.05.2017 22:53, Samuel Pitoiset wrote: From section 4.1.7 of the ARB_bindless_texture spec: "Samplers can be used as l-values, so can be assigned into and used as "out" and "inout" function parameters." From section 4.1.X of the ARB_bindless_texture spec: "Images can be used as l

[Mesa-dev] [PATCH v3 22/32] glsl: allow bindless samplers/images to be l-values

2017-05-02 Thread Samuel Pitoiset
From section 4.1.7 of the ARB_bindless_texture spec: "Samplers can be used as l-values, so can be assigned into and used as "out" and "inout" function parameters." From section 4.1.X of the ARB_bindless_texture spec: "Images can be used as l-values, so can be assigned into and used