i965: Convert brw_eu_emit.c to the new brw_inst API.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 5 Jun 2014 00:08:57 +0000 (17:08 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 26 Jun 2014 18:44:51 +0000 (11:44 -0700)
commit829aac4b6783a6e7667293a60d97947d277cfa39
tree607100d6e7b6dda971d6602598cd02a944c0f64d
parent607f5eb3819e6cc6262e5f6a866416e9aac7b827
i965: Convert brw_eu_emit.c to the new brw_inst API.

v2:
 - Fix IF -> ELSE patching on Sandybridge.
 - Don't set base_mrf on Gen6+ in OWord Block Read functions.  (Although
 - the old code did this universally, it shouldn't have - the field
 - doesn't exist on Gen6+ and just got overwritten by the SFID anyway.)

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/dri/i965/brw_eu_emit.c