r200: accept PROGRAM_CONSTANT inputs due to mesa changes

This commit is contained in:
Andrew Randrianasulu 2008-04-17 02:51:02 +02:00 committed by Roland Scheidegger
parent b64448b3e4
commit 8642dd30f9

View file

@ -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;
/*