[PATCH] wined3d: Add 4.4 to supported OpenGL versions.
Józef Kucia <[email protected]>
| Newsgroups | gmane.comp.emulators.wine.patches |
|---|---|
| Message-ID | <[email protected]> |
We have a more efficient codepath for SM4+ interpolation modifiers if GLSL 4.40 is available. Signed-off-by: Józef Kucia <[email protected]> --- dlls/wined3d/directx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/wined3d/directx.c b/dlls/wined3d/directx.c index e06001703ee3..8800bd7f330c 100644 --- a/dlls/wined3d/directx.c +++ b/dlls/wined3d/directx.c @@ -6505,6 +6505,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), }; -- 2.13.6