Module: wine Branch: master Commit: da6ea7ddc0a829dcdd9f3b0035b6353ae35b5166 URL: https://source.winehq.org/git/wine.git/?a=commit;h=da6ea7ddc0a829dcdd9f3b003...
Author: Zebediah Figura z.figura12@gmail.com Date: Tue Nov 26 22:58:26 2019 -0600
wined3d: Pass the client stateblock state to wined3d stateblock methods.
Signed-off-by: Zebediah Figura z.figura12@gmail.com Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/d3d8/device.c | 10 +++++----- dlls/d3d9/device.c | 4 ++-- dlls/d3d9/stateblock.c | 6 +++--- dlls/ddraw/ddraw.c | 7 ++++--- dlls/ddraw/device.c | 8 ++++---- dlls/wined3d/stateblock.c | 32 +++++++++++++++++--------------- dlls/wined3d/wined3d.spec | 6 +++--- include/wine/wined3d.h | 8 +++++--- 8 files changed, 43 insertions(+), 38 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=da6ea7ddc0a829dcdd9f3...