mesa/src/asahi
Asahi Lina 9fc2c0f341 asahi: Put meta shader keys into the meta shader itself
The hash table needs a key pointer with at least the lifetime of the
hash entry, which the key pointer we get does not have (since it is
stack-allocated by agx_build_meta). Copy it into the shader struct
itself and use that for the hash table.

Signed-off-by: Asahi Lina <lina@asahilina.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20365>
2022-12-17 18:10:28 +00:00
..
compiler asahi: Identify & disable triangle merging for shaders using derivatives 2022-12-17 18:10:28 +00:00
drm-shim asahi: Add drm-shim implementation 2022-11-07 16:10:11 +00:00
layout ail: Assert that the mip level is in bounds 2022-12-17 18:10:28 +00:00
lib asahi: Put meta shader keys into the meta shader itself 2022-12-17 18:10:28 +00:00
meson.build asahi: Add drm-shim implementation 2022-11-07 16:10:11 +00:00