From 157fa1871c9009a058d845834f8f67641c5ec0b8 Mon Sep 17 00:00:00 2001 From: Faith Ekstrand Date: Mon, 30 Jan 2023 20:12:02 -0600 Subject: [PATCH] nil: Use ONE for the anixotropic coarse spread function No idea if it's what we want but this is what nouveau does and it's good to be consistent for now. Part-of: --- src/nouveau/nil/nil_image_tic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nouveau/nil/nil_image_tic.c b/src/nouveau/nil/nil_image_tic.c index e62747ce744..3904147504c 100644 --- a/src/nouveau/nil/nil_image_tic.c +++ b/src/nouveau/nil/nil_image_tic.c @@ -233,7 +233,7 @@ nil_image_fill_tic(struct nouveau_ws_device *dev, TH_SET_B(th, NVB097, BL, NORMALIZED_COORDS, true); TH_SET_E(th, NVB097, BL, ANISO_FINE_SPREAD_FUNC, SPREAD_FUNC_TWO); - TH_SET_E(th, NVB097, BL, ANISO_COARSE_SPREAD_FUNC, SPREAD_FUNC_TWO); + TH_SET_E(th, NVB097, BL, ANISO_COARSE_SPREAD_FUNC, SPREAD_FUNC_ONE); TH_SET_U(th, NVB097, BL, RES_VIEW_MIN_MIP_LEVEL, view->base_level); TH_SET_U(th, NVB097, BL, RES_VIEW_MAX_MIP_LEVEL,