From: Alyssa Rosenzweig Date: Wed, 26 Aug 2020 21:14:57 +0000 (-0400) Subject: pan/decode: Drop prefix braces X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7fbded8b5821a47c26245b181446f972f920a96e;p=mesa.git pan/decode: Drop prefix braces Signed-off-by: Alyssa Rosenzweig Part-of: --- diff --git a/src/panfrost/lib/decode.c b/src/panfrost/lib/decode.c index 58b02f16f52..6b903241b1d 100644 --- a/src/panfrost/lib/decode.c +++ b/src/panfrost/lib/decode.c @@ -1222,9 +1222,6 @@ bits(u32 word, u32 lo, u32 hi) static void pandecode_vertex_tiler_prefix(struct mali_vertex_tiler_prefix *p, int job_no, bool graphics) { - pandecode_log(".prefix = {\n"); - pandecode_indent++; - /* Decode invocation_count. See the comment before the definition of * invocation_count for an explanation. */ @@ -1286,9 +1283,6 @@ pandecode_vertex_tiler_prefix(struct mali_vertex_tiler_prefix *p, int job_no, bo pandecode_validate_buffer(primitive.indices, primitive.index_count * size); } else if (primitive.index_type) pandecode_msg("XXX: unexpected index size\n"); - - pandecode_indent--; - pandecode_log("},\n"); } static void