Skip to content

gl-renderer: Improve axis alignment test

Derive axis alignment directly from the quad instead of relying on the transform flags of the weston_view struct. This is more reliable since matrix flags could erroneously hang around after a series of transforms. The axis alignment test now also includes rectangles rotated by multiples of 90°.

Merge request reports