Re: [Mesa-dev] [PATCH 09/25] glsl: Add support for image binding qualifiers.

2015-08-19 Thread Timothy Arceri
On Wed, 2015-08-19 at 13:52 +0300, Francisco Jerez wrote: > Timothy Arceri writes: > > > On Mon, 2015-08-17 at 19:45 +0300, Francisco Jerez wrote: > > > Support for binding an image to an image unit explicitly in the shader > > > source is required by both GLSL 4.2 and GLSL ES 3.1, but not by the

Re: [Mesa-dev] [PATCH 09/25] glsl: Add support for image binding qualifiers.

2015-08-19 Thread Francisco Jerez
Timothy Arceri writes: > On Mon, 2015-08-17 at 19:45 +0300, Francisco Jerez wrote: >> Support for binding an image to an image unit explicitly in the shader >> source is required by both GLSL 4.2 and GLSL ES 3.1, but not by the >> original ARB_shader_image_load_store extension. >> --- >> src/gls

Re: [Mesa-dev] [PATCH 09/25] glsl: Add support for image binding qualifiers.

2015-08-18 Thread Timothy Arceri
On Mon, 2015-08-17 at 19:45 +0300, Francisco Jerez wrote: > Support for binding an image to an image unit explicitly in the shader > source is required by both GLSL 4.2 and GLSL ES 3.1, but not by the > original ARB_shader_image_load_store extension. > --- > src/glsl/ast_to_hir.cpp

[Mesa-dev] [PATCH 09/25] glsl: Add support for image binding qualifiers.

2015-08-17 Thread Francisco Jerez
Support for binding an image to an image unit explicitly in the shader source is required by both GLSL 4.2 and GLSL ES 3.1, but not by the original ARB_shader_image_load_store extension. --- src/glsl/ast_to_hir.cpp| 12 +++- src/glsl/link_uniform_initializers.cpp | 24 +