mirror of
https://code.videolan.org/videolan/dav1d
synced 2026-06-11 04:03:05 +00:00
Allow software renderers with placebo-gl
This commit is contained in:
committed by
Ronald S. Bultje
co-authored by
Ronald S. Bultje
parent
312972d69b
commit
507b697ec0
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user