Mesa (main): venus: update to latest venus-protocol to include tracing

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Oct 9 03:15:09 UTC 2021


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

Author: Yiwei Zhang <zzyiwei at chromium.org>
Date:   Thu Oct  7 23:57:13 2021 +0000

venus: update to latest venus-protocol to include tracing

Signed-off-by: Yiwei Zhang <zzyiwei at chromium.org>
Reviewed-by: Chia-I Wu <olvaffe at gmail.com>
Reviewed-by: Ryan Neph <ryanneph at google.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13255>

---

 src/virtio/venus-protocol/vn_protocol_driver.h     |   2 +-
 .../venus-protocol/vn_protocol_driver_buffer.h     |  16 +++
 .../vn_protocol_driver_buffer_view.h               |   4 +
 .../vn_protocol_driver_command_buffer.h            | 124 +++++++++++++++++++++
 .../vn_protocol_driver_command_pool.h              |   8 ++
 .../vn_protocol_driver_descriptor_pool.h           |   6 +
 .../vn_protocol_driver_descriptor_set.h            |   6 +
 .../vn_protocol_driver_descriptor_set_layout.h     |   6 +
 ...vn_protocol_driver_descriptor_update_template.h |   4 +
 .../venus-protocol/vn_protocol_driver_device.h     |  54 +++++++++
 .../vn_protocol_driver_device_memory.h             |  14 +++
 .../venus-protocol/vn_protocol_driver_event.h      |  10 ++
 .../venus-protocol/vn_protocol_driver_fence.h      |  10 ++
 .../vn_protocol_driver_framebuffer.h               |   4 +
 .../venus-protocol/vn_protocol_driver_image.h      |  20 ++++
 .../venus-protocol/vn_protocol_driver_image_view.h |   4 +
 .../venus-protocol/vn_protocol_driver_instance.h   |  10 ++
 .../venus-protocol/vn_protocol_driver_pipeline.h   |   6 +
 .../vn_protocol_driver_pipeline_cache.h            |   8 ++
 .../vn_protocol_driver_pipeline_layout.h           |   4 +
 .../venus-protocol/vn_protocol_driver_query_pool.h |   8 ++
 .../venus-protocol/vn_protocol_driver_queue.h      |   6 +
 .../vn_protocol_driver_render_pass.h               |   8 ++
 .../venus-protocol/vn_protocol_driver_sampler.h    |   4 +
 .../vn_protocol_driver_sampler_ycbcr_conversion.h  |   4 +
 .../venus-protocol/vn_protocol_driver_semaphore.h  |  10 ++
 .../vn_protocol_driver_shader_module.h             |   4 +
 .../venus-protocol/vn_protocol_driver_transport.h  |  18 +++
 28 files changed, 381 insertions(+), 1 deletion(-)

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


More information about the mesa-commit mailing list