mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
r300/compiler: fix dumping r5xx vertex shaders
This commit is contained in:
parent
5c067a6304
commit
49bac3ccd8
1 changed files with 3 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue