Józef Kucia : wined3d: Make the adapter responsible for initialising and de-initialising 3D.
Module: wine Branch: master Commit: 449925146108569e2fa0501f1c265f4e946160cf URL: https://source.winehq.org/git/wine.git/?a=commit;h=449925146108569e2fa0501f1... Author: Józef Kucia <jkucia(a)codeweavers.com> Date: Tue May 7 15:18:08 2019 +0430 wined3d: Make the adapter responsible for initialising and de-initialising 3D. Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/wined3d/adapter_gl.c | 34 ++++++++++++++++++++++---- dlls/wined3d/adapter_vk.c | 14 +++++++++++ dlls/wined3d/device.c | 54 +++++++----------------------------------- dlls/wined3d/directx.c | 22 +++++++++++++++++ dlls/wined3d/wined3d_private.h | 4 ++++ 5 files changed, 77 insertions(+), 51 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=449925146108569e2fa05...
participants (1)
-
Alexandre Julliard