From: Corbin Simpson Date: Tue, 9 Feb 2010 21:58:53 +0000 (-0800) Subject: r300g: One less assert. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dbc13401915b345df584a621b1b2aaa9030bfac5;p=mesa.git r300g: One less assert. This entire codepath needs to be cleaned to be more pliant towards shader failure. --- diff --git a/src/gallium/drivers/r300/r300_tgsi_to_rc.c b/src/gallium/drivers/r300/r300_tgsi_to_rc.c index a88a9477b43..1c82fccd9c0 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; }