summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2008-03-22 10:56:48 +1000
committerDave Airlie <airlied@redhat.com>2008-03-22 10:56:48 +1000
commit4feac4e40e08d95c4549ef28ad89cc4d3d8f74a7 (patch)
tree35d659b999162e4c666136370ac31c466aa83fdc /src/mesa/drivers
parent583ed4bde3aa450f049ad893820aece9fb6b1a9a (diff)
r500: enable gb tiling for r5xx
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r--src/mesa/drivers/dri/r300/r300_state.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_state.c b/src/mesa/drivers/dri/r300/r300_state.c
index 906053dd04..26cf4605ff 100644
--- a/src/mesa/drivers/dri/r300/r300_state.c
+++ b/src/mesa/drivers/dri/r300/r300_state.c
@@ -2046,6 +2046,8 @@ static void r300ResetHwState(r300ContextPtr r300)
R300_GB_TILE_PIPE_COUNT_R300;
break;
case CHIP_FAMILY_R420:
+ case CHIP_FAMILY_RV515:
+ case CHIP_FAMILY_R520:
r300->hw.gb_misc.cmd[R300_GB_MISC_TILE_CONFIG] |=
R300_GB_TILE_PIPE_COUNT_R420;
break;