Module: Mesa Branch: master Commit: c46731527a9c73454bd07e0b93986ff1a1193c59 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c46731527a9c73454bd07e0b93986ff1a1193c59
Author: Alyssa Rosenzweig <[email protected]> Date: Thu Apr 30 17:06:37 2020 -0400 pan/bi: Lower for now sincos Will be implemented later. Signed-off-by: Alyssa Rosenzweig <[email protected]> Signed-off-by: Tomeu Vizoso <[email protected]> Reviewed-by: Alyssa Rosenzweig <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4832> --- src/panfrost/bifrost/bifrost_compile.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/panfrost/bifrost/bifrost_compile.h b/src/panfrost/bifrost/bifrost_compile.h index a25ad314699..734406d52e0 100644 --- a/src/panfrost/bifrost/bifrost_compile.h +++ b/src/panfrost/bifrost/bifrost_compile.h @@ -43,6 +43,7 @@ static const nir_shader_compiler_options bifrost_nir_options = { .lower_find_lsb = true, .lower_fdph = true, .lower_fsqrt = true, + .lower_sincos = true, .lower_wpos_pntc = true, .lower_fsign = true, _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
