radv: initial implementation of the driver internal layer SQTT
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Wed, 26 Feb 2020 13:05:15 +0000 (14:05 +0100)
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>
Tue, 10 Mar 2020 08:57:59 +0000 (09:57 +0100)
commit31ecf0b17dc0dfcc70eb96295e52339e9f176c8b
tree27566ee99a1a3a9729817bc0725f8e49570c8243
parentbe700775dc2e97a414d14bc764cd2eb72a639306
radv: initial implementation of the driver internal layer SQTT

This layer is used to emit SQTT user markers to command buffers. It
currently only emits API markers but it will consolidated soon with
barrier markers and more.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4031>
src/amd/vulkan/Makefile.sources
src/amd/vulkan/layers/radv_sqtt_layer.c [new file with mode: 0644]
src/amd/vulkan/meson.build