OSDN Git Service

radeon/r200: mark state atoms as dirty after blits
authorRoland Scheidegger <sroland@vmware.com>
Sat, 11 Jul 2015 18:03:27 +0000 (20:03 +0200)
committerRoland Scheidegger <sroland@vmware.com>
Thu, 16 Jul 2015 01:07:07 +0000 (03:07 +0200)
commit882476fea3ba4fdd05d21582eeb968f84523fb9a
tree7b6094991f0c49cefc730f7097ba4ba7468b1fc5
parent26c1361ac386bd5b108d79289a3f82d15b01d014
radeon/r200: mark state atoms as dirty after blits

Blit submits lots of packets which are usually handled by state atoms, so
these must be dirtied.
Not sure if this fixes anything, but it was a concern raised by bug 51658
(with this all issues there seen as actual bugs should be fixed, with the
exception of the patch to upload non-used texenv state atoms which I just
don't understand).

Acked-by: Marek Olšák <marek.olsak@amd.com>
src/mesa/drivers/dri/r200/r200_blit.c
src/mesa/drivers/dri/radeon/radeon_blit.c