wpe: Add software rendering support support
authorPhilippe Normand <philn@igalia.com>
Sat, 8 Feb 2020 12:05:03 +0000 (12:05 +0000)
committerThibault Saunier <tsaunier@gnome.org>
Tue, 11 Feb 2020 16:47:53 +0000 (16:47 +0000)
commit9ac798ae5e7ebefea626d796eac8d859c3dfdf60
treee4ff89405528bbbac4ef410a9afcadff8063ff83
parente2cefdd6ffcb874807428363749a628055d7281b
wpe: Add software rendering support support

Starting from WPEBackend-FDO 1.6.x, software rendering support is available.
This features allows wpesrc to be used on machines without GPU, and/or for
testing purpose. To enable it, set the `LIBGL_ALWAYS_SOFTWARE=true` environment
variable and make sure `video/x-raw, format=BGRA` caps are negotiated by the
wpesrc element.
ext/wpe/WPEThreadedView.cpp
ext/wpe/WPEThreadedView.h
ext/wpe/gstwpesrc.cpp
ext/wpe/meson.build