pan/bi: Disable mediump output lowering
Without fp16, this is useless for now. Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7081>
This commit is contained in:
@@ -1671,7 +1671,8 @@ bifrost_compile_shader_nir(nir_shader *nir, panfrost_program *program,
|
||||
NIR_PASS_V(nir, nir_lower_io, nir_var_shader_in | nir_var_shader_out,
|
||||
glsl_type_size, 0);
|
||||
NIR_PASS_V(nir, nir_lower_ssbo);
|
||||
NIR_PASS_V(nir, nir_lower_mediump_outputs);
|
||||
// TODO: re-enable when fp16 is flipped on
|
||||
// NIR_PASS_V(nir, nir_lower_mediump_outputs);
|
||||
|
||||
bi_optimize_nir(nir);
|
||||
|
||||
|
Reference in New Issue
Block a user