diff options
| author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2019-11-19 23:55:17 -0300 |
|---|---|---|
| committer | ReinUsesLisp <reinuseslisp@airmail.cc> | 2019-11-25 16:15:22 -0300 |
| commit | 410d44ce0577dd81fd1debda0fd14b0011238f10 (patch) | |
| tree | 9b09205f0596df10e38a9f1c175ff2d2343ecea5 /src/video_core/renderer_opengl/gl_device.h | |
| parent | 6d23b045a06ee49e81ae0ef7dd726c11983db304 (diff) | |
gl_device: Deduce indexing bug from device instead of heuristic
The heuristic to detect AMD's driver was not working properly since it
also included Intel. Instead of using heuristics to detect it, compare
the GL_VENDOR string.
Diffstat (limited to 'src/video_core/renderer_opengl/gl_device.h')
| -rw-r--r-- | src/video_core/renderer_opengl/gl_device.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/renderer_opengl/gl_device.h b/src/video_core/renderer_opengl/gl_device.h index 5433815b9..d73b099d0 100644 --- a/src/video_core/renderer_opengl/gl_device.h +++ b/src/video_core/renderer_opengl/gl_device.h @@ -86,7 +86,6 @@ public: private: static bool TestVariableAoffi(); - static bool TestComponentIndexingBug(); static bool TestPreciseBug(); std::array<BaseBindings, Tegra::Engines::MaxShaderTypes> base_bindings; |
