vulkan-wsi-layer/util/drm
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
..
drm_utils.cpp Adds initial support for VK_KHR_wayland_surface. 2021-02-09 18:22:09 +00:00
drm_utils.hpp Adds initial support for VK_KHR_wayland_surface. 2021-02-09 18:22:09 +00:00
format_table.c Adds initial support for VK_KHR_wayland_surface. 2021-02-09 18:22:09 +00:00
format_table.h Add versioning to wsialloc interface 2021-11-15 13:59:10 +00:00