summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/gallivm/soabuiltins.c
Commit message (Collapse)AuthorAgeFilesLines
* llvmpipe: export the tgsi translation code to a common layerZack Rusin2010-02-081-210/+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: add slt. glxgears should be running, except it isn't.Stephane Marchesin2008-10-011-66/+89
|
* cosmetic changesZack Rusin2008-05-171-3/+2
|
* fix rsqZack Rusin2008-05-171-3/+3
|
* fix abs and start on rsqZack Rusin2008-05-171-19/+37
|
* do the lit (some artifacts present)Zack Rusin2008-05-171-14/+23
|
* implement min/max and abstract ops on vectorsZack Rusin2008-05-171-10/+65
|
* llvm: implement sub and absZack Rusin2008-05-171-11/+27
|
* make llvm draw paths compile with the latest changesZack Rusin2008-04-211-1/+1
| | | | | switch the method of distribution of builtins (to get rid of the llvm2cpp dependency)
* add code handling dependencies between generated codeZack Rusin2008-03-121-0/+18
|
* refactor code calling builtins and implement dp4Zack Rusin2008-03-011-0/+14
|
* start implementing start of bultinsZack Rusin2008-03-011-0/+58