gtk2/gsk
Benjamin Otte 41ef6e9fa5 transform: Add optimization for common case
Transforming identity by an other transform does not mean we need to
painstakingly apply the individual steps of other to construct a new
transform, it means we can just return other.

Or in math terms:
  I * B = B
so just return B.
2020-02-21 18:19:16 +01:00
..
broadway broadway: Handle Cairo nodes with NULL surfaces 2019-05-29 07:14:31 +02:00
gl Fix detection of OpenGL 3.3 core GL_ARB_timer_query. 2020-02-14 05:41:01 +11:00
resources gl renderer: Shorten shaders a bit 2020-01-24 06:08:39 +01:00
vulkan profiler: Make profiler-is-running a macro 2020-02-12 11:05:01 +01:00
gen-gsk-gresources-xml.py
gsk-autocleanup.h Use a single compilation symbol 2019-11-27 13:33:43 +00:00
gsk.h gsk: Export gsk_vulkan_renderer_new() 2019-05-05 07:18:39 +02:00
gskcairoblur.c cairoblur: Get rid of gdk_cairo_get_clip_rectangle() call 2020-02-13 07:36:38 +01:00
gskcairoblurprivate.h
gskcairorenderer.c gsk: Export Cairo renderer 2019-05-05 07:18:39 +02:00
gskcairorenderer.h gsk: Export Cairo renderer 2019-05-05 07:18:39 +02:00
gskdebug.c
gskdebugprivate.h
gskdiff.c
gskdiffprivate.h
gskenums.h gsk: Small documentation additions 2020-02-08 19:36:25 -05:00
gskenumtypes.c.template Use @basename@ in enumeration type templates 2019-02-04 14:02:45 +01:00
gskenumtypes.h.template Use @basename@ in enumeration type templates 2019-02-04 14:02:45 +01:00
gskprivate.c
gskprivate.h
gskprofiler.c Convert all profiler times from nsec to usec 2020-02-12 10:44:17 +01:00
gskprofilerprivate.h gsk: Add some more profiler apis 2019-05-07 09:37:59 -07:00
gskrenderer.c gsk: Export gsk_vulkan_renderer_new() 2019-05-05 07:18:39 +02:00
gskrenderer.h Use a single compilation symbol 2019-11-27 13:33:43 +00:00
gskrendererprivate.h renderer: Make gsk_renderer_is_realized() public 2019-03-19 08:47:54 +01:00
gskrendernode.c rendernode: Don't clip when _draw()ing 2020-02-12 16:54:49 +01:00
gskrendernode.h gsk: Small documentation additions 2020-02-08 19:36:25 -05:00
gskrendernodeimpl.c gsk: Clip shadow node before push_group() 2020-02-13 07:36:38 +01:00
gskrendernodeparser.c gsk: Make GskColorStop.offset a float 2020-01-07 17:27:16 +01:00
gskrendernodeparserprivate.h rendernodeparser: Skip root node when it's a container 2019-05-21 06:43:59 +02:00
gskrendernodeprivate.h Add pure and const annotations to various functions 2020-01-26 18:21:07 +01:00
gskroundedrect.c roundedrect: Fix inlining of graphene functions 2020-02-13 07:36:38 +01:00
gskroundedrect.h Add pure and const annotations to various functions 2020-01-26 18:21:07 +01:00
gskroundedrectprivate.h Add pure and const annotations to various functions 2020-01-26 18:21:07 +01:00
gsktransform.c transform: Add optimization for common case 2020-02-21 18:19:16 +01:00
gsktransform.h GskTransform: Add gsk_transform_transform_point() 2020-01-24 06:19:12 +01:00
gsktransformprivate.h transform: Add gsk_transform_parse() 2019-04-12 19:34:29 +02:00
gsktypes.h Use a single compilation symbol 2019-11-27 13:33:43 +00:00
meson.build gl renderer: Move rect transformation to the vertex shader 2020-01-24 06:08:39 +01:00