From 553c1d33ddd53dc0bc7e0b8544e4727cce86b100 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Ondra=C4=8Dka?= Date: Wed, 31 May 2023 10:36:21 +0200 Subject: [PATCH] r300: add lower_sqrt to nir option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is now by default for ntt, but we will get rid of the default definitions soon. Signed-off-by: Pavel Ondračka Reviewed-by: Emma Anholt Reviewed-by: Filip Gawin Part-of: --- src/gallium/drivers/r300/r300_screen.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/r300/r300_screen.c b/src/gallium/drivers/r300/r300_screen.c index 43ba7a8f219..1500c07f841 100644 --- a/src/gallium/drivers/r300/r300_screen.c +++ b/src/gallium/drivers/r300/r300_screen.c @@ -501,6 +501,7 @@ static int r300_get_video_param(struct pipe_screen *screen, .lower_flrp64 = true, \ .lower_fmod = true, \ .lower_fsign = true, \ + .lower_fsqrt = true, \ .lower_ftrunc = true, \ .lower_insert_byte = true, \ .lower_insert_word = true, \