Skip to content

macos: make OpenGL context opaque when possible

Christian Hergert requested to merge wip/chergert/macos-gl-opaque-context into master

If our opaque region is the entire surface, then we can make the OpenGL context opaque like we do for decorated windows. This improves performance as the compositor does not need to blend the surface with the contents behind the window.

Merge request reports