Mesa (master): radeon: add original r100 to the always tiled depth list.

Dave Airlie airlied at kemper.freedesktop.org
Tue Dec 6 16:13:09 UTC 2011


Module: Mesa
Branch: master
Commit: 2ee8704a8a160f2a627669bdf978072a1597c205
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2ee8704a8a160f2a627669bdf978072a1597c205

Author: Dave Airlie <airlied at redhat.com>
Date:   Tue Dec  6 16:09:51 2011 +0000

radeon: add original r100 to the always tiled depth list.

According to Alex, he thinks r100 is also covered.

Signed-off-by: Dave Airlie <airlied at redhat.com>

---

 src/mesa/drivers/dri/radeon/radeon_screen.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/dri/radeon/radeon_screen.c b/src/mesa/drivers/dri/radeon/radeon_screen.c
index 408d95b..391b9f8 100644
--- a/src/mesa/drivers/dri/radeon/radeon_screen.c
+++ b/src/mesa/drivers/dri/radeon/radeon_screen.c
@@ -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:




More information about the mesa-commit mailing list