|
From: past-due <no...@gi...> - 2019-08-23 18:29:27
|
Branch: refs/heads/master Home: https://github.com/Warzone2100/warzone2100 Commit: 8a755a5e6e4f0eb8c62cc51db121cc61c65da80b https://github.com/Warzone2100/warzone2100/commit/8a755a5e6e4f0eb8c62cc51db121cc61c65da80b Author: past-due <309...@us...> Date: 2019-08-23 (Fri, 23 Aug 2019) Changed paths: M win32/warzone2100.manifest M win32/warzone2100.manifest.in Log Message: ----------- Workaround: Issue loading OpenGL on old(er) Intel chipsets / drivers on Windows 10 The issue: Advertising Windows 10 compatibility in the application manifest can lead to a failure with old(er) Intel OpenGL drivers on Windows 10. (Attempting to create an OpenGL context falls back to the "GDI Generic" OpenGL Renderer, which is limited to OpenGL 1.1.0.) See: https://github.com/pal1000/save-legacy-intel-graphics |