Skip to content

gl-renderer: Minimize state changes

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

Some states like the blend function and the enabled generic vertex attrib arrays are constant across draw calls. This merge request proposes to change to them once per per pass (output, border and shadow repaints) to minimize changes.

Merge request reports