added 1D texture functions
authorBrian <brian@yutani.localnet.net>
Mon, 8 Jan 2007 23:10:55 +0000 (16:10 -0700)
committerBrian <brian@yutani.localnet.net>
Mon, 8 Jan 2007 23:10:55 +0000 (16:10 -0700)
src/mesa/shader/slang/slang_assemble.c

index 89f5df1..3995f0f 100644 (file)
@@ -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},