1. adc6f8c gallivm: updates for TGSI changes by Keith Whitwell · 15 years ago
  2. 8064a51 llvm: fix compile on gcc 4.4 by Dave Airlie · 15 years ago
  3. 45604ff gallivm: Make sure the bitcode buffer is followed by a 0 byte. by Michel Dänzer · 16 years ago
  4. f43e621 gallivm: Print error message from ParseBitcodeFile() in case it fails. by Michel Dänzer · 16 years ago
  5. f586c31 gallivm: Adapt to header file move in LLVM 2.4. by Michel Dänzer · 16 years ago
  6. a0809c5 Gallivm: reorder the functions alphabetically so I can work on it. by Stephane Marchesin · 16 years ago
  7. 94ba48b Gallivm: fix the constant layout, this gets a bunch of progs/ working. Notably, gears doesn't. by Stephane Marchesin · 16 years ago
  8. 8bdb4d2 Gallivm: add slt. glxgears should be running, except it isn't. by Stephane Marchesin · 16 years ago
  9. 3f4b67f Gallivm: port to llvm 2.4. by Stephane Marchesin · 16 years ago
  10. fdcaf56 Gallivm: fix off-by-one. by Stephane Marchesin · 16 years ago
  11. 4f25420 gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h by Brian Paul · 16 years ago
  12. 02e45b2 fix abs and start on rsq by Zack Rusin · 16 years ago
  13. 1d1cf8e do the lit (some artifacts present) by Zack Rusin · 16 years ago
  14. ea1a607 implement min/max and abstract ops on vectors by Zack Rusin · 16 years ago
  15. 59766ac llvm: implement sub and abs by Zack Rusin · 16 years ago
  16. 735752e fix injections of functions from builtins into shaders by Zack Rusin · 16 years ago
  17. fb1c093 Use llvm 2.3 (2.2 won't work because of a lot of problems, e.g. by Zack Rusin · 16 years ago
  18. 201ac41 make llvm draw paths compile with the latest changes by Zack Rusin · 16 years ago
  19. cac037d add code handling dependencies between generated code by Zack Rusin · 16 years ago
  20. a9c40f8 refactor code calling builtins and implement dp4 by Zack Rusin · 16 years ago
  21. 17f543f make the first builtin work (dp3) by Zack Rusin · 16 years ago
  22. e884c7e start implementing start of bultins by Zack Rusin · 16 years ago
  23. 3f3b09d Rename llvm -> gallivm. by José Fonseca · 16 years ago[Renamed from src/gallium/auxiliary/llvm/instructionssoa.cpp]
  24. 92fcbf6 Code reorganization: s/aux/auxiliary/. by José Fonseca · 16 years ago[Renamed from src/gallium/aux/llvm/instructionssoa.cpp]
  25. b642730 Code reorganization: move files into their places. by José Fonseca · 16 years ago[Renamed from src/mesa/pipe/llvm/instructionssoa.cpp]
  26. 4593be3 vastly simplify indexing by Zack Rusin · 16 years ago
  27. cf51d5c redo indirection by Zack Rusin · 16 years ago
  28. f70cc89 redo the way immediates are handled implement madd start implementing arl by Zack Rusin · 16 years ago
  29. e179d5b implement add by Zack Rusin · 16 years ago
  30. 135d232 implement mul by Zack Rusin · 16 years ago
  31. 53c2963 fix fetching input elements and generate a ret on end by Zack Rusin · 16 years ago
  32. e761161 start genering soa type code in llvm paths by Zack Rusin · 16 years ago