projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ce4f86
)
r600g: Silence unused variable warning.
author
Vinson Lee
<vlee@vmware.com>
Wed, 15 Sep 2010 13:13:31 +0000
(06:13 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Wed, 15 Sep 2010 13:14:02 +0000
(06:14 -0700)
The code that uses dname is currently ifdef'ed out.
src/gallium/drivers/r600/r600_context.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/r600/r600_context.c
b/src/gallium/drivers/r600/r600_context.c
index 7cd0af616d661d519249edddab5eb60bf5ea0784..00df4dcd4286087a249c9a7013284f97f3147cfe 100644
(file)
--- a/
src/gallium/drivers/r600/r600_context.c
+++ b/
src/gallium/drivers/r600/r600_context.c
@@
-66,7
+66,9
@@
void r600_flush(struct pipe_context *ctx, unsigned flags,
struct r600_context *rctx = r600_context(ctx);
struct r600_query *rquery = NULL;
static int dc = 0;
+#if 0
char dname[256];
+#endif
/* suspend queries */
r600_queries_suspend(ctx);