diff options
author | Alex Deucher <[email protected]> | 2008-05-12 11:57:08 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2008-05-12 11:57:08 -0400 |
commit | 2a4d1085cb9d2d03e6aeb2c71a59888826c31afd (patch) | |
tree | fdf172c83e55f3dabe12480e7f509d2f158ad58b /src/mesa/drivers/dri/r300/r300_reg.h | |
parent | 63503f284863530d628f26bea27f2390aca518e5 (diff) |
R500: add support for 4k textures
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_reg.h')
-rw-r--r-- | src/mesa/drivers/dri/r300/r300_reg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_reg.h b/src/mesa/drivers/dri/r300/r300_reg.h index a6719d6553c..8e3fe0c5245 100644 --- a/src/mesa/drivers/dri/r300/r300_reg.h +++ b/src/mesa/drivers/dri/r300/r300_reg.h @@ -745,7 +745,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. /* gap */ /* Zero to flush caches. */ -#define R300_TX_CNTL 0x4100 +#define R300_TX_INVALTAGS 0x4100 #define R300_TX_FLUSH 0x0 /* The upper enable bits are guessed, based on fglrx reported limits. */ |