mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-15 16:28:04 +02:00
The problem with passing the configuration of the dump lib through a file descriptor is that it can be read only once. But under gdb you might want to rerun your program multiple times. This change hands the configuration through a temporary file that is deleted once the command line passes to intel_dump_gpu has exited. Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Rafael Antognolli <rafael.antognolli@intel.com> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| aub_write.c | ||
| aub_write.h | ||
| aubinator.c | ||
| aubinator_error_decode.c | ||
| error2aub.c | ||
| intel_aub.h | ||
| intel_dump_gpu.c | ||
| intel_dump_gpu.in | ||
| intel_sanitize_gpu.c | ||
| intel_sanitize_gpu.in | ||
| meson.build | ||