Module: wine Branch: master Commit: f02b0226caa7a7a3f1c45563f144aee506044be6 URL: https://source.winehq.org/git/wine.git/?a=commit;h=f02b0226caa7a7a3f1c45563f... Author: Paul Gofman <pgofman(a)codeweavers.com> Date: Thu May 14 20:13:44 2020 +0430 wined3d: Allow setting user memory for mipmapped textures in wined3d_texture_update_desc(). Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=49105 Signed-off-by: Paul Gofman <pgofman(a)codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ddraw/tests/ddraw7.c | 96 ++++++++++++++++++++++++++++++++++++--- dlls/wined3d/texture.c | 113 +++++++++++++++++++++++++++------------------- 2 files changed, 155 insertions(+), 54 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=f02b0226caa7a7a3f1c45...