r300g: Force off ZTOP optimizations for now.

This commit is contained in:
Corbin Simpson 2009-08-18 21:22:30 -07:00
parent 0086a84e2d
commit e327845e2b
1 changed files with 2 additions and 1 deletions

View File

@ -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;