Module: wine Branch: master Commit: a9cb14dd715470760b959873e91d128d44a325ec URL: http://source.winehq.org/git/wine.git/?a=commit;h=a9cb14dd715470760b959873e9...
Author: Józef Kucia jkucia@codeweavers.com Date: Fri Aug 21 00:07:53 2015 +0200
d3d11: Move d3d10core to d3d11.
---
configure | 2 +- configure.ac | 2 +- dlls/d3d10core/Makefile.in | 13 +-- dlls/d3d10core/d3d10core_main.c | 96 ++++-------------- dlls/d3d11/Makefile.in | 13 ++- dlls/{d3d10core => d3d11}/async.c | 4 +- dlls/{d3d10core => d3d11}/buffer.c | 4 +- dlls/d3d11/d3d11.spec | 4 +- dlls/d3d11/d3d11_main.c | 109 ++++++++++++++++++++- .../d3d10core_private.h => d3d11/d3d11_private.h} | 8 +- dlls/{d3d10core => d3d11}/device.c | 4 +- dlls/{d3d10core => d3d11}/inputlayout.c | 4 +- dlls/{d3d10core => d3d11}/shader.c | 4 +- dlls/{d3d10core => d3d11}/state.c | 4 +- dlls/{d3d10core => d3d11}/texture.c | 4 +- dlls/{d3d10core => d3d11}/utils.c | 4 +- dlls/{d3d10core => d3d11}/view.c | 4 +- dlls/dxgi/dxgi_main.c | 8 +- 18 files changed, 168 insertions(+), 123 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=a9cb14dd715470760b9598...