mesa/src/gallium/drivers/v3d
Alyssa Rosenzweig 15257b65c6 treewide: use nir_metadata_control_flow
Via Coccinelle patch:

    @@
    @@

    -nir_metadata_block_index | nir_metadata_dominance
    +nir_metadata_control_flow

...plus some manual fixups for call sites missed by coccinelle.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com>
Acked-by: Karol Herbst <kherbst@redhat.com>
Acked-by: Juan A. Suarez Romero <jasuarez@igalia.com> [broadcom]
Acked-by: Vasily Khoruzhick <anarsoul@gmail.com> [lima]
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29745>
2024-06-17 16:28:14 -04:00
..
.editorconfig
driinfo_v3d.h
meson.build v3d: really fix CLE MMU errors on 7.1HW Rpi5 2024-05-31 10:32:27 +00:00
v3d_blit.c gallium/u_blitter: add option to override fragment shader for util_blitter_blit 2024-06-08 05:48:10 +00:00
v3d_bufmgr.c util: Replace all usage of PIPE_TIMEOUT_INFINITE with OS_TIMEOUT_INFINITE 2023-06-05 05:12:02 +00:00
v3d_bufmgr.h v3d: rename header include guards 2021-04-29 11:22:12 +02:00
v3d_cl.c broadcom: move HW-dependant constants to v3d_device_info 2024-06-05 17:14:59 +00:00
v3d_cl.h v3d,v3dv: document cl_emit_with_prepacked 2024-06-07 09:44:13 +02:00
v3d_context.c v3d: Implement GL_ARB_texture_barrier 2024-02-22 15:42:30 +00:00
v3d_context.h v3d: add support for load_workgroup_size 2024-06-06 12:01:00 +00:00
v3d_disk_cache.c v3d: use screen name in disk cache 2024-05-29 16:23:40 +00:00
v3d_fence.c v3d: implement support for PIPE_CAP_NATIVE_FENCE_FD 2023-11-13 06:55:23 +01:00
v3d_format_table.h broadcom: only support v42 and v71 2023-11-02 11:59:08 +01:00
v3d_formats.c broadcom: only support v42 and v71 2023-11-02 11:59:08 +01:00
v3d_job.c v3d: derive ht 2024-03-12 19:41:49 +00:00
v3d_program.c treewide: use nir_metadata_control_flow 2024-06-17 16:28:14 -04:00
v3d_query.c broadcom: add performance counters for V3D 7.x 2023-10-13 22:37:44 +00:00
v3d_query.h broadcom: add performance counters for V3D 7.x 2023-10-13 22:37:44 +00:00
v3d_query_pipe.c v3d: cache pipe query results 2023-03-21 12:31:24 +00:00
v3d_resource.c v3d: Only flush jobs that write texture from different job submission. 2024-02-22 15:42:30 +00:00
v3d_resource.h v3d: Only flush jobs that write texture from different job submission. 2024-02-22 15:42:30 +00:00
v3d_screen.c v3d,v3dv: add compatibility revision in GPU name 2024-05-29 16:23:40 +00:00
v3d_screen.h v3d: use screen name in disk cache 2024-05-29 16:23:40 +00:00
v3d_uniforms.c v3d: add support for load_workgroup_size 2024-06-06 12:01:00 +00:00
v3dx_context.h broadcom: add performance counters for V3D 7.x 2023-10-13 22:37:44 +00:00
v3dx_draw.c v3d: add support for load_workgroup_size 2024-06-06 12:01:00 +00:00
v3dx_emit.c v3d: configure polygon mode when enabled 2024-04-11 14:44:55 +00:00
v3dx_format_table.c v3d: add B10G10R10[X2/A2]_UNORM to format table. 2023-12-05 13:56:23 +00:00
v3dx_job.c broadcom: only support v42 and v71 2023-11-02 11:59:08 +01:00
v3dx_query_perfcnt.c v3d: Use DRM_IOCTL_V3D_GET_COUNTER to get perfcnt information 2024-05-22 05:37:48 +00:00
v3dx_rcl.c v3d: Only flush jobs that write texture from different job submission. 2024-02-22 15:42:30 +00:00
v3dx_state.c v3d: use BITSET for the masks 2024-05-21 12:39:41 +00:00
v3dx_tfu.c broadcom: only support v42 and v71 2023-11-02 11:59:08 +01:00