From 410d44ce0577dd81fd1debda0fd14b0011238f10 Mon Sep 17 00:00:00 2001 From: ReinUsesLisp Date: Tue, 19 Nov 2019 23:55:17 -0300 Subject: 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. --- src/video_core/renderer_opengl/gl_device.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/video_core/renderer_opengl/gl_device.h') 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 base_bindings; -- cgit v1.2.3