rsx: Synchronization rewritten

- Do not do a full sync on a texture read barrier
- Avoid calling zcull sync in FIFO spin wait
- Do not flush memory to cache from the renderer side; this method is now obsolete
This commit is contained in:
kd-11 2018-07-19 09:08:20 +03:00 committed by kd-11
parent 23b52e1b1c
commit 3b47e43380
7 changed files with 32 additions and 128 deletions

View file

@ -587,7 +587,7 @@ namespace rsx
}
else if (zcull_ctrl->has_pending())
{
zcull_ctrl->sync(this);
//zcull_ctrl->sync(this);
}
else
{