mesa/src/broadcom/vulkan
Steven Houston d6a8a6ed4e v3dv: VK_KHR_display extension support
When VK_KHR_display is enabled it needs to open the primary
node on the vc4/vc5 display device, so pass it to
physical_device_init().
Extension functions call through to the wsi_common_display.c
implementations.

v2: Follow Mesa conventions for comments and char *
    Refer to vc4 display device in comments.
v3: Added Copyright © 2020 Raspberry Pi
v4: Test device has primary node when using simulator.
v5: Assert that we have a primary device. Fix trailing blank space.

Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/3692
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7515>
2020-11-11 08:36:05 +00:00
..
.dir-locals.el
.editorconfig
meson.build v3dv: VK_KHR_display extension support 2020-11-11 08:36:05 +00:00
v3d_tiling.c v3dv: implement vkCreateImage 2020-10-13 21:21:25 +00:00
v3dv_bo.c v3dv: add a v3dv_bo_init helper 2020-11-04 13:56:51 +01:00
v3dv_bo.h v3dv: add a v3dv_bo_init helper 2020-11-04 13:56:51 +01:00
v3dv_cl.c v3dv/bo: adding a BO cache 2020-10-13 21:21:31 +00:00
v3dv_cl.h v3dv/descriptor: use descriptor pool bo for image/samplers 2020-10-13 21:21:30 +00:00
v3dv_cmd_buffer.c v3dv: fix occlusion query inheritance in secondary command buffers 2020-11-02 12:02:17 +01:00
v3dv_debug.c v3dv/debug: add v3dv_debug 2020-10-13 21:21:25 +00:00
v3dv_debug.h v3dv/debug: add v3dv_print_v3d_key 2020-10-13 21:21:33 +00:00
v3dv_descriptor_set.c v3dv: Remove unsigned comparison to zero. 2020-10-16 15:25:37 -07:00
v3dv_device.c v3dv: VK_KHR_display extension support 2020-11-11 08:36:05 +00:00
v3dv_entrypoints_gen.py
v3dv_extensions.py v3dv: expose VK_KHR_maintenance1 2020-11-02 09:33:32 +01:00
v3dv_extensions_gen.py
v3dv_formats.c v3dv: expose more features 2020-11-05 11:38:02 +01:00
v3dv_icd.py
v3dv_image.c v3dv: add image view debug checks for VK_KHR_maintenance1 2020-11-02 09:33:32 +01:00
v3dv_limits.h v3dv: add v3dv_limits file 2020-10-13 21:21:32 +00:00
v3dv_meta_clear.c v3dv: always program a reasonable internal depth type for copies/clears 2020-10-13 21:21:33 +00:00
v3dv_meta_copy.c v3dv: update assertion to match VK_KHR_maintenance1 semantics 2020-11-02 09:33:32 +01:00
v3dv_pass.c v3dv: Remove unsigned comparison to zero. 2020-11-06 01:42:35 +00:00
v3dv_pipeline.c v3dv: mark the right bit to swap R/B vertex attributes 2020-11-05 12:15:28 +00:00
v3dv_pipeline_cache.c v3dv/pipeline_cache: set a max size for the pipeline cache 2020-10-13 21:21:33 +00:00
v3dv_private.h v3dv/util: log debug ignored stype only on debug builds 2020-11-09 12:54:56 +00:00
v3dv_query.c v3dv: add support for timestamp queries 2020-11-02 12:02:17 +01:00
v3dv_queue.c v3dv: add support for timestamp queries 2020-11-02 12:02:17 +01:00
v3dv_uniforms.c broadcom/compiler: rename QUNIFORM_GET_BUFFER_SIZE to QUNIFORM_GET_SSBO_SIZE 2020-10-13 21:21:33 +00:00
v3dv_util.c v3dv/util: remove several logging functions 2020-11-09 12:54:56 +00:00
v3dv_wsi.c v3dv: signal semaphore/fence if needed after acquiring a swapchain image 2020-10-13 21:21:33 +00:00
v3dv_wsi_display.c v3dv: VK_KHR_display extension support 2020-11-11 08:36:05 +00:00
v3dv_wsi_x11.c v3dv: hook up WSI support 2020-10-13 21:21:26 +00:00
vk_format_info.h v3dv: fix blitting of signed integer formats 2020-10-13 21:21:32 +00:00