Skip to content
Snippets Groups Projects

Allow software renderers with placebo-gl

Merged Cameron Cawley requested to merge ccawley2011/dav1d:opengl-software into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading