Skip to content

Commit

Permalink
we are softpipe not llvmpipe
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Dec 21, 2023
1 parent ff828bf commit 98f59cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app_pojavlauncher/src/main/jni/egl_bridge.c
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ int pojavInitOpenGL() {
set_osm_bridge_tbl();
} else if (strcmp(renderer, "swrast") == 0) {
pojav_environ->config_renderer = RENDERER_VK_ZINK;
setenv("GALLIUM_DRIVER", "llvmpipe", 1);
setenv("GALLIUM_DRIVER", "softpipe", 1);
setenv("LIBGL_ALWAYS_SOFTWARE", "1", 1);
set_osm_bridge_tbl();
}
Expand Down

0 comments on commit 98f59cd

Please sign in to comment.