mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
r200: accept PROGRAM_CONSTANT inputs due to mesa changes
This commit is contained in:
parent
b64448b3e4
commit
8642dd30f9
1 changed files with 1 additions and 0 deletions
|
|
@ -215,6 +215,7 @@ static unsigned long t_src_class(enum register_file file)
|
|||
case PROGRAM_LOCAL_PARAM:
|
||||
case PROGRAM_ENV_PARAM:
|
||||
case PROGRAM_NAMED_PARAM:
|
||||
case PROGRAM_CONSTANT:
|
||||
case PROGRAM_STATE_VAR:
|
||||
return VSF_IN_CLASS_PARAM;
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue