projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe3ea29
)
r300g: Silence 'mixed declarations and code' warning.
author
Vinson Lee
<vlee@vmware.com>
Mon, 4 Jan 2010 02:05:12 +0000
(18:05 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Mon, 4 Jan 2010 02:05:12 +0000
(18:05 -0800)
src/gallium/drivers/r300/r300_cs.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/r300/r300_cs.h
b/src/gallium/drivers/r300/r300_cs.h
index 86ba91db52e46ffa4085cc188693fe854d7eed83..5342488d0d4a2f53624361c8b5f508a8d9371fce 100644
(file)
--- a/
src/gallium/drivers/r300/r300_cs.h
+++ b/
src/gallium/drivers/r300/r300_cs.h
@@
-51,7
+51,7
@@
#define CS_LOCALS(context) \
struct r300_context* const cs_context_copy = (context); \
struct r300_winsys* cs_winsys = cs_context_copy->winsys; \
- int cs_count = 0
;
+ int cs_count = 0
#define CHECK_CS(size) \
cs_winsys->check_cs(cs_winsys, (size))