From: Michal Krol Date: Mon, 7 Apr 2008 09:46:57 +0000 (+0200) Subject: tgsi: Dump processor type and version as a single token. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f41cc50ef063e9a56dc2d0fc6564a0c0f4344b83;p=mesa.git tgsi: Dump processor type and version as a single token. --- diff --git a/src/gallium/auxiliary/tgsi/util/tgsi_dump.c b/src/gallium/auxiliary/tgsi/util/tgsi_dump.c index ad9770e4742..1d6e8b155d7 100644 --- a/src/gallium/auxiliary/tgsi/util/tgsi_dump.c +++ b/src/gallium/auxiliary/tgsi/util/tgsi_dump.c @@ -1402,7 +1402,6 @@ dump_gen( CHR( '\n' ); ENM( parse.FullHeader.Processor.Processor, TGSI_PROCESSOR_TYPES_SHORT ); - CHR( ' ' ); UID( parse.FullVersion.Version.MajorVersion ); CHR( '.' ); UID( parse.FullVersion.Version.MinorVersion );