r300/compiler: fix dumping r5xx vertex shaders

This commit is contained in:
Marek Olšák 2010-05-26 04:20:18 +02:00
parent 5c067a6304
commit 49bac3ccd8

View file

@ -50,6 +50,9 @@ static char* r300_vs_ve_ops[] = {
" VE_COND_WRITE_GT",
" VE_COND_WRITE_GTE",
" VE_COND_WRITE_NEQ",
" VE_COND_MUX_EQ",
" VE_COND_MUX_GT",
" VE_COND_MUX_GTE",
" VE_SET_GREATER_THAN",
" VE_SET_EQUAL",
" VE_SET_NOT_EQUAL",