diff options
author | Corbin Simpson <[email protected]> | 2010-02-09 13:58:53 -0800 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2010-02-09 13:58:53 -0800 |
commit | dbc13401915b345df584a621b1b2aaa9030bfac5 (patch) | |
tree | 6e4247f8f68bf9e401ff1ef4bd1a6cfd92a89145 /src | |
parent | 8c85002951e29462a7c2852b4b59fe0d438da137 (diff) |
r300g: One less assert.
This entire codepath needs to be cleaned to be more pliant towards
shader failure.
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/r300/r300_tgsi_to_rc.c | 1 |
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 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; } |