Alexandre Julliard pushed to branch master at wine / wine
Commits: d1a8fb33 by Connor McAdams at 2024-10-07T16:44:48+02:00 d3dx9: Add pixel_format_desc type checking helper functions.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
- - - - - 6295b24a by Connor McAdams at 2024-10-07T16:44:48+02:00 d3dx9: Rework pixel_format_desc structure format type value.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
- - - - - 5d32c800 by Connor McAdams at 2024-10-07T16:44:48+02:00 d3dx9: Always align and mask channel bits in format_to_d3dx_color().
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
- - - - - ce49f2b5 by Connor McAdams at 2024-10-07T16:44:48+02:00 d3dx9: Get rid of la_{to,from}_rgba format callbacks.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
- - - - - d1a8411d by Connor McAdams at 2024-10-07T16:44:48+02:00 d3dx9: Get rid of index_to_rgba callback.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
- - - - - e9cdd9e2 by Connor McAdams at 2024-10-07T16:44:49+02:00 d3dx9: Add support for D3DFMT_X8L8V8U8.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
- - - - - a75ccdf4 by Connor McAdams at 2024-10-07T16:44:49+02:00 d3dx9: Add support for D3DFMT_A2W10V10U10.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
- - - - - 80847752 by Connor McAdams at 2024-10-07T16:44:49+02:00 d3dx9: Add support for D3DFMT_A8P8.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
- - - - -
7 changed files:
- dlls/d3dx9_36/d3dx9_private.h - dlls/d3dx9_36/math.c - dlls/d3dx9_36/surface.c - dlls/d3dx9_36/tests/surface.c - dlls/d3dx9_36/texture.c - dlls/d3dx9_36/util.c - dlls/d3dx9_36/volume.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7aef4bc6db009935b43d43a0e9f2d9...