Module: wine Branch: master Commit: 03a09e7363598e01726dd640f04e8fc1bc217a86 URL: http://source.winehq.org/git/wine.git/?a=commit;h=03a09e7363598e01726dd640f0...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Sun Nov 13 17:26:42 2016 -0600
d3dx11: Implement async data loader interfaces.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Matteo Bruni mbruni@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
configure | 1 + configure.ac | 1 + dlls/d3dx11_43/async.c | 329 +++++++++++++++++++++++++++++++++++++++ dlls/d3dx11_43/d3dx11_43.spec | 10 +- dlls/d3dx11_43/tests/Makefile.in | 5 + dlls/d3dx11_43/tests/d3dx11.c | 213 +++++++++++++++++++++++++ include/d3dx11async.h | 6 + 7 files changed, 560 insertions(+), 5 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=03a09e7363598e01726dd6...