Re: [Mesa-dev] [PATCH 09/14] i965/fs: Remove try_emit_saturate

2014-06-24 Thread Matt Turner
On Mon, Jun 23, 2014 at 10:27 PM, Abdiel Janulgue wrote: > Now that sature is implemented natively as instruction, > we can cut down on uneeded functionality. Just a couple of typos (also exist in the other try_emit_sat patches): sature & uneeded. ___ m

[Mesa-dev] [PATCH 09/14] i965/fs: Remove try_emit_saturate

2014-06-23 Thread Abdiel Janulgue
Now that sature is implemented natively as instruction, we can cut down on uneeded functionality. Signed-off-by: Abdiel Janulgue --- src/mesa/drivers/dri/i965/brw_fs.h | 1 - src/mesa/drivers/dri/i965/brw_fs_visitor.cpp | 37 2 files changed, 38 deletions(