summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/llvm/llvmtgsi.cpp
Commit message (Expand)AuthorAgeFilesLines
* Code cleanups.Zack Rusin2007-10-301-15/+22
* Dump only relevant functions when in the debugging output.Zack Rusin2007-10-301-7/+13
* Change the way we handle temporaries in LLVM translation.Zack Rusin2007-10-301-17/+6
* Enable immediates in TGSI and work with them in LLVM code.Zack Rusin2007-10-301-2/+18
* Remove conditionals from the makefiles.Zack Rusin2007-10-291-2/+1
* Refactor the LLVM code a bit.Zack Rusin2007-10-291-15/+71
* Hold a stack of temporaries so that we can redeclare themZack Rusin2007-10-261-1/+3
* Get basic function calls working in the shaders.Zack Rusin2007-10-261-8/+28
* Fix swizzle fetching in tgsi_util_get_full_src_register_extswizzle. ShortenZack Rusin2007-10-261-38/+11
* Make ret part of the instruction block instead of implicitelyZack Rusin2007-10-261-2/+1
* Implement loopsZack Rusin2007-10-251-4/+17
* Implement else ops.Zack Rusin2007-10-251-1/+5
* Make branching work :) Simply allow output variables as validZack Rusin2007-10-241-2/+2
* Simplify branch handling. Prepare for proper decleration extraction.Zack Rusin2007-10-241-3/+19
* Add copyright headers and do some cleanups.Zack Rusin2007-10-241-17/+49
* Remove the silly function and remove the bogus comment.Zack Rusin2007-10-241-58/+50
* Cleanup some code.Zack Rusin2007-10-241-2/+4
* Implement arl, lerp opcodes and do a first stab at if/endifZack Rusin2007-10-241-10/+41
* Implement cross product and abs opcodeZack Rusin2007-10-241-2/+6
* Implement extended swizzling.Zack Rusin2007-10-241-5/+24
* Implement SGE and SLTZack Rusin2007-10-241-2/+6
* Introduce linux-llvm target. Remove the llvm code from the default build for ...Zack Rusin2007-10-241-11/+39
* Align the load/stores. Reduce the amount of debugging output.Zack Rusin2007-10-241-9/+14
* Cleanup some of the debugging output codeZack Rusin2007-10-241-35/+5
* Make lit work but in a very lame way - will have to be rewritten.Zack Rusin2007-10-241-2/+1
* Muchos fixos. gears kinda works. and cases don't crash.Zack Rusin2007-10-241-192/+25
* implement min and maxZack Rusin2007-10-241-2/+6
* Fix some warnings and implement lg2Zack Rusin2007-10-241-1/+3
* Implement frc and floorZack Rusin2007-10-241-2/+6
* Implement ex2 opcodeZack Rusin2007-10-241-1/+3
* Implement dst opcodeZack Rusin2007-10-241-1/+3
* Implement dph opcodeZack Rusin2007-10-241-1/+3
* Implement dot4 opcodeZack Rusin2007-10-241-5/+7
* Implement pow/rcp and sub opcodesZack Rusin2007-10-241-3/+17
* Add the "add" opcode and assert one vp if an opcode isn't supportedZack Rusin2007-10-241-1/+9
* Refactor the tgsi->llvm storage translatorZack Rusin2007-10-241-2/+3
* Implement basic opcode translation and storage translation.Zack Rusin2007-10-241-10/+91
* Draw first triangle. Start on the llvm builder.Zack Rusin2007-10-241-22/+31
* Cleanup some of the testing code. Implement first pass at actuallyZack Rusin2007-10-241-4/+191
* Execution engine is a singleton, for now keep it in the pipe.Zack Rusin2007-10-241-9/+21
* Generate the base shader.Zack Rusin2007-10-241-20/+97
* Implement the conversion and do the initial execution pass.Zack Rusin2007-10-241-1/+5
* Stub out some conversion.Zack Rusin2007-10-241-0/+291
* Initial stab at LLVM integration.Zack Rusin2007-10-241-0/+158