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: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
committed by
Marge Bot
parent
f35b0f6f2a
commit
157fa1871c
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user