radeonsi: initialize TC_L2_dirty to false after buffer allocation
authorMarek Olšák <marek.olsak@amd.com>
Tue, 10 Feb 2015 13:16:56 +0000 (14:16 +0100)
committerMarek Olšák <marek.olsak@amd.com>
Tue, 17 Feb 2015 16:31:48 +0000 (17:31 +0100)
commit218b15715ec6a9e987ae78d904683801e5ccdf4b
treeb0d0440218e263cbfa63bb0901773f45af60a0e8
parenta27b74819ad375e8c0bc88e13f42c951d2b5cd6a
radeonsi: initialize TC_L2_dirty to false after buffer allocation

I forgot to do this, though "true" should have no effect on correctness.

Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
src/gallium/drivers/radeon/r600_buffer_common.c