Module: wine Branch: master Commit: 376182062ff1ab8e7835fd67bc650da83c2cc75d URL: https://source.winehq.org/git/wine.git/?a=commit;h=376182062ff1ab8e7835fd67b...
Author: Matteo Bruni mbruni@codeweavers.com Date: Thu Sep 26 20:53:59 2019 +0200
d3dx9: Handle compressed surfaces in D3DXLoadSurfaceFromMemory.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=24983 Signed-off-by: Matteo Bruni mbruni@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/d3dx9_24/Makefile.in | 2 + dlls/d3dx9_25/Makefile.in | 2 + dlls/d3dx9_26/Makefile.in | 2 + dlls/d3dx9_27/Makefile.in | 2 + dlls/d3dx9_28/Makefile.in | 2 + dlls/d3dx9_29/Makefile.in | 2 + dlls/d3dx9_30/Makefile.in | 2 + dlls/d3dx9_31/Makefile.in | 2 + dlls/d3dx9_32/Makefile.in | 2 + dlls/d3dx9_33/Makefile.in | 2 + dlls/d3dx9_34/Makefile.in | 2 + dlls/d3dx9_35/Makefile.in | 2 + dlls/d3dx9_36/Makefile.in | 2 + dlls/d3dx9_36/d3dx9_private.h | 4 +- dlls/d3dx9_36/surface.c | 112 ++++- dlls/d3dx9_36/tests/surface.c | 63 +-- dlls/d3dx9_36/tests/texture.c | 158 +++---- dlls/d3dx9_36/texture.c | 41 +- dlls/d3dx9_36/txc_compress_dxtn.c | 841 ++++++++++++++++++++++++++++++++++++++ dlls/d3dx9_36/txc_dxtn.h | 52 +++ dlls/d3dx9_36/txc_fetch_dxtn.c | 243 +++++++++++ dlls/d3dx9_36/volume.c | 1 - dlls/d3dx9_37/Makefile.in | 2 + dlls/d3dx9_38/Makefile.in | 2 + dlls/d3dx9_39/Makefile.in | 2 + dlls/d3dx9_40/Makefile.in | 2 + dlls/d3dx9_41/Makefile.in | 2 + dlls/d3dx9_42/Makefile.in | 2 + dlls/d3dx9_43/Makefile.in | 2 + 29 files changed, 1423 insertions(+), 132 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=376182062ff1ab8e7835f...