Module: wine Branch: master Commit: ae6553bd0b2c666f3002a98eb555e2a2c741dabe URL: https://source.winehq.org/git/wine.git/?a=commit;h=ae6553bd0b2c666f3002a98eb...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Wed Oct 31 13:19:49 2018 +0330
wined3d: Pass bind flags to wined3d_check_device_format().
Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/d3d11/device.c | 12 ++++----- dlls/d3d8/directx.c | 8 +++--- dlls/d3d9/directx.c | 8 +++--- dlls/d3d9/texture.c | 5 ++-- dlls/ddraw/ddraw.c | 8 +++--- dlls/ddraw/device.c | 10 ++++---- dlls/ddraw/surface.c | 16 ++++++++---- dlls/wined3d/directx.c | 65 ++++++++++++++++++++++++++++++----------------- dlls/wined3d/wined3d.spec | 2 +- include/wine/wined3d.h | 2 +- 10 files changed, 83 insertions(+), 53 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=ae6553bd0b2c666f3002a...