Alexandre Julliard pushed to branch master at wine / wine
Commits: f510a868 by Connor McAdams at 2024-09-23T22:28:29+02:00 d3dx9/tests: Add more d3d format conversion tests.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
- - - - - b9efe656 by Connor McAdams at 2024-09-23T22:28:29+02:00 d3dx9/tests: Add format conversion tests for premultiplied alpha DXTn formats.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
- - - - - f1c62ae6 by Connor McAdams at 2024-09-23T22:28:29+02:00 d3dx9: Clamp source components to unorm range.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
- - - - - a3ff9d2b by Connor McAdams at 2024-09-23T22:28:29+02:00 d3dx9: Store pixel value range alongside pixel values when reading pixels.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
- - - - - 55d47a66 by Connor McAdams at 2024-09-23T22:28:29+02:00 d3dx9: Add support for D3DFMT_Q8W8V8U8.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
- - - - - 6d9ae6b5 by Connor McAdams at 2024-09-23T22:28:29+02:00 d3dx9: Add support for D3DFMT_V8U8.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
- - - - - b6196159 by Connor McAdams at 2024-09-23T22:28:29+02:00 d3dx9: Use format_from_d3dx_color() instead of fill_texture().
These functions do the exact same thing, so there's no need to have two separate functions.
Signed-off-by: Connor McAdams <cmcadams@codeweavers.com>
- - - - -
6 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
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f84f2703b5345a23c2aa39e1bf3b1f...