mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 13:48:06 +02:00
r300g: Force off ZTOP optimizations for now.
This commit is contained in:
parent
0086a84e2d
commit
e327845e2b
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue