Always mark tex state atom as dirty when the texture image is dirty, this ensures...
authorRoland Scheidegger <rscheidegger@gmx.ch>
Wed, 13 Sep 2006 23:20:10 +0000 (23:20 +0000)
committerRoland Scheidegger <rscheidegger@gmx.ch>
Wed, 13 Sep 2006 23:20:10 +0000 (23:20 +0000)
commit99e0236046436fba25afb60632a76ad9cdfbbc9a
tree6e75454a5eb612c612ac7a17bd76d020615eb485
parent43aa03408497d653b7716b2b0fac116dc03e7e6e
Always mark tex state atom as dirty when the texture image is dirty, this ensures texture cache gets flushed in case the new texture has the same offset as the old one (fixes glean pixelFormat test at least on r200).
src/mesa/drivers/dri/r200/r200_texstate.c
src/mesa/drivers/dri/radeon/radeon_texstate.c