Mesa (main): vulkan/runtime: use updated tokens from vk.xml

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jul 12 16:27:07 UTC 2022


Module: Mesa
Branch: main
Commit: c3d8395a142ecfa09e19b4e749eacfca1e159846
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c3d8395a142ecfa09e19b4e749eacfca1e159846

Author: Eric Engestrom <eric at igalia.com>
Date:   Fri Jul  1 13:02:59 2022 +0100

vulkan/runtime: use updated tokens from vk.xml

Signed-off-by: Eric Engestrom <eric at igalia.com>
Reviewed-by: Jason Ekstrand <jason.ekstrand at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17342>

---

 src/vulkan/runtime/vk_cmd_copy.c         |  60 ++++++-------
 src/vulkan/runtime/vk_device.c           | 148 +++++++++++++++----------------
 src/vulkan/runtime/vk_fence.c            |   2 +-
 src/vulkan/runtime/vk_framebuffer.c      |   6 +-
 src/vulkan/runtime/vk_image.c            |  33 ++++---
 src/vulkan/runtime/vk_image.h            |  14 +--
 src/vulkan/runtime/vk_object.c           |  24 ++---
 src/vulkan/runtime/vk_object.h           |  14 +--
 src/vulkan/runtime/vk_pipeline.c         |   8 +-
 src/vulkan/runtime/vk_pipeline_cache.c   |   4 +-
 src/vulkan/runtime/vk_queue.c            |  22 ++---
 src/vulkan/runtime/vk_render_pass.c      |  10 +--
 src/vulkan/runtime/vk_render_pass.h      |   4 +-
 src/vulkan/runtime/vk_semaphore.c        |   2 +-
 src/vulkan/runtime/vk_sync.c             |   2 +-
 src/vulkan/runtime/vk_sync.h             |   8 +-
 src/vulkan/runtime/vk_synchronization2.c | 114 ++++++++++++------------
 17 files changed, 237 insertions(+), 238 deletions(-)

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


More information about the mesa-commit mailing list