Module: wine Branch: master Commit: 099aa57f23fd20ffc499ebc32e49559bab805814 URL: https://source.winehq.org/git/wine.git/?a=commit;h=099aa57f23fd20ffc499ebc32...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Fri Sep 24 08:10:12 2021 +0300
d3d10/effect: Validate shared constant buffer types against the pool.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Matteo Bruni mbruni@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/d3d10/d3d10_private.h | 2 +- dlls/d3d10/effect.c | 101 ++++++++++++++++++++++++++++++--------------- dlls/d3d10/tests/effect.c | 42 +++++++++++-------- 3 files changed, 94 insertions(+), 51 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=099aa57f23fd20ffc499e...