[Mesa-dev] [PATCH] radeonsi: always initialize max_forced_staging_uploads

Henri Verbeet hverbeet at gmail.com
Wed Nov 29 10:45:40 UTC 2017


On 28 November 2017 at 20:20, Marek Olšák <maraeo at gmail.com> wrote:
> Most of the corruption goes away if I flush IBs after every command.
> This suggests that the staging upload is done in one context while
> drawing is done in another context. The solution is to flush all
> contexts before BufferData/BufferSubData in Wine.
>
Enabling the "csmt" feature in Wine should avoid issues like that.
(And that's in fact its primary purpose, despite alleged performance
advantages.) If it doesn't, that would be a bug in Wine.


More information about the mesa-dev mailing list