Module: wine Branch: master Commit: 5323042f7a2aa69c01bce8248a457bcc8533c61c URL: https://gitlab.winehq.org/wine/wine/-/commit/5323042f7a2aa69c01bce8248a457bc...
Author: Zebediah Figura zfigura@codeweavers.com Date: Sat Feb 18 15:45:58 2023 -0600
wined3d: Add helpers to retrieve shader constants from a wined3d_stateblock.
---
dlls/d3d8/device.c | 26 ++++---------- dlls/d3d9/device.c | 71 ++++++++++---------------------------- dlls/wined3d/stateblock.c | 86 +++++++++++++++++++++++++++++++++++++++++++++++ dlls/wined3d/wined3d.spec | 6 ++++ include/wine/wined3d.h | 12 +++++++ 5 files changed, 129 insertions(+), 72 deletions(-)