From: Charmaine Lee Date: Fri, 19 Aug 2016 01:02:17 +0000 (-0700) Subject: svga: fix ordering of mksstats counter strings X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b1772651b728fd231b0c5885415b35f43a307c7f;p=mesa.git svga: fix ordering of mksstats counter strings String for SVGA_STATS_COUNT_TEXREADBACK was swapped with the string for SVGA_STATS_COUNT_SURFACEWRITEFLUSH. Trivial fix. --- diff --git a/src/gallium/drivers/svga/svga_winsys.h b/src/gallium/drivers/svga/svga_winsys.h index 5eb73087470..a7b25ab7b44 100644 --- a/src/gallium/drivers/svga/svga_winsys.h +++ b/src/gallium/drivers/svga/svga_winsys.h @@ -169,8 +169,8 @@ enum svga_stats_time { SVGA_STATS_PREFIX "RasterizerState", \ SVGA_STATS_PREFIX "Sampler", \ SVGA_STATS_PREFIX "SamplerView", \ - SVGA_STATS_PREFIX "TextureReadback", \ SVGA_STATS_PREFIX "SurfaceWriteFlush", \ + SVGA_STATS_PREFIX "TextureReadback", \ SVGA_STATS_PREFIX "VertexElement" \ #define SVGA_STATS_TIME_NAMES \