diff options
author | Brian <[email protected]> | 2007-03-13 15:00:14 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-03-13 15:00:14 -0600 |
commit | 948c60badc52cf938766964dc90ce574f885b23d (patch) | |
tree | a98ae2237a5da7f39112802d38b012f3e03961d9 /src/mesa/shader/slang/slang_codegen.c | |
parent | d8070889d73479d9dbef27ccf1ed5d26fc8760e5 (diff) |
get rid of float_multiply, float_add, float_divide
Diffstat (limited to 'src/mesa/shader/slang/slang_codegen.c')
-rw-r--r-- | src/mesa/shader/slang/slang_codegen.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/shader/slang/slang_codegen.c b/src/mesa/shader/slang/slang_codegen.c index e91e0446ad1..5b5de07b4fe 100644 --- a/src/mesa/shader/slang/slang_codegen.c +++ b/src/mesa/shader/slang/slang_codegen.c @@ -350,9 +350,6 @@ static slang_asm_info AsmInfo[] = { { "vec4_ddx", IR_DDX, 1, 1 }, { "vec4_ddy", IR_DDY, 1, 1 }, /* float binary op */ - { "float_add", IR_ADD, 1, 2 }, - { "float_multiply", IR_MUL, 1, 2 }, - { "float_divide", IR_DIV, 1, 2 }, { "float_power", IR_POW, 1, 2 }, /* texture / sampler */ { "vec4_tex1d", IR_TEX, 1, 2 }, |