From: Brian Date: Tue, 24 Jul 2007 22:50:00 +0000 (-0600) Subject: added PROGRAM_NAMED_PARAM in map_register_file() X-Git-Tag: 062012170305~17580^2~390^2~4664 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ed52adc64ed13583162a997f13f3bc4624feb5ee;p=profile%2Fivi%2Fmesa.git added PROGRAM_NAMED_PARAM in map_register_file() --- diff --git a/src/mesa/pipe/tgsi/mesa/mesa_to_tgsi.c b/src/mesa/pipe/tgsi/mesa/mesa_to_tgsi.c index c784091..21b488c 100644 --- a/src/mesa/pipe/tgsi/mesa/mesa_to_tgsi.c +++ b/src/mesa/pipe/tgsi/mesa/mesa_to_tgsi.c @@ -16,7 +16,7 @@ map_register_file( //case PROGRAM_LOCAL_PARAM: //case PROGRAM_ENV_PARAM: case PROGRAM_STATE_VAR: - //case PROGRAM_NAMED_PARAM: + case PROGRAM_NAMED_PARAM: case PROGRAM_CONSTANT: case PROGRAM_UNIFORM: return TGSI_FILE_CONSTANT;