Re: [Mesa-dev] [PATCH 5/5] nir: Remove fsin_reduced/fcos_reduced.

2015-04-02 Thread Jason Ekstrand
Series is Reviewed-by: Jason Ekstrand I don't care much about the squashing as long as the whole thing builds. It's all dead anyway. Note: I believe Eric merged tgsi_to_nir, so this patch will have to delete even more code. :-) --Jason On Wed, Apr 1, 2015 at 6:36 PM, Matt Turner wrote: > ---

[Mesa-dev] [PATCH 5/5] nir: Remove fsin_reduced/fcos_reduced.

2015-04-01 Thread Matt Turner
--- src/glsl/nir/nir_opcodes.py | 2 -- src/mesa/drivers/dri/i965/brw_fs_nir.cpp | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/glsl/nir/nir_opcodes.py b/src/glsl/nir/nir_opcodes.py index 062cd62..87f06d1 100644 --- a/src/glsl/nir/nir_opcodes.py +++ b/src/glsl/nir/nir_opcod