Alexandre Julliard pushed to branch master at wine / wine
Commits: eac93ebb by Connor McAdams at 2025-08-01T20:59:50+09:00 d3dx9: Replace D3DFORMAT constants with enum d3dx_pixel_format_id constants.
Signed-off-by: Connor McAdams cmcadams@codeweavers.com
- - - - - 53629f5b by Connor McAdams at 2025-08-01T20:59:51+09:00 d3dx9: Introduce d3dx_resource_type enumeration.
Signed-off-by: Connor McAdams cmcadams@codeweavers.com
- - - - - 89fa7b03 by Connor McAdams at 2025-08-01T20:59:51+09:00 d3dx9: Introduce d3dx_image_file_format enumeration.
Signed-off-by: Connor McAdams cmcadams@codeweavers.com
- - - - - edab2985 by Connor McAdams at 2025-08-01T20:59:51+09:00 d3dx9: Move functions intended for code sharing into a separate source file.
Signed-off-by: Connor McAdams cmcadams@codeweavers.com
- - - - - 56503291 by Connor McAdams at 2025-08-01T20:59:53+09:00 d3dx9: Get rid of ID3DXBuffer usage in d3dx_helpers.
Signed-off-by: Connor McAdams cmcadams@codeweavers.com
- - - - - e2ffae32 by Connor McAdams at 2025-08-01T20:59:53+09:00 d3dx9: Don't include d3dx9 header in d3dx_helpers.
Signed-off-by: Connor McAdams cmcadams@codeweavers.com
- - - - - 8e39147a by Connor McAdams at 2025-08-01T21:00:45+09:00 d3dx10: Use shared d3dx code in get_image_info when possible.
This currently only supports non-DXT10 DDS files.
Signed-off-by: Connor McAdams cmcadams@codeweavers.com
- - - - -
31 changed files:
- dlls/d3dx10_43/Makefile.in - dlls/d3dx10_43/dxhelpers.h - dlls/d3dx10_43/texture.c - dlls/d3dx9_24/Makefile.in - dlls/d3dx9_25/Makefile.in - dlls/d3dx9_26/Makefile.in - dlls/d3dx9_27/Makefile.in - dlls/d3dx9_28/Makefile.in - dlls/d3dx9_29/Makefile.in - dlls/d3dx9_30/Makefile.in - dlls/d3dx9_31/Makefile.in - dlls/d3dx9_32/Makefile.in - dlls/d3dx9_33/Makefile.in - dlls/d3dx9_34/Makefile.in - dlls/d3dx9_35/Makefile.in - dlls/d3dx9_36/Makefile.in - dlls/d3dx9_36/d3dx9_private.h - + dlls/d3dx9_36/d3dx_helpers.c - + dlls/d3dx9_36/d3dx_helpers.h - dlls/d3dx9_36/math.c - dlls/d3dx9_36/surface.c - dlls/d3dx9_36/texture.c - dlls/d3dx9_36/util.c - dlls/d3dx9_36/volume.c - dlls/d3dx9_37/Makefile.in - dlls/d3dx9_38/Makefile.in - dlls/d3dx9_39/Makefile.in - dlls/d3dx9_40/Makefile.in - dlls/d3dx9_41/Makefile.in - dlls/d3dx9_42/Makefile.in - dlls/d3dx9_43/Makefile.in
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/736490d22c0456bb2e19984eb01606...