Files
mesa/src/compiler
Jason Ekstrand df81b81fb9 compiler/nir_types: Handle vectors in glsl_get_array_element
Most of NIR doesn't allow doing array indexing on a vector (though it
does on a matrix).  However, nir_lower_io handles it just fine and this
behavior is needed for shared variables in Vulkan.  This commit makes
glsl_get_array_element do something sensible for vector types and makes
nir_validate happy with them.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
2017-11-07 10:41:24 -08:00
..
2017-07-21 08:47:56 +03:00
2017-10-13 15:02:34 -07:00
2017-07-18 09:43:12 -07:00
2017-10-12 21:47:06 -07:00
2016-09-12 10:48:35 +10:00