Zebediah Figura : wined3d: Separate the "ops" member of struct wined3d_cs to a new wined3d_device_context structure.
Module: wine Branch: master Commit: fc3919c4abd82a3ef8c877bfacddf6998b48ba50 URL: https://source.winehq.org/git/wine.git/?a=commit;h=fc3919c4abd82a3ef8c877bfa... Author: Zebediah Figura <z.figura12(a)gmail.com> Date: Thu Mar 4 21:29:44 2021 -0600 wined3d: Separate the "ops" member of struct wined3d_cs to a new wined3d_device_context structure. Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com> Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/wined3d/adapter_gl.c | 2 +- dlls/wined3d/adapter_vk.c | 2 +- dlls/wined3d/cs.c | 54 ++++++++++++++++++++++++++++-------------- dlls/wined3d/wined3d_private.h | 23 +++++++++++------- 4 files changed, 53 insertions(+), 28 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=fc3919c4abd82a3ef8c87...
participants (1)
-
Alexandre Julliard