mesa/src/panfrost
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
..
ci panfrost: Remove experimental v7-only indirect draw path 2022-12-23 16:27:16 +00:00
compiler pan/bi: Move Bifrost specific C code to src/compiler/bifrost 2023-01-02 17:54:49 +00:00
drm-shim panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
ds panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
include panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
lib meson: add missing dependency 2023-01-06 15:40:39 +00:00
midgard panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
perf panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
shared panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
tools panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
util panfrost: clang-format the tree 2022-12-24 02:22:57 +00:00
vulkan panvk: Fix null pointer dereference on cmd_buffer->ops 2022-12-26 12:57:07 +00:00
.clang-format panfrost: Add clang-format file 2022-12-24 02:22:57 +00:00
meson.build pan/bi: Rename panfrost/bifrost -> panfrost/compiler 2023-01-02 17:54:48 +00:00