Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | llvmpipe: export the tgsi translation code to a common layer | Zack Rusin | 2010-02-08 | 1 | -116/+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: fix the constant layout, this gets a bunch of progs/ working. ↵ | Stephane Marchesin | 2008-10-07 | 1 | -0/+1 |
| | | | | Notably, gears doesn't. | ||||
* | Gallivm: add slt. glxgears should be running, except it isn't. | Stephane Marchesin | 2008-10-02 | 1 | -0/+2 |
| | |||||
* | Gallivm: port to llvm 2.4. | Stephane Marchesin | 2008-10-02 | 1 | -1/+1 |
| | |||||
* | fix abs and start on rsq | Zack Rusin | 2008-05-17 | 1 | -0/+1 |
| | |||||
* | do the lit (some artifacts present) | Zack Rusin | 2008-05-17 | 1 | -0/+1 |
| | |||||
* | implement min/max and abstract ops on vectors | Zack Rusin | 2008-05-17 | 1 | -0/+4 |
| | |||||
* | llvm: implement sub and abs | Zack Rusin | 2008-05-17 | 1 | -0/+3 |
| | |||||
* | Use llvm 2.3 (2.2 won't work because of a lot of problems, e.g. | Zack Rusin | 2008-04-21 | 1 | -2/+2 |
| | | | | lack of constant vectors handling in execution engine) | ||||
* | add code handling dependencies between generated code | Zack Rusin | 2008-03-12 | 1 | -0/+6 |
| | |||||
* | refactor code calling builtins and implement dp4 | Zack Rusin | 2008-03-01 | 1 | -0/+12 |
| | |||||
* | start implementing start of bultins | Zack Rusin | 2008-03-01 | 1 | -1/+13 |
| | |||||
* | Rename llvm -> gallivm. | José Fonseca | 2008-02-18 | 1 | -0/+74 |
Following the directory == library name policy simplifies the build system. |