Henri Verbeet : wined3d: Allow the command stream thread to run asynchronously.
Module: wine Branch: master Commit: 73170152dc66b5cee437e687d04d6cc2606b6797 URL: http://source.winehq.org/git/wine.git/?a=commit;h=73170152dc66b5cee437e687d0... Author: Henri Verbeet <hverbeet(a)codeweavers.com> Date: Tue May 2 11:35:30 2017 +0200 wined3d: Allow the command stream thread to run asynchronously. For a modest performance improvement in CPU-limited scenarios, especially ones where a significant amount of time is spent in the graphics driver. There's certainly still more room for improvement, resource maps in particular will currently cause stalls. Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/wined3d/cs.c | 46 +++++++++++++++++++++++++++++++++++++++--- dlls/wined3d/device.c | 6 ++++++ dlls/wined3d/swapchain.c | 10 +++++++++ dlls/wined3d/texture.c | 11 ++++++++++ dlls/wined3d/wined3d_private.h | 2 ++ 5 files changed, 72 insertions(+), 3 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=73170152dc66b5cee437e6...
participants (1)
-
Alexandre Julliard