summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm/storagesoa.h
Commit message (Collapse)AuthorAgeFilesLines
* llvmpipe: export the tgsi translation code to a common layerZack Rusin2010-02-081-107/+0
| | | | | | | the llvmpipe tgsi translation is a lot more complete than what was in gallivm so replacing the latter with the former. this is needed since the draw llvm paths will use the same code. effectively the proven llvmpipe code becomes gallivm.
* 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.