add vec4_texcube to AsmInfo[]
authorBrian <brian@yutani.localnet.net>
Sat, 3 Feb 2007 01:00:26 +0000 (18:00 -0700)
committerBrian <brian@yutani.localnet.net>
Sat, 3 Feb 2007 01:00:26 +0000 (18:00 -0700)
src/mesa/shader/slang/slang_codegen.c

index 17d1a6b..4cb161a 100644 (file)
@@ -460,6 +460,7 @@ static slang_asm_info AsmInfo[] = {
    { "vec4_tex3d", IR_TEX, 1, 2 },
    { "vec4_texb3d", IR_TEXB, 1, 2 },  /* 3d w/ bias */
    { "vec4_texp3d", IR_TEXP, 1, 2 },  /* 3d w/ projection */
+   { "vec4_texcube", IR_TEX, 1, 2 },  /* cubemap */
 
    /* unary op */
    { "int_to_float", IR_I_TO_F, 1, 1 },