Allow software renderers with placebo-gl

This commit is contained in:
Cameron Cawley
2024-09-04 18:29:59 +00:00
committed by Ronald S. Bultje
co-authored by Ronald S. Bultje
parent 312972d69b
commit 507b697ec0
+1
View File
@@ -143,6 +143,7 @@ static void *placebo_renderer_create_gl(const Dav1dPlaySettings *settings)
SDL_GL_MakeCurrent(sdlwin, rd_priv_ctx->gl_context);
rd_priv_ctx->gl = pl_opengl_create(rd_priv_ctx->log, pl_opengl_params(
.allow_software = true,
#ifndef NDEBUG
.debug = true,
#endif