mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
agx: Add AUTO_LOD_BIAS mode
Automatic load with a bias. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14899>
This commit is contained in:
parent
93f2ae1205
commit
d5b7d629d7
1 changed files with 1 additions and 0 deletions
|
|
@ -246,6 +246,7 @@ enum agx_convert {
|
|||
|
||||
enum agx_lod_mode {
|
||||
AGX_LOD_MODE_AUTO_LOD = 0,
|
||||
AGX_LOD_MODE_AUTO_LOD_BIAS = 5,
|
||||
AGX_LOD_MODE_LOD_MIN = 6,
|
||||
AGX_LOD_GRAD = 8,
|
||||
AGX_LOD_GRAD_MIN = 12
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue