1. 7b0e0e1 gallivm: fix some small stuff. by Stephane Marchesin · 16 years ago
  2. 19f1527 adjust llvm code to the changes in 2.3 by Zack Rusin · 16 years ago
  3. fb1c093 Use llvm 2.3 (2.2 won't work because of a lot of problems, e.g. by Zack Rusin · 16 years ago
  4. 3f3b09d Rename llvm -> gallivm. by José Fonseca · 16 years ago[Renamed from src/gallium/auxiliary/llvm/storage.cpp]
  5. 92fcbf6 Code reorganization: s/aux/auxiliary/. by José Fonseca · 16 years ago[Renamed from src/gallium/aux/llvm/storage.cpp]
  6. b642730 Code reorganization: move files into their places. by José Fonseca · 16 years ago[Renamed from src/mesa/pipe/llvm/storage.cpp]
  7. 3c3c1ff stop generate llvm entry points by Zack Rusin · 16 years ago
  8. a0dacbf Adopt llvm to some of the latest changes. by Zack Rusin · 17 years ago
  9. 1f30efb Implement kilp and make it work by Zack Rusin · 17 years ago
  10. 8681ded Rewrite argument passing to prepare for handling of the kil instruction. by Zack Rusin · 17 years ago
  11. a94251d Cleanup constant vector handling a bit. by Zack Rusin · 17 years ago
  12. fd908ce Change the way we handle temporaries in LLVM translation. by Zack Rusin · 17 years ago
  13. b0f3b59 Enable immediates in TGSI and work with them in LLVM code. by Zack Rusin · 17 years ago
  14. a6a3d8c Remove conditionals from the makefiles. by Zack Rusin · 17 years ago
  15. abe8cd1 Make sure the swizzling vector is being recreated for each function. This makes by Zack Rusin · 17 years ago
  16. 789d248 Hold a stack of temporaries so that we can redeclare them by Zack Rusin · 17 years ago
  17. 67e4b82 Get basic function calls working in the shaders. by Zack Rusin · 17 years ago
  18. 1d17cb7 Fix nested swizzles. Actually fetch the destination contents instead of input. by Zack Rusin · 17 years ago
  19. 1d26e9c Fix nested conditionals by Zack Rusin · 17 years ago
  20. 5022ee4 Make branching work :) Simply allow output variables as valid by Zack Rusin · 17 years ago
  21. 1c5fec7 Simplify branch handling. Prepare for proper decleration extraction. by Zack Rusin · 17 years ago
  22. 02cf317 Add copyright headers and do some cleanups. by Zack Rusin · 17 years ago
  23. 5040eef Implement arl, lerp opcodes and do a first stab at if/endif by Zack Rusin · 17 years ago
  24. 1248b97 Implement extended swizzling. by Zack Rusin · 17 years ago
  25. ba88751 Align the load/stores. Reduce the amount of debugging output. by Zack Rusin · 17 years ago
  26. 6815a9a Cleanup some of the debugging output code by Zack Rusin · 17 years ago
  27. d4d8d7c Muchos fixos. gears kinda works. and cases don't crash. glorious by Zack Rusin · 17 years ago
  28. b0f8069 Refactor the tgsi->llvm storage translator by Zack Rusin · 17 years ago[Renamed (77%) from src/mesa/pipe/llvm/tgsillvmbuilder.cpp]
  29. 3975f34 Implement basic opcode translation and storage translation. by Zack Rusin · 17 years ago
  30. fa2962d Draw first triangle. Start on the llvm builder. by Zack Rusin · 17 years ago