Module: wine Branch: master Commit: a2521a90f4e87052ea21759f6732f8b0d1ed0018 URL: https://source.winehq.org/git/wine.git/?a=commit;h=a2521a90f4e87052ea21759f6...
Author: Piotr Caban piotr@codeweavers.com Date: Wed May 25 19:53:43 2022 +0200
d3dx10: Share code for resource data loading.
Signed-off-by: Piotr Caban piotr@codeweavers.com
---
dlls/d3dx10_43/async.c | 89 ++++++++++++++++++++++++++++++++++------------ dlls/d3dx10_43/compiler.c | 34 +++--------------- dlls/d3dx10_43/dxhelpers.h | 4 +++ dlls/d3dx10_43/texture.c | 70 ++++++------------------------------ 4 files changed, 85 insertions(+), 112 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=a2521a90f4e87052ea217...