Files
gtk/gsk
Timm Bäder d15df65a9d gl renderer: Save some matrix multiplications
We do this for every single node, which is a little costly, especially
since the common case for the modelview matrix these days is a simple
translation. So, check whether the new modelview matrix is only a
translation matrix and if so, don't do a full matrix multiplication per
node.
2018-10-11 12:27:56 +02:00
..
2018-02-06 01:16:32 -05:00
2016-12-20 18:01:12 +01:00
2018-04-05 14:56:38 +02:00
2018-04-05 14:56:38 +02:00
2018-06-25 19:55:04 -04:00
2017-09-10 14:36:26 -04:00
2018-07-17 17:33:47 +02:00