From: Corbin Simpson Date: Wed, 19 Aug 2009 04:22:30 +0000 (-0700) Subject: r300g: Force off ZTOP optimizations for now. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e327845e2b72936c60a143d46a52dbbe81afdd72;p=mesa.git r300g: Force off ZTOP optimizations for now. --- diff --git a/src/gallium/drivers/r300/r300_state.c b/src/gallium/drivers/r300/r300_state.c index a02fb34b2a7..27680a38631 100644 --- a/src/gallium/drivers/r300/r300_state.c +++ b/src/gallium/drivers/r300/r300_state.c @@ -224,7 +224,8 @@ static void* dsa->alpha_reference = CLAMP(state->alpha.ref_value * 1023.0f, 0, 1023); } else { - dsa->z_buffer_top = R300_ZTOP_ENABLE; + /* XXX need to fix this to be dynamically set + dsa->z_buffer_top = R300_ZTOP_ENABLE; */ } return (void*)dsa;