Re: [Mesa-dev] [PATCH] glsl: add has_shader_image_load_store()

2017-02-23 Thread Anuj Phogat
On Thu, Feb 23, 2017 at 10:04 AM, Samuel Pitoiset wrote: > Preliminary work for ARB_bindless_texture which can interact > with ARB_shader_image_load_store. > > Signed-off-by: Samuel Pitoiset > --- > src/compiler/glsl/builtin_variables.cpp |

[Mesa-dev] [PATCH] glsl: add has_shader_image_load_store()

2017-02-23 Thread Samuel Pitoiset
Preliminary work for ARB_bindless_texture which can interact with ARB_shader_image_load_store. Signed-off-by: Samuel Pitoiset --- src/compiler/glsl/builtin_variables.cpp | 3 +-- src/compiler/glsl/glsl_parser.yy| 3 +-- src/compiler/glsl/glsl_parser_extras.h