Skip to content

frontend: Support --renderer=foo for all backends

Daniel Stone requested to merge daniels/weston:frontend-dash-dash-renderer into main

Rather than have every backend reinvent its own --use-pixman or --use-gl, depending on what the default was at the time, add a common argument to explicitly specify the renderer.

This also explicitly plumbs the renderer enum through to each backend when creating it.

Merge request reports