Module: wine Branch: master Commit: 9a13d48e4eddff7708506e72ee3c737131b6a507 URL: https://source.winehq.org/git/wine.git/?a=commit;h=9a13d48e4eddff7708506e72e...
Author: Matteo Bruni mbruni@codeweavers.com Date: Tue Feb 13 01:00:44 2018 +0100
wined3d: Get rid of legacy mipmap autogeneration support.
Signed-off-by: Matteo Bruni mbruni@codeweavers.com Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/d3d11/device.c | 2 +- dlls/d3d9/d3d9_private.h | 2 +- dlls/wined3d/directx.c | 13 ++++----- dlls/wined3d/resource.c | 1 - dlls/wined3d/texture.c | 62 ------------------------------------------ dlls/wined3d/utils.c | 4 +-- dlls/wined3d/wined3d.spec | 2 -- dlls/wined3d/wined3d_gl.h | 2 -- dlls/wined3d/wined3d_private.h | 1 - include/wine/wined3d.h | 13 ++++----- 10 files changed, 14 insertions(+), 88 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=9a13d48e4eddff7708506...