Sweden-Number/dlls/d3dx9_36
Christian Costa 19acdd0c35 d3dx9: Also check for a valid alpha channel for TGA images.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48631
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 46f08b169b)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
2022-03-15 23:22:29 +01:00
..
tests d3dx9/effect: Reset output handle for next after last technique in FindNextValidTechnique(). 2021-11-22 22:21:05 +01:00
Makefile.in makefiles: Remove no longer needed explicit ucrtbase imports. 2020-04-06 21:21:52 +02:00
animation.c d3dx9: Implement D3DXCreateKeyframedAnimationSet. 2020-02-11 22:39:59 +01:00
core.c
d3dx9_36.spec
d3dx9_private.h d3dx9: Use BitScanReverse in make_pow2. 2020-06-11 22:19:59 +02:00
effect.c d3dx9/effect: Reset output handle for next after last technique in FindNextValidTechnique(). 2021-11-22 22:21:05 +01:00
font.c d3dx9: Remove unreachable DT_SINGLELINE handling from ID3DXFont_DrawText. 2020-11-18 20:28:05 +01:00
line.c
main.c
math.c
mesh.c d3dx9: Ignore vertices reordering for D3DXMESHOPT_ATTRSORT in OptimizeInPlace(). 2020-09-29 12:02:38 +02:00
preshader.c
render.c
shader.c
skin.c d3dx9: Implement ID3DXSkinInfo_Clone(). 2020-06-17 17:44:32 +02:00
sprite.c d3dx9: Correctly handle sprites array reallocation. 2020-11-23 21:07:16 +01:00
surface.c d3dx9: Also check for a valid alpha channel for TGA images. 2022-03-15 23:22:29 +01:00
texture.c d3dx9: Reimplement make_pow2() in d3dx9_private.h. 2020-02-25 23:43:18 +01:00
txc_compress_dxtn.c
txc_dxtn.h
txc_fetch_dxtn.c
util.c d3dx9: Avoid closing invalid handles. 2020-12-22 21:34:04 +01:00
version.rc
volume.c
xfile.c