projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eef70ff
)
added PROGRAM_SAMPLER
author
Brian
<brian@yutani.localnet.net>
Fri, 5 Jan 2007 23:01:43 +0000
(16:01 -0700)
committer
Brian
<brian@yutani.localnet.net>
Fri, 5 Jan 2007 23:01:43 +0000
(16:01 -0700)
src/mesa/shader/prog_print.c
patch
|
blob
|
history
diff --git
a/src/mesa/shader/prog_print.c
b/src/mesa/shader/prog_print.c
index 416d7b4fa653b476d3d8874abee22c852ce48990..04b7c7d22a2b84aa0c84383d9538f5320eeeb799 100644
(file)
--- 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!";
}