summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm/instructionssoa.cpp
AgeCommit message (Expand)Author
2010-02-08llvmpipe: export the tgsi translation code to a common layerZack Rusin
2009-07-23gallivm: updates for TGSI changesKeith Whitwell
2009-06-08llvm: fix compile on gcc 4.4Dave Airlie
2009-01-12gallivm: Make sure the bitcode buffer is followed by a 0 byte.Michel Dänzer
2009-01-12gallivm: Print error message from ParseBitcodeFile() in case it fails.Michel Dänzer
2009-01-12gallivm: Adapt to header file move in LLVM 2.4.Michel Dänzer
2008-10-07Gallivm: reorder the functions alphabetically so I can work on it.Stephane Marchesin
2008-10-07Gallivm: fix the constant layout, this gets a bunch of progs/ working. Notabl...Stephane Marchesin
2008-10-02Gallivm: add slt. glxgears should be running, except it isn't.Stephane Marchesin
2008-10-02Gallivm: port to llvm 2.4.Stephane Marchesin
2008-10-02Gallivm: fix off-by-one.Stephane Marchesin
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-05-17fix abs and start on rsqZack Rusin
2008-05-17do the lit (some artifacts present)Zack Rusin
2008-05-17implement min/max and abstract ops on vectorsZack Rusin
2008-05-17llvm: implement sub and absZack Rusin
2008-05-17fix injections of functions from builtins into shadersZack Rusin
2008-04-21Use llvm 2.3 (2.2 won't work because of a lot of problems, e.g.Zack Rusin
2008-04-21make llvm draw paths compile with the latest changesZack Rusin
2008-03-12add code handling dependencies between generated codeZack Rusin
2008-03-01refactor code calling builtins and implement dp4Zack Rusin
2008-03-01make the first builtin work (dp3)Zack Rusin
2008-03-01start implementing start of bultinsZack Rusin
2008-02-18Rename llvm -> gallivm.José Fonseca