Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-12 | gallivm: Adapt to header file move in LLVM 2.4. | Michel Dänzer | |
2008-10-30 | gallivm: replace the temp parameters of the JIT function with alloca'ed ↵ | Stephane Marchesin | |
temps. This avoids useless writes of temporary results. | |||
2008-10-07 | Gallivm: fix the constant layout, this gets a bunch of progs/ working. ↵ | Stephane Marchesin | |
Notably, gears doesn't. | |||
2008-10-02 | Gallivm: make it compile again, add some opcodes. | Stephane Marchesin | |
2008-08-24 | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul | |
Also, rename p_tile.[ch] to u_tile.[ch] | |||
2008-07-28 | Merge tgsi/exec and tgsi/util directories. | José Fonseca | |
2008-05-17 | move the swizzling code to gallivm in preperation for code-generating it | Zack Rusin | |
also some minor cleanups | |||
2008-02-18 | Rename llvm -> gallivm. | José Fonseca | |
Following the directory == library name policy simplifies the build system. |