intercept: Fix swiftshader

Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
Ikey Doherty
2017-11-11 05:39:04 +00:00
parent 2462f93f39
commit 02ccceae42
+1 -4
View File
@@ -89,6 +89,7 @@ static const char *steam_allowed[] = {
/* Swift shader */
"libGLESv2.so",
"libEGL.so",
};
static const char *wanted_steam_processes[] = {
@@ -130,10 +131,6 @@ static const char *vendor_blacklist[] = {
/* general problem causer. */
"libopenal.so.",
/* thou shalt not replace drivers (swiftshader) ! */
"libGLESv2.so",
"libGL.so",
/* glews (provide glew + glew110 in your distro for full compat) */
"libGLEW.so.1.10",
"libGLEW.so.1.12",