diff options
| author | Dave Airlie <airlied@redhat.com> | 2009-09-26 18:38:07 +1000 | 
|---|---|---|
| committer | Dave Airlie <airlied@redhat.com> | 2009-09-26 18:39:54 +1000 | 
| commit | ec9c02187e698c26d7df3e408c1173acca9ccdd0 (patch) | |
| tree | 908d435a843cbf14812d9d22678ed7a414d0a391 /src | |
| parent | 1df539ce87ab38ebae67d63a353b01f4cf5edc79 (diff) | |
r300g: add missing break in OQ emit
Diffstat (limited to 'src')
| -rw-r--r-- | src/gallium/drivers/r300/r300_emit.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/gallium/drivers/r300/r300_emit.c b/src/gallium/drivers/r300/r300_emit.c index a1b36ba2ed..77ce431cdc 100644 --- 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); | 
