i965/fs: Use the correct source for local memory load offsets
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 11 Dec 2015 19:59:53 +0000 (11:59 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 11 Dec 2015 21:56:34 +0000 (13:56 -0800)
commitb8425bb1e845bef19dac8d8a9fd672e958018802
tree6e99667baef0c7c44aab85e68017902a58e720f4
parentfadf37849792ced4a4efad558aebb64b7e597bc2
i965/fs: Use the correct source for local memory load offsets

The offset for loads is in src[0].  This was a copy+paste error in the
nir_intrinsic_load/store refactoring.  This commit fixes a segfault in
ES31-CTS.compute_shader.work-group-size.  I have no idea how piglit failed
to catch this...

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=93348
Reviewed-by: Kristian Høgsberg <krh@bitplanet.net>
src/mesa/drivers/dri/i965/brw_fs_nir.cpp