Mesa (main): venus: update protocol for mask helper and ignore renderer unknown pNext

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Apr 9 00:24:58 UTC 2022


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

Author: Yiwei Zhang <zzyiwei at chromium.org>
Date:   Sat Mar 26 04:27:04 2022 +0000

venus: update protocol for mask helper and ignore renderer unknown pNext

Signed-off-by: Yiwei Zhang <zzyiwei at chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15495>

---

 src/virtio/venus-protocol/vn_protocol_driver.h     |   2 +-
 .../vn_protocol_driver_command_buffer.h            |   8 +
 .../venus-protocol/vn_protocol_driver_defines.h    |   2 -
 .../vn_protocol_driver_descriptor_pool.h           |   4 +
 .../vn_protocol_driver_descriptor_set.h            |   4 +
 .../vn_protocol_driver_descriptor_set_layout.h     |   2 +
 .../venus-protocol/vn_protocol_driver_device.h     | 448 +++++++++++++++++++++
 .../venus-protocol/vn_protocol_driver_image.h      |   8 +
 .../venus-protocol/vn_protocol_driver_info.h       |   8 +
 .../venus-protocol/vn_protocol_driver_pipeline.h   |  40 ++
 .../vn_protocol_driver_render_pass.h               |   4 +
 .../venus-protocol/vn_protocol_driver_sampler.h    |   4 +
 .../venus-protocol/vn_protocol_driver_structs.h    |   2 +
 .../venus-protocol/vn_protocol_driver_transport.h  |   2 +
 .../venus-protocol/vn_protocol_driver_types.h      |   1 +
 15 files changed, 536 insertions(+), 3 deletions(-)

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


More information about the mesa-commit mailing list