mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-23 10:48:08 +02:00
A seperate meson project with mesa as a subproject was required to compile the generate_rd executable for replaying rddecompiler generated source. That approach was overly complicated, now the generate_rd executable is now compiled as a part of building the freedreno tools with a blank generate-rd.cc file that can be replaced with the source generated by rddecompiler. Signed-off-by: Mark Collins <mark@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28253> |
||
|---|---|---|
| .. | ||
| scripts | ||
| buffers.c | ||
| buffers.h | ||
| cffdec.c | ||
| cffdec.h | ||
| cffdump.c | ||
| crashdec-hfi.c | ||
| crashdec-mempool.c | ||
| crashdec-prefetch.c | ||
| crashdec.c | ||
| crashdec.h | ||
| generate-rd.cc | ||
| io.c | ||
| io.h | ||
| meson.build | ||
| pager.c | ||
| pager.h | ||
| pgmdump.c | ||
| pgmdump2.c | ||
| rdcompiler-utils.h | ||
| rddecompiler.c | ||
| rdutil.h | ||
| replay.c | ||
| rnnutil.c | ||
| rnnutil.h | ||
| script.c | ||
| script.h | ||
| util.h | ||