diff options
Diffstat (limited to 'src/mesa/drivers/dri/radeon/radeon_context.h')
-rw-r--r-- | src/mesa/drivers/dri/radeon/radeon_context.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_context.h b/src/mesa/drivers/dri/radeon/radeon_context.h index 0a32fd8aa3..3ce67044f9 100644 --- a/src/mesa/drivers/dri/radeon/radeon_context.h +++ b/src/mesa/drivers/dri/radeon/radeon_context.h @@ -340,9 +340,9 @@ struct radeon_state_atom { #define LIT_DIRECTION_Y 18 #define LIT_DIRECTION_Z 19 #define LIT_DIRECTION_W 20 -#define LIT_ATTEN_CONST 21 +#define LIT_ATTEN_QUADRATIC 21 #define LIT_ATTEN_LINEAR 22 -#define LIT_ATTEN_QUADRATIC 23 +#define LIT_ATTEN_CONST 23 #define LIT_ATTEN_XXX 24 #define LIT_CMD_1 25 #define LIT_SPOT_DCD 26 @@ -350,7 +350,7 @@ struct radeon_state_atom { #define LIT_SPOT_CUTOFF 28 #define LIT_SPECULAR_THRESH 29 #define LIT_RANGE_CUTOFF 30 /* ? */ -#define LIT_RANGE_ATTEN 31 /* ? */ +#define LIT_ATTEN_CONST_INV 31 #define LIT_STATE_SIZE 32 /* Fog |