For small regions, the optimization doesn't matter that much, so we
don't need to do lots of work on the CPU.
In particular, this should catch icons and their backgrounds (32x32),
but I was generous in selecting the number.
Gets my discrete AMD on widget-factory back to the 1900fps it had before
this optimization while making the driver clock the GPU's shader at
1.7GHz instead of the 2.1GHz it used before.
graphene_rect_intersection (&state->clip.rect.bounds, &rect, &clipped);
if (gdk_rgba_is_opaque (color) &&
+ node->bounds.size.width * node->bounds.size.height > 100 * 100 && /* not worth the effort for small images */
gsk_vulkan_parse_rect_is_integer (state, &clipped, &int_clipped))
{
/* now handle all the clip */