i965: Assert that math instructions don't have conditional mod.
authorMatt Turner <mattst88@gmail.com>
Fri, 21 Nov 2014 20:34:22 +0000 (12:34 -0800)
committerMatt Turner <mattst88@gmail.com>
Mon, 24 Nov 2014 22:06:39 +0000 (14:06 -0800)
commitf5bef2d2e53fc43cbdf15914e8886fc51f77b546
tree16c9e24b3b2262eed605da159a960120dc6ed9cf
parent803a7445076d0c521ca86ed722b702a6e4181786
i965: Assert that math instructions don't have conditional mod.

The math function field is at the same location as conditional mod.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_fs_generator.cpp
src/mesa/drivers/dri/i965/brw_vec4_generator.cpp