diff options
author | Marek Olšák <[email protected]> | 2013-01-20 16:52:17 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2013-01-21 17:00:51 +0100 |
commit | 7bfbf5b28791b9cb192201e6cf251da35da49080 (patch) | |
tree | 90536d0f67466070b0c7a399c864bdbeb289fbff /src/gallium/drivers/r300/r300_chipset.h | |
parent | b7cb6552981e7a655782092c1d66e46ce1ab155e (diff) |
r300g: allow resolutions up to 1280x1024 with AA optimizations on 1-pipe cards
because single-pipe cards have bigger CMASK RAM
Diffstat (limited to 'src/gallium/drivers/r300/r300_chipset.h')
-rw-r--r-- | src/gallium/drivers/r300/r300_chipset.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_chipset.h b/src/gallium/drivers/r300/r300_chipset.h index 996491e9431..f8b5d4e3d3e 100644 --- a/src/gallium/drivers/r300/r300_chipset.h +++ b/src/gallium/drivers/r300/r300_chipset.h @@ -30,7 +30,6 @@ #define RV530_HIZ_LIMIT 15360 /* rv3xx have only one pipe */ -#define PIPE_CMASK_SIZE 4096 #define PIPE_ZMASK_SIZE 4096 #define RV3xx_ZMASK_SIZE 5120 |