Handle new Cairo formats in test-trace

We are missing RGB96F and RGBA128F.
This commit is contained in:
Emmanuele Bassi 2021-04-18 11:17:38 +01:00
parent 7027360c82
commit 966b4a4e5f

View file

@ -858,6 +858,8 @@ matches_reference (struct slave *slave)
case CAIRO_FORMAT_RGB30:
case CAIRO_FORMAT_RGB16_565:
case CAIRO_FORMAT_RGB96F:
case CAIRO_FORMAT_RGBA128F:
case CAIRO_FORMAT_INVALID:
assert (0);
}