mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 09:18:04 +02:00
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:
parent
f35b0f6f2a
commit
157fa1871c
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue