projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe27b07
)
r300g: Use C-style comments.
author
Vinson Lee
<vlee@vmware.com>
Sun, 3 Jan 2010 04:17:43 +0000
(20:17 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Sun, 3 Jan 2010 04:17:43 +0000
(20:17 -0800)
src/gallium/drivers/r300/r300_emit.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/r300/r300_emit.c
b/src/gallium/drivers/r300/r300_emit.c
index eeb97a2d37053305878400a01fe3ab9a5561bb62..b44c7bdbb3d05abc299095d958a09f308b40d690 100644
(file)
--- a/
src/gallium/drivers/r300/r300_emit.c
+++ b/
src/gallium/drivers/r300/r300_emit.c
@@
-871,7
+871,7
@@
validate:
goto validate;
}
} else {
- /
/ debug_printf("No VBO while emitting dirty state!\n");
+ /
* debug_printf("No VBO while emitting dirty state!\n"); */
}
if (!r300->winsys->validate(r300->winsys)) {
r300->context.flush(&r300->context, 0, NULL);
@@
-999,7
+999,7
@@
validate:
*/
/* Finally, emit the VBO. */
- /
/r300_emit_vertex_buffer(r300);
+ /
* r300_emit_vertex_buffer(r300); */
r300->dirty_hw++;
}