projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2781d60
)
svga: fix ordering of mksstats counter strings
author
Charmaine Lee
<charmainel@vmware.com>
Fri, 19 Aug 2016 01:02:17 +0000
(18:02 -0700)
committer
Brian Paul
<brianp@vmware.com>
Fri, 26 Aug 2016 12:19:52 +0000
(06:19 -0600)
String for SVGA_STATS_COUNT_TEXREADBACK was swapped
with the string for SVGA_STATS_COUNT_SURFACEWRITEFLUSH.
Trivial fix.
src/gallium/drivers/svga/svga_winsys.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/svga/svga_winsys.h
b/src/gallium/drivers/svga/svga_winsys.h
index 5eb730874709b07786bf6fc5e2913efe54efeaa9..a7b25ab7b44c69536d19e61b3ef75e2d6b0c4de1 100644
(file)
--- 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 \