From 4c6a0f9cf1cbcae55612ac1f91c6dce73111c39b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Ondra=C4=8Dka?= Date: Sat, 3 Jun 2023 14:22:49 +0200 Subject: [PATCH] r300: remove nir round lowering MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We should only see round from lowered ARR and in that case we want to reconstruct the ARR, not lower it. Signed-off-by: Pavel Ondračka Reviewed-by: Filip Gawin Part-of: --- src/gallium/drivers/r300/r300_screen.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/drivers/r300/r300_screen.c b/src/gallium/drivers/r300/r300_screen.c index c86ba4e8e9d..ef85f004701 100644 --- a/src/gallium/drivers/r300/r300_screen.c +++ b/src/gallium/drivers/r300/r300_screen.c @@ -499,7 +499,6 @@ static int r300_get_video_param(struct pipe_screen *screen, .lower_flrp32 = true, \ .lower_flrp64 = true, \ .lower_fmod = true, \ - .lower_fround_even = true, \ .lower_fsign = true, \ .lower_ftrunc = true, \ .lower_insert_byte = true, \