Józef Kucia : d3d11: Implement d3d11_depthstencil_view_GetResource().
Module: wine Branch: master Commit: 07ce357505cccc0e9d97fd908e5db4ebb7af03e3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=07ce357505cccc0e9d97fd908e... Author: Józef Kucia <jkucia(a)codeweavers.com> Date: Tue Sep 8 01:12:45 2015 +0200 d3d11: Implement d3d11_depthstencil_view_GetResource(). The intent is to eventually eliminate wined3d_resource_from_d3d10_resource(). --- dlls/d3d11/buffer.c | 8 ++++++++ dlls/d3d11/d3d11_private.h | 7 +++++-- dlls/d3d11/device.c | 13 ++++++++++++- dlls/d3d11/texture.c | 8 ++++++++ dlls/d3d11/utils.c | 22 ++++++++++++++++++++++ dlls/d3d11/view.c | 38 +++++++++++++++++++++----------------- 6 files changed, 76 insertions(+), 20 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=07ce357505cccc0e9d97fd...
participants (1)
-
Alexandre Julliard