Skip to content
Snippets Groups Projects
Commit cc8e8737 authored by Matteo Bruni's avatar Matteo Bruni Committed by Alexandre Julliard
Browse files

wined3d: Get rid of most of the redundant query flushes.


This way we avoid queueing up CS packets on each
wined3d_query_get_data() call, which has been seen in some degenerate
cases to starve other client threads that are trying to submit actual
work into the CS (sort-of a livelock).

Signed-off-by: default avatarMatteo Bruni <mbruni@codeweavers.com>
Signed-off-by: default avatarHenri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard's avatarAlexandre Julliard <julliard@winehq.org>
parent 6b98d3eb
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment