summaryrefslogtreecommitdiff
path: root/gsk/gskcairoblur.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-3/+3
|
* cairoblur: Get rid of gdk_cairo_get_clip_rectangle() callBenjamin Otte2020-02-131-8/+10
| | | | It's about to be removed.
* cairoblur: Move the check for early exitBenjamin Otte2020-02-131-3/+8
| | | | | That means we only have one place where we check all kinds of early exits.
* gskcairoblur: Don't apply y_scale twiceTimm Bäder2018-01-151-1/+1
| | | | | A version of 29f36fed085d51bad16ec0e3f7ba5085bf9f82e8 but for the blur we use in gsk.
* gsk: Add GskShadowNodeBenjamin Otte2016-12-201-0/+118
| | | | | | | ... and make the icon rendering code use it. This requires moving even more shadow renering code into GSK, but so be it. At least the "shadows not implemented" warning is now gone!
* gsk: Move gtk/gtkcairoblur.c to gsk/gskcairoblur.cBenjamin Otte2016-12-201-0/+282