Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | llvmpipe: export the tgsi translation code to a common layer | Zack Rusin | 2010-02-08 | 1 | -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 Marchesin | 2008-10-01 | 1 | -66/+89 |
| | |||||
* | cosmetic changes | Zack Rusin | 2008-05-17 | 1 | -3/+2 |
| | |||||
* | fix rsq | Zack Rusin | 2008-05-17 | 1 | -3/+3 |
| | |||||
* | fix abs and start on rsq | Zack Rusin | 2008-05-17 | 1 | -19/+37 |
| | |||||
* | do the lit (some artifacts present) | Zack Rusin | 2008-05-17 | 1 | -14/+23 |
| | |||||
* | implement min/max and abstract ops on vectors | Zack Rusin | 2008-05-17 | 1 | -10/+65 |
| | |||||
* | llvm: implement sub and abs | Zack Rusin | 2008-05-17 | 1 | -11/+27 |
| | |||||
* | make llvm draw paths compile with the latest changes | Zack Rusin | 2008-04-21 | 1 | -1/+1 |
| | | | | | switch the method of distribution of builtins (to get rid of the llvm2cpp dependency) | ||||
* | add code handling dependencies between generated code | Zack Rusin | 2008-03-12 | 1 | -0/+18 |
| | |||||
* | refactor code calling builtins and implement dp4 | Zack Rusin | 2008-03-01 | 1 | -0/+14 |
| | |||||
* | start implementing start of bultins | Zack Rusin | 2008-03-01 | 1 | -0/+58 |