mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-16 07:10:20 +01:00
merge fix: add STATE_FOG_PARAMS_OPTIMIZED, STATE_SPOT_DIR_NORMALIZED
This commit is contained in:
parent
7b30053b26
commit
96abc6bf72
1 changed files with 2 additions and 0 deletions
|
|
@ -108,6 +108,8 @@ typedef enum gl_state_index_ {
|
|||
STATE_NORMAL_SCALE,
|
||||
STATE_TEXRECT_SCALE,
|
||||
STATE_POSITION_NORMALIZED, /* normalized light position */
|
||||
STATE_FOG_PARAMS_OPTIMIZED, /* for faster fog calc */
|
||||
STATE_SPOT_DIR_NORMALIZED, /* pre-normalized spot dir */
|
||||
STATE_INTERNAL_DRIVER /* first available state index for drivers (must be last) */
|
||||
} gl_state_index;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue