Module: Mesa Branch: main Commit: 6e85fa8a80ea65195549958809729083763f43f4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6e85fa8a80ea65195549958809729083763f43f4
Author: Lionel Landwerlin <lionel.g.landwer...@intel.com> Date: Sun Nov 12 20:21:46 2023 +0200 intel/decoder: handle 3DPRIMITIVE_EXTENDED in accumulated prints Signed-off-by: Lionel Landwerlin <lionel.g.landwer...@intel.com> Reviewed-by: Ian Romanick <ian.d.roman...@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26247> --- src/intel/common/intel_batch_decoder.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/intel/common/intel_batch_decoder.c b/src/intel/common/intel_batch_decoder.c index 7539c5561af..f19bb747dcd 100644 --- a/src/intel/common/intel_batch_decoder.c +++ b/src/intel/common/intel_batch_decoder.c @@ -1611,6 +1611,7 @@ intel_print_batch(struct intel_batch_decode_ctx *ctx, } if (!strcmp(inst->name, "3DPRIMITIVE") || + !strcmp(inst->name, "3DPRIMITIVE_EXTENDED") || !strcmp(inst->name, "GPGPU_WALKER") || !strcmp(inst->name, "3DSTATE_WM_HZ_OP") || !strcmp(inst->name, "COMPUTE_WALKER")) {