glsl: check for arrays of arrays when assigning explicit locations
authorTimothy Arceri <timothy.arceri@collabora.com>
Wed, 21 Oct 2015 02:44:10 +0000 (13:44 +1100)
committerTimothy Arceri <timothy.arceri@collabora.com>
Wed, 21 Oct 2015 04:49:32 +0000 (15:49 +1100)
commit38ceeeadaa2f5f0a21dba9f5339fbc4cba66dece
treeba597cbcfad5b10a2e39026aed287af2832adc3d
parent9a04057ef130e1539aa94babd2e35ce53e6f1e1e
glsl: check for arrays of arrays when assigning explicit locations

This fixes assigning explicit locations in the CTS test:

ES31-CTS.explicit_uniform_location.uniform-loc-arrays-of-arrays

Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
src/glsl/link_uniforms.cpp