i965/emit: Assert that src1 is not an MRF after doing the MRF->GRF conversion
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 22 Jan 2015 23:49:56 +0000 (15:49 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Fri, 23 Jan 2015 00:00:34 +0000 (16:00 -0800)
commit6be2434031775f4b44f2ff3db99047c0baefa797
treec87d62077db277d74d01273964f90457a44669b4
parent7de8a3e13efe1c3eede531737f6780d388152355
i965/emit: Assert that src1 is not an MRF after doing the MRF->GRF conversion

When emitting texturing from indirect texture units, we need to be able to
scratch around in the header message.  Since we only do this for >= HSW,
this is ok since there are no MRFs.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Anuj phogat <anuj.phogat@gmail.com>
src/mesa/drivers/dri/i965/brw_eu_emit.c