nir: UBO loads no longer use const_index[1]
authorIago Toral Quiroga <itoral@igalia.com>
Tue, 1 Sep 2015 09:32:29 +0000 (11:32 +0200)
committerIago Toral Quiroga <itoral@igalia.com>
Tue, 8 Sep 2015 07:06:34 +0000 (09:06 +0200)
commit205ff843ffa12f461c5307903c200baa1d3c87c0
tree71010079a65230be6e2ae5e2d003c55c7e95315f
parent87073c69f3e253044bc235f34917aaa89041a63c
nir: UBO loads no longer use const_index[1]

Commit 2126c68e5cba killed the array elements parameter on load/store
intrinsics that was stored in const_index[1]. It looks like that
patch missed to remove this assignment in the UBO path.

Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
src/glsl/nir/glsl_to_nir.cpp