projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a78ef9
)
added 1D texture functions
author
Brian
<brian@yutani.localnet.net>
Mon, 8 Jan 2007 23:10:55 +0000
(16:10 -0700)
committer
Brian
<brian@yutani.localnet.net>
Mon, 8 Jan 2007 23:10:55 +0000
(16:10 -0700)
src/mesa/shader/slang/slang_assemble.c
patch
|
blob
|
history
diff --git
a/src/mesa/shader/slang/slang_assemble.c
b/src/mesa/shader/slang/slang_assemble.c
index 89f5df1e0540e365d8233861f36e03e520459fa1..3995f0f31fb42349963e2bf18d9b89eb0c140c27 100644
(file)
--- a/
src/mesa/shader/slang/slang_assemble.c
+++ b/
src/mesa/shader/slang/slang_assemble.c
@@
-745,6
+745,8
@@
static const struct
{"float_noise4", slang_asm_float_noise4, slang_asm_float_copy},
{"int_to_float", slang_asm_int_to_float, slang_asm_float_copy},
{"vec4_tex1d", slang_asm_vec4_tex1d, slang_asm_none},
+ {"vec4_texb1d", slang_asm_vec4_tex1d, slang_asm_none},
+ {"vec4_texp1d", slang_asm_vec4_tex1d, slang_asm_none},
{"vec4_tex2d", slang_asm_vec4_tex2d, slang_asm_none},
{"vec4_texb2d", slang_asm_vec4_tex2d, slang_asm_none},
{"vec4_texp2d", slang_asm_vec4_tex2d, slang_asm_none},