summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_tgsi_to_rc.c
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2010-02-09 13:58:53 -0800
committerCorbin Simpson <MostAwesomeDude@gmail.com>2010-02-09 13:58:53 -0800
commitdbc13401915b345df584a621b1b2aaa9030bfac5 (patch)
tree6e4247f8f68bf9e401ff1ef4bd1a6cfd92a89145 /src/gallium/drivers/r300/r300_tgsi_to_rc.c
parent8c85002951e29462a7c2852b4b59fe0d438da137 (diff)
r300g: One less assert.
This entire codepath needs to be cleaned to be more pliant towards shader failure.
Diffstat (limited to 'src/gallium/drivers/r300/r300_tgsi_to_rc.c')
-rw-r--r--src/gallium/drivers/r300/r300_tgsi_to_rc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_tgsi_to_rc.c b/src/gallium/drivers/r300/r300_tgsi_to_rc.c
index a88a9477b4..1c82fccd9c 100644
--- a/src/gallium/drivers/r300/r300_tgsi_to_rc.c
+++ b/src/gallium/drivers/r300/r300_tgsi_to_rc.c
@@ -146,7 +146,6 @@ static unsigned translate_opcode(unsigned opcode)
}
debug_printf("r300: Unknown TGSI/RC opcode: %i\n", opcode);
- assert(0);
return RC_OPCODE_ILLEGAL_OPCODE;
}