mesa/src/broadcom/vulkan
Alyssa Rosenzweig b222b02d3d v3dv: Use vk_features2_to_features
Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22217>
2023-04-07 18:16:40 -04: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.h
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: pause occlusion queries during vkCmdClearAttachments 2023-03-27 20:16:04 +00:00
v3dv_debug.c
v3dv_debug.h
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: always acquire display device before checking if we can present 2023-04-05 06:21:26 +00:00
v3dv_event.c
v3dv_formats.c v3dv: Use vk_features2_to_features 2023-04-07 18:16:40 -04: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_meta_clear.c v3dv: pause occlusion queries during vkCmdClearAttachments 2023-03-27 20:16:04 +00:00
v3dv_meta_common.h
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 v3d,v3dv: stop trying to force 16-bit TMU output for shadow comparisons 2023-04-05 06:52:51 +00:00
v3dv_pipeline_cache.c
v3dv_private.h v3dv: drop unused parameter 2023-04-05 06:21:25 +00:00
v3dv_query.c v3d,v3dv: Use udiv_imm/umod_imm 2023-03-22 06:18:18 +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_wsi.c v3dv: always acquire display device before checking if we can present 2023-04-05 06:21:26 +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: fix format swizzle for buffer views 2023-03-27 20:16:04 +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/pipeline: use pipeline depth bias enabled to fill up CFG packet 2023-04-04 00:06:38 +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