gsk: Drop modelview/projection from GskRenderer API

Desktop / GNOME / GTK - Emmanuele Bassi [gnome.org] - 18 October 2016 05:49 UTC

The details of the modelview and projection matrices are only useful for the GL renderer; there's really no point in having those details available in the generic API — especially as the Cairo fallback renderer cannot really set up a complex modelview or a projection matrix.

ce67336 gsk: Drop modelview/projection from GskRenderer API
gsk/gskglrenderer.c | 43 ++++++++-----
gsk/gskrenderer.c | 172 ---------------------------------------------------
gsk/gskrenderer.h | 12 ----
gtk/gtkwindow.c | 17 -----
4 files changed, 26 insertions(+), 218 deletions(-)

Upstream: git.gnome.org


  • Share