diff options
author | Owen W. Taylor <otaylor@fishsoup.net> | 2008-04-03 02:25:41 -0400 |
---|---|---|
committer | Michel Dänzer <michel@tungstengraphics.com> | 2008-04-07 18:15:28 +0200 |
commit | 255fbf465f5e7db2609a5a151bfa810249db52a0 (patch) | |
tree | c97e77ec24da22a25da0e14f934e11aa61e60729 /src/radeon_reg.h | |
parent | bc0407e53237d7968808110bc0243076377acf6e (diff) |
Fix rendering of transformed sources for REPEAT_NONE with EXA on >= R300.
Use the border color when possible, otherwise fall back to software.
Diffstat (limited to 'src/radeon_reg.h')
-rw-r--r-- | src/radeon_reg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/radeon_reg.h b/src/radeon_reg.h index dcfdbac0..aebc7aca 100644 --- a/src/radeon_reg.h +++ b/src/radeon_reg.h @@ -4349,6 +4349,8 @@ # define R300_ENDIAN_SWAP_HALF_DWORD (3 << 0) # define R300_MACRO_TILE (1 << 2) +#define R300_TX_BORDER_COLOR_0 0x45c0 + #define R300_TX_ENABLE 0x4104 # define R300_TEX_0_ENABLE (1 << 0) # define R300_TEX_1_ENABLE (1 << 1) |