=?UTF-8?Q?J=C3=B3zef=20Kucia=20?=: wined3d: Add 4.4 to supported OpenGL versions.

Alexandre Julliard julliard at winehq.org
Thu Nov 2 17:28:49 CDT 2017


Module: wine
Branch: master
Commit: 6a0546da92e7607e8013a3c26bc2151e2efc6884
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=6a0546da92e7607e8013a3c26bc2151e2efc6884

Author: Józef Kucia <jkucia at codeweavers.com>
Date:   Thu Nov  2 11:39:28 2017 +0100

wined3d: Add 4.4 to supported OpenGL versions.

We have a more efficient codepath for SM4+ interpolation modifiers
if GLSL 4.40 is available.

Signed-off-by: Józef Kucia <jkucia at codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/wined3d/directx.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/wined3d/directx.c b/dlls/wined3d/directx.c
index ef3a7fd..c89d556 100644
--- a/dlls/wined3d/directx.c
+++ b/dlls/wined3d/directx.c
@@ -6515,6 +6515,7 @@ static BOOL wined3d_adapter_init(struct wined3d_adapter *adapter, UINT ordinal,
 {
     static const DWORD supported_gl_versions[] =
     {
+        MAKEDWORD_VERSION(4, 4),
         MAKEDWORD_VERSION(3, 2),
         MAKEDWORD_VERSION(1, 0),
     };




More information about the wine-cvs mailing list