Read-only mirror of https://gitlab.gnome.org/GNOME/mutter
3e42af2a00
Both cogl_matrix_transform_points and _project_points take points_in and points_out arguments and explicitly allow pointing to the same array (i.e. to transform in-place) The implementation of the various internal transform functions though were not handling this possability and so it was possible the reference partially transformed vertex values as if they were original input values leading to incorrect results. This patch ensures we take a temporary copy of the current input point when transforming. |
||
---|---|---|
cogl | ||
doc | ||
pango | ||
Makefile.am |