Module: wine Branch: master Commit: a5551040f234090ff5ac60e7a4aaff2d76fc2ada URL: https://source.winehq.org/git/wine.git/?a=commit;h=a5551040f234090ff5ac60e7a...
Author: Paul Gofman gofmanp@gmail.com Date: Wed Oct 23 19:44:58 2019 +0300
wined3d: Issue texture barrier before using a texture attached to FBO.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45978 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/d3d9/tests/visual.c | 163 ++++++++++++++++++++++++++++++++++++++++- dlls/wined3d/adapter_gl.c | 7 ++ dlls/wined3d/context.c | 29 ++++++++ dlls/wined3d/wined3d_gl.h | 2 + dlls/wined3d/wined3d_private.h | 23 +++++- 5 files changed, 222 insertions(+), 2 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=a5551040f234090ff5ac6...