Module: wine Branch: master Commit: a02fd72965602eb93fa1fc14a8fc8e022a0dbce6 URL: http://source.winehq.org/git/wine.git/?a=commit;h=a02fd72965602eb93fa1fc14a8...
Author: Józef Kucia jkucia@codeweavers.com Date: Fri Dec 9 11:30:48 2016 +0100
wined3d: Use depth/stencil formats for typeless resources only when WINED3DUSAGE_DEPTHSTENCIL is set.
Signed-off-by: Józef Kucia jkucia@codeweavers.com Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/wined3d/buffer.c | 2 +- dlls/wined3d/context.c | 12 ++++--- dlls/wined3d/directx.c | 19 +++++----- dlls/wined3d/surface.c | 2 +- dlls/wined3d/swapchain.c | 4 +-- dlls/wined3d/texture.c | 13 ++++--- dlls/wined3d/utils.c | 76 ++++++++++++++++++++++++++++++---------- dlls/wined3d/vertexdeclaration.c | 4 +-- dlls/wined3d/view.c | 6 ++-- dlls/wined3d/wined3d_private.h | 2 +- 10 files changed, 92 insertions(+), 48 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=a02fd72965602eb93fa1fc...