Skip to content

gl-renderer: repaint_output() fixes

Loïc Molinari requested to merge molinari/weston:repaint_output_fixes into main

This fixes a few repaint_output() issues with regards to debug modes in the GL renderer. It also prevents calling eglSetDamageRegion() on surfaceless outputs which isn't allowed.

Merge request reports