diff options
author | Alex Deucher <alex@samba.(none)> | 2008-03-18 00:45:37 -0400 |
---|---|---|
committer | Alex Deucher <alex@samba.(none)> | 2008-03-18 00:45:37 -0400 |
commit | 71292c8f193230255d1d980c2e996bb01d04fab6 (patch) | |
tree | 314d44997624ec970d8fe7788a357f7fb8afc23b /src/radeon_reg.h | |
parent | 30b52f8aa6a471455284f59b5b27252743892b13 (diff) |
R5xx: bump tex/dst limits to 4096
Diffstat (limited to 'src/radeon_reg.h')
-rw-r--r-- | src/radeon_reg.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/radeon_reg.h b/src/radeon_reg.h index 837562bf..b19b5ca6 100644 --- a/src/radeon_reg.h +++ b/src/radeon_reg.h @@ -4291,11 +4291,14 @@ # define R300_TX_FORMAT_SWAP_YUV (1 << 24) #define R300_TX_FORMAT2_0 0x4500 +# define R500_TXWIDTH_11 (1 << 15) +# define R500_TXHEIGHT_11 (1 << 16) + #define R300_TX_OFFSET_0 0x4540 # define R300_ENDIAN_SWAP_16_BIT (1 << 0) # define R300_ENDIAN_SWAP_32_BIT (2 << 0) # define R300_ENDIAN_SWAP_HALF_DWORD (3 << 0) -# define R300_MACRO_TILE (1 << 2); +# define R300_MACRO_TILE (1 << 2) #define R300_TX_ENABLE 0x4104 # define R300_TEX_0_ENABLE (1 << 0) |