Stefan Dösinger : wined3d: Test if an offset is needed to get the correct filling convention.

Alexandre Julliard julliard at winehq.org
Thu Nov 4 17:04:22 CDT 2021


Module: wine
Branch: master
Commit: 044f5e109fd7bdb5a3c172240d6195faa87a1dce
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=044f5e109fd7bdb5a3c172240d6195faa87a1dce

Author: Stefan Dösinger <stefan at codeweavers.com>
Date:   Wed Nov  3 20:15:28 2021 +0300

wined3d: Test if an offset is needed to get the correct filling convention.

This fixes stray lines in GameFace GUIs, e.g. in World of Tanks.

Signed-off-by: Stefan Dösinger <stefan at codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/d3d11/tests/d3d11.c       |   1 -
 dlls/ddraw/tests/ddraw4.c      |   6 ++-
 dlls/ddraw/tests/ddraw7.c      |   6 ++-
 dlls/wined3d/adapter_gl.c      |  50 +++++++++++++++++
 dlls/wined3d/adapter_vk.c      |   8 +++
 dlls/wined3d/state.c           |   3 +-
 dlls/wined3d/utils.c           | 118 +++++++++++++++++++++++++++++++++++++----
 dlls/wined3d/wined3d_private.h |  13 ++++-
 8 files changed, 187 insertions(+), 18 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=044f5e109fd7bdb5a3c172240d6195faa87a1dce



More information about the wine-cvs mailing list