mesa/src/broadcom/vulkan
Eric Engestrom 20ba9b9faa v3dv: use vk_get_physical_device_features
Signed-off-by: Eric Engestrom <eric@igalia.com>
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21959>
2023-03-20 12:00:10 +00:00
..
.dir-locals.el
.editorconfig
meson.build v3dv: add linker script to fix android symbols 2023-03-04 07:41:10 +00:00
v3dv_android.c vulkan: Use static_assert for check HWVULKAN_DISPATCH_MAGIC == ICD_LOADER_MAGIC 2023-02-10 07:21:31 +00:00
v3dv_bo.c v3dv/bo: reset bo and then call gem close 2022-11-14 12:37:52 +01:00
v3dv_bo.h v3dv: ignore imported BOs when tracking BO memory usage 2022-11-11 13:25:28 +00:00
v3dv_cl.c v3dv: ensure at least V3D_CL_MAX_INSTR_SIZE bytes in last CL instruction 2023-02-07 14:06:57 +01:00
v3dv_cl.h v3dv: add a cl_advance_and_end helper 2023-01-26 06:21:33 +00:00
v3dv_cmd_buffer.c v3dv: ensure we apply binning syncs to secondary command buffers 2023-02-07 14:07:19 +01:00
v3dv_debug.c v3dv/v3d: Fix copyright holder to Raspberry Pi Ltd 2022-02-18 11:50:07 +01:00
v3dv_debug.h v3dv/v3d: Fix copyright holder to Raspberry Pi Ltd 2022-02-18 11:50:07 +01:00
v3dv_descriptor_set.c vulkan,nir: Refactor ycbcr conversion state into a struct 2023-02-06 18:36:29 +00:00
v3dv_device.c v3dv: use vk_get_physical_device_features 2023-03-20 12:00:10 +00:00
v3dv_event.c v3dv: be more careful when restoring dirty state after meta operations 2022-12-16 12:18:36 +00:00
v3dv_formats.c v3dv: enable shaderStorageImageReadWithoutFormat 2023-01-18 13:09:57 +00:00
v3dv_image.c v3dv: fix stencil view aspect selection of depth/stencil image 2023-02-16 14:47:39 +00:00
v3dv_limits.h v3dv: Use util/os_time helpers 2022-04-13 17:22:14 +00:00
v3dv_meta_clear.c v3dv: add support for multi-planar formats, enable YCbCr 2023-01-16 14:10:21 +00:00
v3dv_meta_common.h v3dv/v3d: Fix copyright holder to Raspberry Pi Ltd 2022-02-18 11:50:07 +01:00
v3dv_meta_copy.c v3dv/debug: add debug option to disable TFU codepaths 2023-03-17 15:20:25 +00:00
v3dv_pass.c v3dv: add support for multi-planar formats, enable YCbCr 2023-01-16 14:10:21 +00:00
v3dv_pipeline.c v3dv: split out broadcom_shader_stage_to_gl() calls to improve readability 2023-03-10 10:38:43 +00:00
v3dv_pipeline_cache.c v3dv: fix multiple typos 2022-11-21 11:31:29 +00:00
v3dv_private.h v3dv: handle ASPECT_MEMORY_PLANE aspect flags when getting plane number 2023-02-22 16:27:43 +00:00
v3dv_query.c v3d/v3dv: define performance counters in common 2023-03-07 18:57:41 +00:00
v3dv_queue.c v3dv/debug: add debug option to disable TFU codepaths 2023-03-17 15:20:25 +00:00
v3dv_uniforms.c v3dv: implement VK_EXT_depth_clip_control 2022-09-09 10:03:58 +00:00
v3dv_wsi.c vulkan/wsi: switch to using an options struct for last param 2023-02-27 13:21:21 +00:00
v3dvx_cmd_buffer.c v3dv: ensure we apply binning syncs to secondary command buffers 2023-02-07 14:07:19 +01:00
v3dvx_descriptor_set.c v3dv: add support for multi-planar formats, enable YCbCr 2023-01-16 14:10:21 +00:00
v3dvx_device.c v3dv: remove unused clamp_to_transparent_black_border property 2023-01-19 02:02:16 +00:00
v3dvx_formats.c v3dv: add support for multi-planar formats, enable YCbCr 2023-01-16 14:10:21 +00:00
v3dvx_image.c v3dv: add support for multi-planar formats, enable YCbCr 2023-01-16 14:10:21 +00:00
v3dvx_meta_common.c v3dv: add support for multi-planar formats, enable YCbCr 2023-01-16 14:10:21 +00:00
v3dvx_pipeline.c v3dv: add support for multi-planar formats, enable YCbCr 2023-01-16 14:10:21 +00:00
v3dvx_private.h v3dv: add support for multi-planar formats, enable YCbCr 2023-01-16 14:10:21 +00:00
v3dvx_queue.c v3dv: postpone tile state allocation for render pass jobs 2022-08-15 23:35:16 +00:00