diff options
author | Joakim Sindholt <[email protected]> | 2009-01-29 20:24:34 +0100 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-02-01 23:30:32 -0800 |
commit | 0c9d2bbb1296e7b5c812ce04f79aff2d8308907c (patch) | |
tree | b855d189eb93a77fcdcd577f471b58a491ef13c2 /src/gallium/drivers/r300/r300_reg.h | |
parent | c199f330322921e01c8c30e3ea69a2a5291ae8ee (diff) |
r300: set up r5xx fragment shader; clear still broken
Diffstat (limited to 'src/gallium/drivers/r300/r300_reg.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_reg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_reg.h b/src/gallium/drivers/r300/r300_reg.h index 9281e6656f3..f01e15b8ddb 100644 --- a/src/gallium/drivers/r300/r300_reg.h +++ b/src/gallium/drivers/r300/r300_reg.h @@ -3004,7 +3004,7 @@ enum { # define R500_US_CODE_RANGE_ADDR(x) (x << 0) # define R500_US_CODE_RANGE_SIZE(x) (x << 16) #define R500_US_CONFIG 0x4600 -# define R500_ZERO_TIMES_ANYTHING_EQUALS_ZERO (1 << 0) +# define R500_ZERO_TIMES_ANYTHING_EQUALS_ZERO (1 << 1) #define R500_US_FC_ADDR_0 0xa000 # define R500_FC_BOOL_ADDR(x) (x << 0) # define R500_FC_INT_ADDR(x) (x << 8) |