Message ID | 1249064591-16236-1-git-send-email-cworth@cworth.org (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
diff --git a/src/i830_debug.c b/src/i830_debug.c index 1126c26..4b704a1 100644 --- a/src/i830_debug.c +++ b/src/i830_debug.c @@ -2094,8 +2094,6 @@ i830_valid_command (uint32_t cmd) count = 1; else count = (cmd & 0xff) + 2; - if (pipeline_type <= 3) - return count; if (!_3d_cmds[pipeline_type][opcode][subopcode].name) return -1; break;