projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1df539c
)
r300g: add missing break in OQ emit
author
Dave Airlie
<airlied@redhat.com>
Sat, 26 Sep 2009 08:38:07 +0000
(18:38 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Sat, 26 Sep 2009 08:39:54 +0000
(18:39 +1000)
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 a1b36ba2ed106355ce7bd18efbb62323a790c47b..77ce431cdc3fb9d984e280c8ad819fce6d54e13d 100644
(file)
--- a/
src/gallium/drivers/r300/r300_emit.c
+++ b/
src/gallium/drivers/r300/r300_emit.c
@@
-381,6
+381,7
@@
void r300_emit_query_end(struct r300_context* r300,
OUT_CS_REG_SEQ(R300_ZB_ZPASS_ADDR, 1);
OUT_CS_RELOC(r300->oqbo, query->offset + (sizeof(uint32_t) * 0),
0, RADEON_GEM_DOMAIN_GTT, 0);
+ break;
default:
debug_printf("r300: Implementation error: Chipset reports %d"
" pixel pipes!\n", caps->num_frag_pipes);