diff options
author | Michel Dänzer <michel@daenzer.net> | 2004-01-23 03:19:47 +0000 |
---|---|---|
committer | Michel Dänzer <michel@daenzer.net> | 2004-01-23 03:19:47 +0000 |
commit | 5d00e131d8a264498b8d050c3eded093ee5c42f2 (patch) | |
tree | c6cf958662658c178807c0330fb4110760632244 /src/mesa/drivers/dri/radeon/radeon_context.h | |
parent | 4f295cee73bae1f687efe2dc062522b40d90b1e4 (diff) |
Fix attenuation hardware state handling, inspired by the R200 DDK reference
driver (our r200 driver basically didn't do this at all, maybe got lost
along the way?)
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 |