mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 05:20:09 +01:00
Before this commit, if an application tried to create more than one panfrost_device, such as piglit's "ext_image_dma_buf_import" tests, it would result in a crash when running with PAN_MESA_DEBUG=sync or PAN_MESA_DEBUG=trace. This commit fixes that by introducing a pandecode_context, which encapsulates all the information that is being tracked, and thus avoiding memory conflicts. Signed-off-by: Italo Nicola <italonicola@collabora.com> Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24144> |
||
|---|---|---|
| .. | ||
| meson.build | ||
| panfrost_texfeatures.c | ||
| panfrostdump.c | ||