Alexandre Julliard pushed to branch master at wine / wine
Commits: 4b773c52 by Connor McAdams at 2025-05-14T18:35:10+02:00 d3dx9: Make functions for pixel copying/conversion/filtering static.
Signed-off-by: Connor McAdams cmcadams@codeweavers.com
- - - - - e4503d89 by Connor McAdams at 2025-05-14T18:35:10+02:00 d3dx9: Move code for format conversion of a single pixel into a common helper function.
Signed-off-by: Connor McAdams cmcadams@codeweavers.com
- - - - - 56618b99 by Connor McAdams at 2025-05-14T18:35:10+02:00 d3dx9/tests: Add some color key tests.
Signed-off-by: Connor McAdams cmcadams@codeweavers.com
- - - - - 70484088 by Connor McAdams at 2025-05-14T18:35:10+02:00 d3dx9: Set all color channels to zero when color keying.
Signed-off-by: Connor McAdams cmcadams@codeweavers.com
- - - - - 7c9edc3c by Connor McAdams at 2025-05-14T18:35:10+02:00 d3dx9: Calculate a range of color key channel values in d3dx_load_pixels_from_pixels() if necessary.
Signed-off-by: Connor McAdams cmcadams@codeweavers.com
- - - - - 6dc6adf9 by Connor McAdams at 2025-05-14T18:35:10+02:00 d3dx9: Don't color key compressed pixel formats on 32-bit d3dx9.
Signed-off-by: Connor McAdams cmcadams@codeweavers.com
- - - - -
3 changed files:
- dlls/d3dx9_36/d3dx9_private.h - dlls/d3dx9_36/surface.c - dlls/d3dx9_36/tests/surface.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e6aa0be6d1e793c012ce0c6ba874e1...