Re: [Mesa-dev] [PATCH v2 15/31] glsl: allow bindless samplers/images as varying variables

2017-04-25 Thread Timothy Arceri
Please add the spec quote that I suggested in patch 7 to the comment above this switch. With that: Reviewed-by: Timothy Arceri On 24/04/17 20:35, Samuel Pitoiset wrote: The ARB_bindless_texture spec says: "Replace Section 4.1.7 (Samplers), p. 25" "Samplers

[Mesa-dev] [PATCH v2 15/31] glsl: allow bindless samplers/images as varying variables

2017-04-24 Thread Samuel Pitoiset
The ARB_bindless_texture spec says: "Replace Section 4.1.7 (Samplers), p. 25" "Samplers may be declared as shader inputs and outputs, as uniform variables, as temporary variables, and as function parameters" and, "Replace Section 4.1.X, (Images)" "Images may be declared as