Revert "r300g: allow HiZ with a 16-bit zbuffer"

This reverts commit 631c631cbf.

https://bugs.freedesktop.org/show_bug.cgi?id=66921

Cc: mesa-stable@lists.freedesktop.org
This commit is contained in:
Marek Olšák 2013-07-15 23:39:39 +02:00
parent 7969b567bd
commit a882067d74
1 changed files with 1 additions and 0 deletions

View File

@ -349,6 +349,7 @@ static void r300_setup_hyperz_properties(struct r300_screen *screen,
static unsigned hiz_align_y[4] = {8, 8, 8, 32};
if (util_format_is_depth_or_stencil(tex->b.b.format) &&
util_format_get_blocksizebits(tex->b.b.format) == 32 &&
tex->tex.microtile) {
unsigned i, pipes;