From 6b15a8d2afa1cdf8577d48b1f1644358f1e47b47 Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Thu, 24 Jun 2010 03:02:50 +0200 Subject: r300g: add "has HiZ" flag, add ZMask regs --- src/gallium/drivers/r300/r300_chipset.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gallium/drivers/r300/r300_chipset.h') diff --git a/src/gallium/drivers/r300/r300_chipset.h b/src/gallium/drivers/r300/r300_chipset.h index ab649c3857..65750f54e7 100644 --- a/src/gallium/drivers/r300/r300_chipset.h +++ b/src/gallium/drivers/r300/r300_chipset.h @@ -42,6 +42,8 @@ struct r300_capabilities { unsigned num_tex_units; /* Whether or not TCL is physically present */ boolean has_tcl; + /* Some chipsets do not have HiZ RAM. */ + boolean has_hiz; /* Whether or not this is RV350 or newer, including all r400 and r500 * chipsets. The differences compared to the oldest r300 chips are: * - Blend LTE/GTE thresholds -- cgit v1.2.3