Module: Mesa Branch: main Commit: f0cb8852a460545a2a43013c1c3d3381d806d279 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f0cb8852a460545a2a43013c1c3d3381d806d279
Author: Marek Olšák <[email protected]> Date: Fri Nov 24 04:14:34 2023 -0500 ac: move the IB parsers into ac_parse_ib.c Reviewed-by: Pierre-Eric Pelloux-Prayer <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26349> --- src/amd/common/ac_debug.c | 916 +------------------------------------------ src/amd/common/ac_debug.h | 22 +- src/amd/common/ac_parse_ib.c | 915 ++++++++++++++++++++++++++++++++++++++++++ src/amd/common/meson.build | 1 + 4 files changed, 934 insertions(+), 920 deletions(-) Diff: http://cgit.freedesktop.org/mesa/mesa/diff/?id=f0cb8852a460545a2a43013c1c3d3381d806d279
