i965: handle nir_intrinsic_image_size
authorMartin Peres <martin.peres@linux.intel.com>
Wed, 29 Apr 2015 09:39:16 +0000 (12:39 +0300)
committerMartin Peres <martin.peres@linux.intel.com>
Thu, 20 Aug 2015 11:07:46 +0000 (14:07 +0300)
commit50db9c1db645c1a4d5777d2cacfd7ac74ebbe544
tree9c11b99db098a1d0119fce920cf3efa45b131642
parent80b1707e26734ac9c957cfc876ab5893f1749c74
i965: handle nir_intrinsic_image_size

v2, Review from Francisco Jerez:
- avoid the camelCase for the booleans
- init the booleans using the sampler type
- force the initialization of all the components of the output register

v3:
- Rename a variable from CubeMapArray to CubeArray to re-use GLSL's name (Ilia)
- Fix some indentation and drop parenthesis (Topi)
- Fix a signed/unsigned comparaison warning

Signed-off-by: Martin Peres <martin.peres@linux.intel.com>
src/mesa/drivers/dri/i965/brw_fs_nir.cpp