mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
agx: Fix LOD_MIN enum
Fixes: 2470a080d2 ("agx: Stub NIR backend compiler")
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11718>
This commit is contained in:
parent
c99dfe6a0c
commit
e847bffbcc
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ enum agx_convert {
|
|||
|
||||
enum agx_lod_mode {
|
||||
AGX_LOD_MODE_AUTO_LOD = 0,
|
||||
AGX_LOD_MODE_LOD_MIN = 3,
|
||||
AGX_LOD_MODE_LOD_MIN = 6,
|
||||
AGX_LOD_GRAD = 8,
|
||||
AGX_LOD_GRAD_MIN = 12
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue