freedreno: Fix resource tracking vs rebind/invalidate
We can now no longer rely on certain dirty bits to re-trigger draw time resource tracking. We need to use the new fd_dirty*_resource() APIs.
Fixes org.skia.skqp.SkQPRunner#gles_recordopts
on android 9.
Fixes: 0a62a874 ("freedreno: Re-work dirty-resource tracking") Signed-off-by: Rob Clark robdclark@chromium.org