Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/pbkit/nv_regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,7 @@
# define NV097_SET_TEXTURE_CONTROL0 0x00001B0C
# define NV097_SET_TEXTURE_CONTROL0_ALPHA_KILL_ENABLE (1 << 2)
# define NV097_SET_TEXTURE_CONTROL0_COLOR_KEY_MODE 0x3
# define NV097_SET_TEXTURE_CONTROL0_ANISOTROPY 0x30
# define NV097_SET_TEXTURE_CONTROL0_ENABLE (1 << 30)
# define NV097_SET_TEXTURE_CONTROL0_MIN_LOD_CLAMP 0x3FFC0000
# define NV097_SET_TEXTURE_CONTROL0_MAX_LOD_CLAMP 0x0003FFC0
Expand Down
Loading