diff options
author | Zack Rusin <zack@tungstengraphics.com> | 2007-10-20 16:59:37 -0400 |
---|---|---|
committer | Zack Rusin <zack@tungstengraphics.com> | 2007-10-24 11:21:04 -0400 |
commit | 3b772a277fe032c94654648d0671ff42fd3fdce6 (patch) | |
tree | a322affe2d400b965dd7204400bcb729db9c5e19 /src/mesa/pipe/llvm/llvmtgsi.cpp | |
parent | d4d8d7c468c8ba45e302e163dd87b4e45426e1da (diff) |
Make lit work but in a very lame way - will have to be rewritten.
Diffstat (limited to 'src/mesa/pipe/llvm/llvmtgsi.cpp')
-rw-r--r-- | src/mesa/pipe/llvm/llvmtgsi.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/pipe/llvm/llvmtgsi.cpp b/src/mesa/pipe/llvm/llvmtgsi.cpp index 2a86a4e442..049bf0fa6e 100644 --- a/src/mesa/pipe/llvm/llvmtgsi.cpp +++ b/src/mesa/pipe/llvm/llvmtgsi.cpp @@ -184,8 +184,7 @@ translate_instruction(llvm::Module *module, } break; case TGSI_OPCODE_LIT: { - //out = instr->lit(inputs[0]); - return; + out = instr->lit(inputs[0]); } break; case TGSI_OPCODE_RCP: { |