Mesa (staging/22.0): lavapipe: Don't use VK_OUTARRAY_MAKE()/vk_outarray_append()

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Apr 14 23:13:50 UTC 2022


Module: Mesa
Branch: staging/22.0
Commit: dcdf45dd6f1bf2e83c665b90b921f65f067f981f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=dcdf45dd6f1bf2e83c665b90b921f65f067f981f

Author: Boris Brezillon <boris.brezillon at collabora.com>
Date:   Wed Mar 23 02:40:09 2022 -0700

lavapipe: Don't use VK_OUTARRAY_MAKE()/vk_outarray_append()

MSVC doesn't support typeof(). If we want to keep compiling radv on
windows we need to use the typed variants of those macros.

Fixes: dc8fdab71efd ("lavapipe: Use VK_OUTARRAY for GetPhysicalDeviceQueueFamilyProperties[2]")
Acked-by: Daniel Stone <daniels at collabora.com>
Acked-by: Erik Faye-Lund <erik.faye-lund at collabora.com>
Reviewed-by: Jason Ekstrand <jason.ekstrand at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15518>
(cherry picked from commit aa0c54353387d2b41034614e44c58272964f079c)

Conflicts:
	src/gallium/frontends/lavapipe/lvp_device.c

---

 .pick_status.json                           |    2 +-
 src/gallium/frontends/lavapipe/lvp_device.c | 1860 +++++++++++++--------------
 2 files changed, 931 insertions(+), 931 deletions(-)

Diff:   http://cgit.freedesktop.org/mesa/mesa/diff/?id=dcdf45dd6f1bf2e83c665b90b921f65f067f981f


More information about the mesa-commit mailing list