Re: [Mesa-dev] [PATCH 03/23] glsl: Add helper methods to glsl_type for dealing with images.

2013-12-11 Thread Paul Berry
On 26 November 2013 00:02, Francisco Jerez curroje...@riseup.net wrote: Add predicates to query if a GLSL type is or contains an image. Rename sampler_coordinate_components() to coordinate_components() and fix it to support calculating the number of coordinate dimensions of image types as

[Mesa-dev] [PATCH 03/23] glsl: Add helper methods to glsl_type for dealing with images.

2013-11-26 Thread Francisco Jerez
Add predicates to query if a GLSL type is or contains an image. Rename sampler_coordinate_components() to coordinate_components() and fix it to support calculating the number of coordinate dimensions of image types as well as sampler types. --- src/glsl/builtin_functions.cpp| 2 +-

Re: [Mesa-dev] [PATCH 03/23] glsl: Add helper methods to glsl_type for dealing with images.

2013-11-26 Thread Pohjolainen, Topi
On Tue, Nov 26, 2013 at 12:02:19AM -0800, Francisco Jerez wrote: Add predicates to query if a GLSL type is or contains an image. Rename sampler_coordinate_components() to coordinate_components() and fix it to support calculating the number of coordinate dimensions of image types as well as