r300g: set the correct tiling flags for renderbuffers
authorMarek Olšák <maraeo@gmail.com>
Fri, 12 Feb 2010 01:48:03 +0000 (02:48 +0100)
committerMarek Olšák <maraeo@gmail.com>
Sun, 14 Feb 2010 17:47:09 +0000 (18:47 +0100)
commit7344e20ce4a333bfd8ab142cfdf98098e16b001d
tree0e45d2e9d42d7e271070744603f634d0bae5e513
parentc608e19328758842d77dc4da3c8109fe0feb8e86
r300g: set the correct tiling flags for renderbuffers

MACRO_SWITCH is applied to samplers but not renderbuffers. This commit
fixes incorrect rendering to large and small mipmaps where the large ones
are macrotiled and the small ones are not and both are emitted
in the same CS.

Note that this is still disabled by default (rework of texture transfers
is next).
src/gallium/drivers/r300/r300_state.c