On Thu, 8 Dec 2011 17:07:57 -0800, Kenneth Graunke <kenn...@whitecape.org> wrote: > + if (inst->header_present) { > + /* Set up an implied move from g0 to the MRF. */ > + src = retype(brw_vec8_grf(0, 0), BRW_REGISTER_TYPE_UW); > + }
It doesn't seem like UW could be the right answer here -- I would think UD is the right format, if it has to be changed at all (though it looks like gen6_resolve_implied_move retypes anyway, so this retype is irrelevant). Actually, now that we don't do ALT_MODE any more, I think we wouldn't even need to retype away from float in most cases.
pgplvb2MriygI.pgp
Description: PGP signature
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev