mesa/src/gallium/auxiliary
Alyssa Rosenzweig f80c57c38f treewide: Use nir_before/after_impl for more elaborate cases
Via Coccinelle patch:

    @@
    expression func_impl;
    @@

    -nir_before_block(nir_start_block(func_impl))
    +nir_before_impl(func_impl)

    @@
    expression func_impl;
    @@

    -nir_after_block(nir_impl_last_block(func_impl))
    +nir_after_impl(func_impl)

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Acked-by: Faith Ekstrand <faith.ekstrand@collabora.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24910>
2023-08-30 19:30:58 +00:00
..
cso_cache gallium: remove start_slot parameter from pipe_context::set_vertex_buffers 2023-08-11 06:37:22 +00:00
draw gallium: move vertex stride to CSO 2023-08-14 01:23:25 +00:00
driver_ddebug gallium: remove start_slot parameter from pipe_context::set_vertex_buffers 2023-08-11 06:37:22 +00:00
driver_noop gallium: remove start_slot parameter from pipe_context::set_vertex_buffers 2023-08-11 06:37:22 +00:00
driver_trace aux/trace: trace video_buffer method return vals 2023-08-16 00:11:30 +00:00
gallivm gallivm/nir: drop 64 bit handling for cl workgroup intrinsics 2023-08-30 07:04:33 +00:00
hud gallium: move vertex stride to CSO 2023-08-14 01:23:25 +00:00
indices util: include "util/compiler.h" instead of "pipe/p_compiler.h" 2023-06-27 18:18:30 +08:00
nir treewide: Use nir_before/after_impl for more elaborate cases 2023-08-30 19:30:58 +00:00
pipe-loader util/driconf: add workarounds for the Chronicles of Riddick 2023-08-24 22:38:56 +00:00
pipebuffer winsys/amdgpu: fix a race between import and destroy 2023-08-10 21:47:58 +00:00
postprocess gallium: move vertex stride to CSO 2023-08-14 01:23:25 +00:00
renderonly kmsro: assert that scanout refcount is larger than 0 2023-07-05 12:10:18 +00:00
rtasm util: include "util/compiler.h" instead of "pipe/p_compiler.h" 2023-06-27 18:18:30 +08:00
target-helpers gallium: unbreak kmsro/freedreno case 2023-07-26 21:57:13 +00:00
tessellator compiler: Rename shader_prim to mesa_prim and replace all usage of pipe_prim_type with mesa_prim 2023-06-03 03:29:03 +00:00
tgsi tgsi: drop two unused functions 2023-07-22 02:04:57 +00:00
translate util: include "util/compiler.h" instead of "pipe/p_compiler.h" 2023-06-27 18:18:30 +08:00
util util/driconf: add workarounds for the Chronicles of Riddick 2023-08-24 22:38:56 +00:00
vl gallium/auxiliary/vl: Set vertex element src_stride in vl_deint_filter 2023-08-29 12:21:06 +00:00
meson.build aux/trace: wrap video_codec & video_buffer 2023-08-16 00:11:30 +00:00