Module: wine Branch: master Commit: aa8487a4b3cec77ae38ada57bf81634cd2eaa6d2 URL: https://gitlab.winehq.org/wine/wine/-/commit/aa8487a4b3cec77ae38ada57bf81634...
Author: Paul Gofman pgofman@codeweavers.com Date: Tue Mar 19 11:27:42 2024 -0600
ddraw: Store wined3d state in d3d_device.
---
dlls/ddraw/ddraw.c | 19 +++++------------ dlls/ddraw/ddraw_private.h | 3 --- dlls/ddraw/device.c | 53 +++++++++++++++++++++++++++------------------- dlls/ddraw/surface.c | 36 +++++++++++++++++++------------ dlls/ddraw/vertexbuffer.c | 9 ++++++-- dlls/wined3d/stateblock.c | 10 +++++++++ dlls/wined3d/wined3d.spec | 2 ++ include/wine/wined3d.h | 2 ++ 8 files changed, 79 insertions(+), 55 deletions(-)