diff options
author | Aapo Tahkola <[email protected]> | 2005-02-10 05:11:31 +0000 |
---|---|---|
committer | Aapo Tahkola <[email protected]> | 2005-02-10 05:11:31 +0000 |
commit | 4afa1d7abbf4bdd368ebfbc5e18dc02f8b8ec21a (patch) | |
tree | 44cdd42e277b2c9d53b38d22381d18f4e6508a5e /src/mesa/drivers/dri/r300/r300_reg.h | |
parent | 58010eb35ca55e487251a2b62965d42e18e5ef18 (diff) |
Turns out unknown5 was border color. texwrap looks good now.
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_reg.h')
-rw-r--r-- | src/mesa/drivers/dri/r300/r300_reg.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_reg.h b/src/mesa/drivers/dri/r300/r300_reg.h index 7da9c7609b3..60b2c8074e7 100644 --- a/src/mesa/drivers/dri/r300/r300_reg.h +++ b/src/mesa/drivers/dri/r300/r300_reg.h @@ -723,8 +723,7 @@ probably work also. --aet # define R300_TXO_OFFSET_SHIFT 5 /* END */ #define R300_TX_UNK4_0 0x4580 -#define R300_TX_UNK5_0 0x45C0 -#define R300_TX_BORDER_COLOR_0 0x45F0 //ff00ff00 == { 0, 1.0, 0, 1.0 } +#define R300_TX_BORDER_COLOR_0 0x45C0 //ff00ff00 == { 0, 1.0, 0, 1.0 } /* END */ |