i965: Eliminate brw_set_conditionalmod from the Gen4-5 compilers.
authorKenneth Graunke <kenneth@whitecape.org>
Sat, 31 May 2014 00:29:55 +0000 (17:29 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 2 Jun 2014 22:09:33 +0000 (15:09 -0700)
commitfea7b9774215becbaaa58ac825b189460801fac1
treed4a46d74002465a9ff1948181ccbb29b5298e26e
parent776ad51165b1f7ee18a9a4cccbed1ce3b2c4fcf9
i965: Eliminate brw_set_conditionalmod from the Gen4-5 compilers.

With the predication changes eliminated, all this does is set the
conditional modifier on a single instruction.  Doing that directly is
easy, and avoids mucking about with default state.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/dri/i965/brw_clip_line.c
src/mesa/drivers/dri/i965/brw_clip_tri.c
src/mesa/drivers/dri/i965/brw_clip_unfilled.c
src/mesa/drivers/dri/i965/brw_clip_util.c
src/mesa/drivers/dri/i965/brw_gs_emit.c
src/mesa/drivers/dri/i965/brw_sf_emit.c