mesa/src/virtio/vulkan
Marek Olšák 171d316402 venus: fix the RHEL8 build by using syscall for gettid
src/virtio/vulkan/vn_common.c: In function ‘vn_ring_monitor_acquire’:
src/virtio/vulkan/vn_common.c:129:16: error: implicit declaration of function ‘gettid’; did you mean ‘getgid’? [-Werror=implicit-function-declaration]
  129 |    pid_t tid = gettid();

Reviewed-by: Yiwei Zhang <zzyiwei@chromium.org>
Reviewed-by: Ryan Neph <ryanneph@google.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22489>
2023-04-25 05:16:33 +00:00
..
.clang-format venus: some clang format fixes 2022-09-06 19:52:26 +00:00
meson.build vn: add linker script to fix android symbols 2023-03-04 07:41:10 +00:00
vn_android.c venus: simplify ahb image creation 2023-02-28 04:56:14 +00:00
vn_android.h venus: simplify ahb image creation 2023-02-28 04:56:14 +00:00
vn_buffer.c venus: ensure invariance of buffer memory requirement size 2023-03-03 00:07:23 +00:00
vn_buffer.h venus: Add VkBuffer cache statistics for debug 2023-02-23 03:38:10 +00:00
vn_command_buffer.c venus: render server enforces blob_id_0 2023-02-08 05:34:13 +00:00
vn_command_buffer.h venus: Refactor vn_command_buffer_builder temp storage 2022-10-12 16:59:20 -07:00
vn_common.c venus: fix the RHEL8 build by using syscall for gettid 2023-04-25 05:16:33 +00:00
vn_common.h venus: check and configure new ringMonitoring feature 2023-03-24 23:27:53 +00:00
vn_cs.c venus: render server enforces blob_id_0 2023-02-08 05:34:13 +00:00
vn_cs.h venus: render server enforces blob_id_0 2023-02-08 05:34:13 +00:00
vn_descriptor_set.c venus: fix formating 2023-02-08 05:34:13 +00:00
vn_descriptor_set.h venus: Avoid to copy the descriptor sets when it is not required 2023-01-06 11:20:00 +00:00
vn_device.c venus: shader cache fossilize replay fix 2023-03-04 05:56:04 +00:00
vn_device.h venus: create per queue family command pool for feedback cmd 2022-06-16 19:00:36 +00:00
vn_device_memory.c venus: fix device memory export alloc info 2023-02-28 04:56:14 +00:00
vn_device_memory.h venus: switch to use 64bit roundtrip seqno 2023-03-14 18:07:38 +00:00
vn_feedback.c venus: fix formating 2023-02-08 05:34:13 +00:00
vn_feedback.h venus: add timeline semaphore feedback cmds 2023-02-08 00:09:18 +00:00
vn_icd.c venus: refactor to add struct vn_env 2022-04-26 23:49:59 +00:00
vn_icd.h
vn_image.c venus: fix external image creation 2023-02-28 04:56:14 +00:00
vn_image.h venus: simplify ahb image creation 2023-02-28 04:56:14 +00:00
vn_instance.c venus: move exp feature init back to ring and remove unused function 2023-04-10 18:59:40 +00:00
vn_instance.h venus: move exp feature init back to ring and remove unused function 2023-04-10 18:59:40 +00:00
vn_physical_device.c venus: forward ARM driverVersion for ANGLE workarounds 2023-04-11 03:17:56 +00:00
vn_physical_device.h venus: add VK_EXT_rasterization_order_attachment_access support 2023-04-07 03:05:02 +00:00
vn_pipeline.c venus: extend VkPipelineLayout lifetime for batched VkCmdPushConstants() 2022-11-23 01:21:34 +00:00
vn_pipeline.h venus: extend VkPipelineLayout lifetime for batched VkCmdPushConstants() 2022-11-23 01:21:34 +00:00
vn_query_pool.c venus: handle VK_QUERY_TYPE_PRIMITIVES_GENERATED_EXT 2022-11-12 01:11:56 +00:00
vn_query_pool.h venus: split out vn_query_pool.[ch] 2021-04-09 16:58:46 +00:00
vn_queue.c venus: requires asyncRoundtrip 2023-04-10 18:59:40 +00:00
vn_queue.h venus: requires asyncRoundtrip 2023-04-10 18:59:40 +00:00
vn_render_pass.c venus: Track subpass properties 2022-08-10 18:17:52 +00:00
vn_render_pass.h venus: Track subpass properties 2022-08-10 18:17:52 +00:00
vn_renderer.h venus: Delete vn_renderer_info::has_cache_management 2023-03-30 09:55:39 +00:00
vn_renderer_internal.c venus: add some trace points 2021-12-16 19:27:56 +00:00
vn_renderer_internal.h venus: cache shmems 2021-12-15 19:02:29 +00:00
vn_renderer_util.c venus: move exp feature init back to ring and remove unused function 2023-04-10 18:59:40 +00:00
vn_renderer_util.h venus: move exp feature init back to ring and remove unused function 2023-04-10 18:59:40 +00:00
vn_renderer_virtgpu.c venus: Delete vn_renderer_info::has_cache_management 2023-03-30 09:55:39 +00:00
vn_renderer_vtest.c venus: Delete vn_renderer_info::has_cache_management 2023-03-30 09:55:39 +00:00
vn_ring.c venus: check and configure new ringMonitoring feature 2023-03-24 23:27:53 +00:00
vn_ring.h venus: check and configure new ringMonitoring feature 2023-03-24 23:27:53 +00:00
vn_wsi.c venus: fix external image creation 2023-02-28 04:56:14 +00:00
vn_wsi.h venus: remove redundant abstractions for wsi struct search 2023-02-28 04:56:14 +00:00