summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm
AgeCommit message (Expand)Author
2009-07-31Rename TGSI LOOP instruction to better match theri usage.Michal Krol
2009-07-23gallivm: updates for TGSI changesKeith Whitwell
2009-07-23gallium: remove deprecated TGSI opcodesKeith Whitwell
2009-07-22gallium: simplify tgsi_full_immediate structKeith Whitwell
2009-06-08llvm: fix compile on gcc 4.4Dave Airlie
2009-02-18util: Move p_debug.h into util module.José Fonseca
2009-02-10gallivm: Fix build -- rename Size to NrTokens.Michal Krol
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-11-16gallivm: fix some small stuff.Stephane Marchesin
2008-10-30gallivm: replace the temp parameters of the JIT function with alloca'ed temps...Stephane Marchesin
2008-10-10Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell
2008-10-09Gallivm: cleanup soa storage.Stephane Marchesin
2008-10-07Gallivm: reorder the functions alphabetically so I can work on it.Stephane Marchesin
2008-10-07Gallivm: don't say hello, it's rude.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-10-02Gallivm: more instructions.Stephane Marchesin
2008-10-02Gallivm: make it compile again, add some opcodes.Stephane Marchesin
2008-10-01Gallivm: add slt. glxgears should be running, except it isn't.Stephane Marchesin
2008-09-30Gallivm: port to llvm 2.4.Stephane Marchesin
2008-09-28Gallivm: fix off-by-one.Stephane Marchesin
2008-09-28Gallivm: more instructions.Stephane Marchesin
2008-09-28Gallivm: make it compile again, add some opcodes.Stephane Marchesin
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-08-13gallivm: Translate KIL instead of KILP.Michal Krol
2008-07-28Merge tgsi/exec and tgsi/util directories.José Fonseca
2008-07-13llvm: build fixes.Stephane Marchesin
2008-05-31gallivm: Fix build after TGSI declaration interface changes.Michal Krol
2008-05-17cosmetic changesZack Rusin
2008-05-17fix rsqZack Rusin
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-05-17move the swizzling code to gallivm in preperation for code-generating itZack Rusin
2008-05-12adjust llvm code to the changes in 2.3Zack 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-13tgsi: Drop pre-ps_2_0 opcodes.Michal Krol
2008-03-12add code handling dependencies between generated codeZack Rusin
2008-03-12Add some basic documentation for gallivm 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-27gallium: Replace // comments.José Fonseca