Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallivm: Make sure the bitcode buffer is followed by a 0 byte. | Michel Dänzer | 2009-01-12 | 3 | -4/+4 |
| | | | | May fail to parse otherwise. | ||||
* | gallivm: Print error message from ParseBitcodeFile() in case it fails. | Michel Dänzer | 2009-01-12 | 1 | -2/+3 |
| | |||||
* | gallivm: Adapt to header file move in LLVM 2.4. | Michel Dänzer | 2009-01-12 | 5 | -5/+5 |
| | |||||
* | gallivm: fix some small stuff. | Stephane Marchesin | 2008-11-16 | 2 | -3/+3 |
| | |||||
* | gallivm: replace the temp parameters of the JIT function with alloca'ed ↵ | Stephane Marchesin | 2008-10-30 | 4 | -30/+41 |
| | | | | temps. This avoids useless writes of temporary results. | ||||
* | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-10-10 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gallium/auxiliary/gallivm/instructionssoa.cpp src/gallium/auxiliary/gallivm/soabuiltins.c src/gallium/auxiliary/rtasm/rtasm_x86sse.c src/gallium/auxiliary/rtasm/rtasm_x86sse.h src/mesa/main/texenvprogram.c src/mesa/shader/arbprogparse.c src/mesa/shader/prog_statevars.c src/mesa/state_tracker/st_draw.c src/mesa/vbo/vbo_exec_draw.c | ||||
| * | Gallivm: add slt. glxgears should be running, except it isn't. | Stephane Marchesin | 2008-10-01 | 4 | -66/+101 |
| | | |||||
| * | Gallivm: port to llvm 2.4. | Stephane Marchesin | 2008-09-30 | 5 | -149/+149 |
| | | |||||
| * | Gallivm: fix off-by-one. | Stephane Marchesin | 2008-09-28 | 1 | -1/+1 |
| | | |||||
| * | Gallivm: more instructions. | Stephane Marchesin | 2008-09-28 | 3 | -8/+73 |
| | | |||||
| * | Gallivm: make it compile again, add some opcodes. | Stephane Marchesin | 2008-09-28 | 4 | -485/+770 |
| | | |||||
* | | Gallivm: cleanup soa storage. | Stephane Marchesin | 2008-10-09 | 2 | -34/+12 |
| | | |||||
* | | Gallivm: reorder the functions alphabetically so I can work on it. | Stephane Marchesin | 2008-10-07 | 1 | -121/+119 |
| | | |||||
* | | Gallivm: don't say hello, it's rude. | Stephane Marchesin | 2008-10-07 | 1 | -1/+0 |
| | | |||||
* | | Gallivm: fix the constant layout, this gets a bunch of progs/ working. ↵ | Stephane Marchesin | 2008-10-07 | 6 | -21/+78 |
| | | | | | | | | Notably, gears doesn't. | ||||
* | | Gallivm: add slt. glxgears should be running, except it isn't. | Stephane Marchesin | 2008-10-02 | 4 | -66/+101 |
| | | |||||
* | | Gallivm: port to llvm 2.4. | Stephane Marchesin | 2008-10-02 | 5 | -149/+149 |
| | | |||||
* | | Gallivm: fix off-by-one. | Stephane Marchesin | 2008-10-02 | 1 | -1/+1 |
| | | |||||
* | | Gallivm: more instructions. | Stephane Marchesin | 2008-10-02 | 3 | -8/+73 |
| | | |||||
* | | Gallivm: make it compile again, add some opcodes. | Stephane Marchesin | 2008-10-02 | 4 | -485/+770 |
|/ | |||||
* | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul | 2008-08-24 | 3 | -3/+4 |
| | | | | Also, rename p_tile.[ch] to u_tile.[ch] | ||||
* | gallivm: Translate KIL instead of KILP. | Michal Krol | 2008-08-13 | 4 | -13/+13 |
| | |||||
* | Merge tgsi/exec and tgsi/util directories. | José Fonseca | 2008-07-28 | 3 | -9/+9 |
| | |||||
* | llvm: build fixes. | Stephane Marchesin | 2008-07-13 | 1 | -1/+1 |
| | |||||
* | gallivm: Fix build after TGSI declaration interface changes. | Michal Krol | 2008-05-31 | 1 | -6/+4 |
| | |||||
* | 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 | 4 | -20/+58 |
| | |||||
* | do the lit (some artifacts present) | Zack Rusin | 2008-05-17 | 4 | -14/+40 |
| | |||||
* | implement min/max and abstract ops on vectors | Zack Rusin | 2008-05-17 | 4 | -11/+100 |
| | |||||
* | llvm: implement sub and abs | Zack Rusin | 2008-05-17 | 5 | -17/+67 |
| | |||||
* | fix injections of functions from builtins into shaders | Zack Rusin | 2008-05-17 | 2 | -10/+11 |
| | |||||
* | move the swizzling code to gallivm in preperation for code-generating it | Zack Rusin | 2008-05-17 | 4 | -146/+191 |
| | | | | also some minor cleanups | ||||
* | adjust llvm code to the changes in 2.3 | Zack Rusin | 2008-05-12 | 3 | -28/+26 |
| | |||||
* | Use llvm 2.3 (2.2 won't work because of a lot of problems, e.g. | Zack Rusin | 2008-04-21 | 8 | -78/+79 |
| | | | | lack of constant vectors handling in execution engine) | ||||
* | make llvm draw paths compile with the latest changes | Zack Rusin | 2008-04-21 | 6 | -576/+192 |
| | | | | | switch the method of distribution of builtins (to get rid of the llvm2cpp dependency) | ||||
* | tgsi: Drop pre-ps_2_0 opcodes. | Michal Krol | 2008-03-13 | 1 | -68/+0 |
| | |||||
* | add code handling dependencies between generated code | Zack Rusin | 2008-03-12 | 4 | -10/+111 |
| | |||||
* | Add some basic documentation for gallivm code | Zack Rusin | 2008-03-12 | 1 | -0/+10 |
| | |||||
* | refactor code calling builtins and implement dp4 | Zack Rusin | 2008-03-01 | 4 | -27/+116 |
| | |||||
* | make the first builtin work (dp3) | Zack Rusin | 2008-03-01 | 2 | -18/+33 |
| | |||||
* | start implementing start of bultins | Zack Rusin | 2008-03-01 | 8 | -58/+228 |
| | |||||
* | gallium: Replace // comments. | José Fonseca | 2008-02-27 | 2 | -4/+4 |
| | |||||
* | Initial scons support to build gallivm. | José Fonseca | 2008-02-19 | 1 | -0/+16 |
| | | | | Not yet complete. | ||||
* | Rename llvm -> gallivm. | José Fonseca | 2008-02-18 | 19 | -0/+5015 |
Following the directory == library name policy simplifies the build system. |