mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-20 17:30:07 +01:00
Handle new Cairo formats in test-trace
We are missing RGB96F and RGBA128F.
This commit is contained in:
parent
7027360c82
commit
966b4a4e5f
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue