Skip to content

Fixes for GL renderer init failure

Daniel Stone requested to merge daniels/weston:gl-renderer-init-fixes into master

Bail out earlier when shader compilation fails, instead of trying to soldier on, and also make sure that we don't try to double-free the renderer if we can't initialise it. This should fix reports of Weston crashing (as opposed to gracefully erroring out) when the GL renderer can't be initialised.

Merge request reports