mesa/src/panfrost/lib
Eric Engestrom aab4a260db meson: add missing dependency
Now that renderonly.h includes util/simple_mtx.h, which itself includes
valgrind.h, dep_valgrind is required by any module that includes
renderonly.h.

    In file included from ../src/gallium/auxiliary/renderonly/renderonly.h:33,
                     from ../src/gallium/winsys/kmsro/drm/kmsro_drm_winsys.c:39:
    ../src/util/simple_mtx.h:34:12: fatal error: valgrind.h: No such file or directory
       34 | #  include <valgrind.h>
          |            ^~~~~~~~~~~~
    compilation terminated.

dep_valgrind is part of idep_mesautil, which should be used instead of
copying the list of deps for each util header included (which would
have to be updated every time a util header changes its own includes),
so let's add idep_mesautil everywhere that includes renderonly.h.

Fixes: ad4d7ca833 ("kmsro: Fix renderonly_scanout BO aliasing")
Tested-by: Asahi Lina <lina@asahilina.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20530>
2023-01-06 15:40:39 +00:00
..
genxml pan/bi: Move Bifrost specific C code to src/compiler/bifrost 2023-01-02 17:54:49 +00:00
tests panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
.gitignore panfrost: Add panloader/ to .gitignore 2020-08-06 23:54:24 +00:00
meson.build meson: add missing dependency 2023-01-06 15:40:39 +00:00
pan_afbc.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_attributes.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_blend.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_blend.h panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_blitter.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_blitter.h panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_bo.c panfrost: Fix race condition in BO imports 2022-12-25 22:04:24 +00:00
pan_bo.h panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_clear.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_cs.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_cs.h panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_device.h panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_earlyzs.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_earlyzs.h panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_encoder.h panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_format.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_format.h panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_indirect_dispatch.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_indirect_dispatch.h panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_layout.c panfrost: Clang-format pan_layout.c 2022-12-23 21:43:08 -05:00
pan_pool.h panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_props.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_samples.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_scoreboard.h panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_scratch.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_shader.c pan/bi: Rename panfrost/bifrost -> panfrost/compiler 2023-01-02 17:54:48 +00:00
pan_shader.h panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_texture.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_texture.h panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_tiler.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_util.c panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
pan_util.h panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
wrap.h panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00