i965/fs: Pass a BAD_FILE header source to LOAD_PAYLOAD in emit_texture_gen7().
authorFrancisco Jerez <currojerez@riseup.net>
Fri, 17 Jul 2015 15:46:21 +0000 (18:46 +0300)
committerFrancisco Jerez <currojerez@riseup.net>
Wed, 29 Jul 2015 11:12:48 +0000 (14:12 +0300)
commitfc2273a3400963e478582ee1efbfc8cdaae3eae7
treec11a31605bb6e6093bcc2c92783f3d7518e231f8
parent44a8cf488e0370d7e5abe363c1fd2d21247a6e32
i965/fs: Pass a BAD_FILE header source to LOAD_PAYLOAD in emit_texture_gen7().

So that it's left uninitialized by LOAD_PAYLOAD, we only need to
reserve space for it in the message since it will be initialized
implicitly by the generator.

Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_fs_visitor.cpp