r600: lower dround_even also on hardware that supports fp64
Fixes: aed6a39c10
glsl: Retire dround lowering.
Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27329>
This commit is contained in:
@@ -1452,7 +1452,8 @@ bool r600_common_screen_init(struct r600_common_screen *rscreen,
|
||||
nir_lower_dceil |
|
||||
nir_lower_dmod |
|
||||
nir_lower_dsub |
|
||||
nir_lower_dtrunc;
|
||||
nir_lower_dtrunc |
|
||||
nir_lower_dround_even;
|
||||
}
|
||||
|
||||
rscreen->nir_options_fs = rscreen->nir_options;
|
||||
|
Reference in New Issue
Block a user