summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm
AgeCommit message (Expand)AuthorFilesLines
2009-07-31Rename TGSI LOOP instruction to better match theri usage.Michal Krol1-8/+8
2009-07-23gallivm: updates for TGSI changesKeith Whitwell2-22/+18
2009-07-23gallium: remove deprecated TGSI opcodesKeith Whitwell1-26/+0
2009-07-22gallium: simplify tgsi_full_immediate structKeith Whitwell1-2/+4
2009-06-08llvm: fix compile on gcc 4.4Dave Airlie1-0/+2
2009-02-18util: Move p_debug.h into util module.José Fonseca1-1/+1
2009-02-10gallivm: Fix build -- rename Size to NrTokens.Michal Krol1-2/+2
2009-01-12gallivm: Make sure the bitcode buffer is followed by a 0 byte.Michel Dänzer3-4/+4
2009-01-12gallivm: Print error message from ParseBitcodeFile() in case it fails.Michel Dänzer1-2/+3
2009-01-12gallivm: Adapt to header file move in LLVM 2.4.Michel Dänzer5-5/+5
2008-11-16gallivm: fix some small stuff.Stephane Marchesin2-3/+3
2008-10-30gallivm: replace the temp parameters of the JIT function with alloca'ed temps...Stephane Marchesin4-30/+41
2008-10-10Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell1-0/+1
2008-10-09Gallivm: cleanup soa storage.Stephane Marchesin2-34/+12
2008-10-07Gallivm: reorder the functions alphabetically so I can work on it.Stephane Marchesin1-121/+119
2008-10-07Gallivm: don't say hello, it's rude.Stephane Marchesin1-1/+0
2008-10-07Gallivm: fix the constant layout, this gets a bunch of progs/ working. Notabl...Stephane Marchesin6-21/+78
2008-10-02Gallivm: add slt. glxgears should be running, except it isn't.Stephane Marchesin4-66/+101
2008-10-02Gallivm: port to llvm 2.4.Stephane Marchesin5-149/+149
2008-10-02Gallivm: fix off-by-one.Stephane Marchesin1-1/+1
2008-10-02Gallivm: more instructions.Stephane Marchesin3-8/+73
2008-10-02Gallivm: make it compile again, add some opcodes.Stephane Marchesin4-485/+770
2008-10-01Gallivm: add slt. glxgears should be running, except it isn't.Stephane Marchesin4-66/+101
2008-09-30Gallivm: port to llvm 2.4.Stephane Marchesin5-149/+149
2008-09-28Gallivm: fix off-by-one.Stephane Marchesin1-1/+1
2008-09-28Gallivm: more instructions.Stephane Marchesin3-8/+73
2008-09-28Gallivm: make it compile again, add some opcodes.Stephane Marchesin4-485/+770
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul3-3/+4
2008-08-13gallivm: Translate KIL instead of KILP.Michal Krol4-13/+13
2008-07-28Merge tgsi/exec and tgsi/util directories.José Fonseca3-9/+9
2008-07-13llvm: build fixes.Stephane Marchesin1-1/+1
2008-05-31gallivm: Fix build after TGSI declaration interface changes.Michal Krol1-6/+4
2008-05-17cosmetic changesZack Rusin1-3/+2
2008-05-17fix rsqZack Rusin1-3/+3
2008-05-17fix abs and start on rsqZack Rusin4-20/+58
2008-05-17do the lit (some artifacts present)Zack Rusin4-14/+40
2008-05-17implement min/max and abstract ops on vectorsZack Rusin4-11/+100
2008-05-17llvm: implement sub and absZack Rusin5-17/+67
2008-05-17fix injections of functions from builtins into shadersZack Rusin2-10/+11
2008-05-17move the swizzling code to gallivm in preperation for code-generating itZack Rusin4-146/+191
2008-05-12adjust llvm code to the changes in 2.3Zack Rusin3-28/+26
2008-04-21Use llvm 2.3 (2.2 won't work because of a lot of problems, e.g.Zack Rusin8-78/+79
2008-04-21make llvm draw paths compile with the latest changesZack Rusin6-576/+192
2008-03-13tgsi: Drop pre-ps_2_0 opcodes.Michal Krol1-68/+0
2008-03-12add code handling dependencies between generated codeZack Rusin4-10/+111
2008-03-12Add some basic documentation for gallivm codeZack Rusin1-0/+10
2008-03-01refactor code calling builtins and implement dp4Zack Rusin4-27/+116
2008-03-01make the first builtin work (dp3)Zack Rusin2-18/+33
2008-03-01start implementing start of bultinsZack Rusin8-58/+228
2008-02-27gallium: Replace // comments.José Fonseca2-4/+4