radeon: add original r100 to the always tiled depth list.
authorDave Airlie <airlied@redhat.com>
Tue, 6 Dec 2011 16:09:51 +0000 (16:09 +0000)
committerDave Airlie <airlied@redhat.com>
Tue, 6 Dec 2011 16:10:43 +0000 (16:10 +0000)
According to Alex, he thinks r100 is also covered.

Signed-off-by: Dave Airlie <airlied@redhat.com>
src/mesa/drivers/dri/radeon/radeon_screen.c

index 408d95b7e4a5c4688945c8e0b2c8d17ba6c97df7..391b9f8c7bfb258422ab66c42846daad4740474e 100644 (file)
@@ -417,7 +417,7 @@ static int radeon_set_screen_flags(radeonScreenPtr screen, int device_id)
    case PCI_CHIP_RADEON_QG:
       /* all original radeons (7200) presumably have a stencil op bug */
       screen->chip_family = CHIP_FAMILY_R100;
-      screen->chip_flags = RADEON_CHIPSET_TCL | RADEON_CHIPSET_BROKEN_STENCIL;
+      screen->chip_flags = RADEON_CHIPSET_TCL | RADEON_CHIPSET_BROKEN_STENCIL | RADEON_CHIPSET_DEPTH_ALWAYS_TILED;
       break;
 
    case PCI_CHIP_RV200_QW: