Files
weston/tests
Leandro Ribeiro c51d4ad9c8 drm-formats: save result of intersection in the first array
In the current API, we have some set operations: join, intersect and
subtract. Both join and subtract receives two DRM format arrays and save
the result in the first one.

For the intersection we have a slightly different approach, what makes
the API weird. We don't save the result in the arguments, instead we
return a new array with the result.

Modify weston_drm_format_array_intersect() in order to make it similar
to the other two set operations.

Signed-off-by: Leandro Ribeiro <leandro.ribeiro@collabora.com>
Reviewed-by: Alexandros Frantzis <alexandros.frantzis@collabora.com>
2021-09-06 12:52:37 +00:00
..
2021-06-16 14:41:08 +00:00
2021-07-23 17:26:02 +01:00
2021-06-15 07:43:00 +00:00
2021-07-23 17:26:02 +01:00
2017-01-23 14:12:06 +02:00
2021-06-28 14:21:27 +03:00
2020-01-30 10:10:35 +00:00