summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm/storagesoa.h
Commit message (Collapse)AuthorAgeFilesLines
* gallivm: replace the temp parameters of the JIT function with alloca'ed ↵Stephane Marchesin2008-10-301-5/+5
| | | | temps. This avoids useless writes of temporary results.
* Gallivm: fix the constant layout, this gets a bunch of progs/ working. ↵Stephane Marchesin2008-10-071-2/+5
| | | | Notably, gears doesn't.
* start implementing start of bultinsZack Rusin2008-03-011-11/+4
|
* Rename llvm -> gallivm.José Fonseca2008-02-181-0/+111
Following the directory == library name policy simplifies the build system.