Module: Mesa Branch: main Commit: 4f22fb117dccba006191b1298285645d51287c3a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4f22fb117dccba006191b1298285645d51287c3a
Author: Yiwei Zhang <[email protected]> Date: Mon Oct 24 22:58:52 2022 +0000 venus: sync to latest venus protocol headers This brings in: - VK_KHR_push_descriptor - VK_EXT_depth_clip_control - VK_EXT_primitives_generated_query Signed-off-by: Yiwei Zhang <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19285> --- src/virtio/venus-protocol/vn_protocol_driver.h | 2 +- .../vn_protocol_driver_command_buffer.h | 118 +++++ .../venus-protocol/vn_protocol_driver_defines.h | 2 + .../vn_protocol_driver_descriptor_set.h | 245 ---------- .../venus-protocol/vn_protocol_driver_device.h | 512 +++++++++++++++++++++ .../venus-protocol/vn_protocol_driver_info.h | 7 +- .../venus-protocol/vn_protocol_driver_pipeline.h | 94 +++- .../venus-protocol/vn_protocol_driver_structs.h | 245 ++++++++++ 8 files changed, 975 insertions(+), 250 deletions(-) Diff: http://cgit.freedesktop.org/mesa/mesa/diff/?id=4f22fb117dccba006191b1298285645d51287c3a
