summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian <brian@yutani.localnet.net>2007-01-05 16:01:43 -0700
committerBrian <brian@yutani.localnet.net>2007-01-05 16:01:43 -0700
commitb2ab693d68f2ba1358b9c3f8bab53b9ebfb586fe (patch)
tree49d83fb9cd116002effe8d6673ce5cecb34de4eb
parenteef70ff79a3231780a4255befe652727364a638b (diff)
added PROGRAM_SAMPLER
-rw-r--r--src/mesa/shader/prog_print.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/shader/prog_print.c b/src/mesa/shader/prog_print.c
index 416d7b4fa6..04b7c7d22a 100644
--- a/src/mesa/shader/prog_print.c
+++ b/src/mesa/shader/prog_print.c
@@ -68,6 +68,8 @@ program_file_string(enum register_file f)
return "WRITE_ONLY";
case PROGRAM_ADDRESS:
return "ADDR";
+ case PROGRAM_SAMPLER:
+ return "SAMPLER";
default:
return "Unknown program file!";
}