Module: wine Branch: master Commit: 1215ee024148952525317cc104ce91e650f21ca3 URL: https://gitlab.winehq.org/wine/wine/-/commit/1215ee024148952525317cc104ce91e...
Author: Connor McAdams cmcadams@codeweavers.com Date: Wed Jun 5 11:11:59 2024 -0400
d3dx9: Add support for specifying which mip level to get pixel data from to d3dx_image_get_pixels().
Signed-off-by: Connor McAdams cmcadams@codeweavers.com
---
dlls/d3dx9_36/d3dx9_private.h | 4 +-- dlls/d3dx9_36/surface.c | 72 ++++++++++++++++--------------------------- dlls/d3dx9_36/tests/texture.c | 20 ++++++------ dlls/d3dx9_36/texture.c | 48 +++++++++++++++-------------- 4 files changed, 62 insertions(+), 82 deletions(-)