summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/trace.xsl
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2008-08-07 19:46:39 +0100
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2008-08-07 20:58:09 +0100
commitce2137a6a4c2648a77b9697a3aa0479c9c61bacc (patch)
tree5ee987722d79e44d81b696470e059ae011dc4bac /src/gallium/drivers/trace/trace.xsl
parent8fb55dab783f2de5111e7440093e1458fce5fb3d (diff)
trace: Dump format names.
Diffstat (limited to 'src/gallium/drivers/trace/trace.xsl')
-rw-r--r--src/gallium/drivers/trace/trace.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/trace/trace.xsl b/src/gallium/drivers/trace/trace.xsl
index 194c8b2efd..3c84c4c35a 100644
--- a/src/gallium/drivers/trace/trace.xsl
+++ b/src/gallium/drivers/trace/trace.xsl
@@ -71,7 +71,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<xsl:apply-templates />
</xsl:template>
- <xsl:template match="bool|int|uint">
+ <xsl:template match="bool|int|uint|enum">
<span class="lit">
<xsl:value-of select="text()"/>
</span>