Module: wine Branch: master Commit: 3f698b950f52bf731d397c04ad68d240d28d7e2b URL: https://source.winehq.org/git/wine.git/?a=commit;h=3f698b950f52bf731d397c04a...
Author: Paul Gofman gofmanp@gmail.com Date: Wed Oct 23 19:44:59 2019 +0300
wined3d: Do not allow resource to be bound as SRV and RTV at the same time.
Signed-off-by: Paul Gofman gofmanp@gmail.com Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/d3d11/tests/d3d11.c | 223 +++++++++++++++++++++++++++++++++++++++++ dlls/wined3d/device.c | 35 +++++++ dlls/wined3d/stateblock.c | 1 + dlls/wined3d/wined3d_private.h | 1 + 4 files changed, 260 insertions(+)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=3f698b950f52bf731d397...