vulkan-wsi-layer/util/wsialloc
Dennis Tsiang 1701c1fea4 Add versioning to wsialloc interface
The wsialloc interface now has explicit versioning which is used to
ensure that wsialloc implementations are compatible with the interface.
wsialloc implementations should define which version they are using and
upon version mismatch compilation will fail.

Also:
- add new WSIALLOC_MAX_PLANE macro to define the maximum number of
planes that the wsialloc should support.

Change-Id: I211fc4341f249deff0c005d946c483ba47366600
Signed-off-by: Dennis Tsiang <dennis.tsiang@arm.com>
2021-11-15 13:59:10 +00:00
..
wsialloc.h Add versioning to wsialloc interface 2021-11-15 13:59:10 +00:00
wsialloc_ion.c Add versioning to wsialloc interface 2021-11-15 13:59:10 +00:00