Gallivm: more instructions.
[mesa.git] / src / gallium / auxiliary / gallivm /
2008-09-28 Stephane MarchesinGallivm: more instructions.
2008-09-28 Stephane MarchesinGallivm: make it compile again, add some opcodes.
2008-08-24 Brian Paulgallium: refactor/replace p_util.h with util/u_memory...
2008-08-13 Michal Krolgallivm: Translate KIL instead of KILP.
2008-07-28 José FonsecaMerge tgsi/exec and tgsi/util directories.
2008-07-13 Stephane Marchesinllvm: build fixes.
2008-06-03 Keith WhitwellMerge branch 'gallium-tex-surfaces' into gallium-0.1
2008-05-31 Michal Krolgallivm: Fix build after TGSI declaration interface...
2008-05-23 Jakob BornecrantzMerge branch 'gallium-i915-current' into gallium-0.1
2008-05-19 Zack RusinMerge commit 'origin/gallium-0.1' into gallium-vertex...
2008-05-18 Brian PaulMerge branch 'gallium-0.1' into gallium-tex-surfaces
2008-05-17 Zack Rusincosmetic changes
2008-05-17 Zack Rusinfix rsq
2008-05-17 Zack Rusinfix abs and start on rsq
2008-05-17 Zack Rusindo the lit (some artifacts present)
2008-05-17 Zack Rusinimplement min/max and abstract ops on vectors
2008-05-17 Zack Rusinllvm: implement sub and abs
2008-05-17 Zack Rusinfix injections of functions from builtins into shaders
2008-05-17 Zack Rusinmove the swizzling code to gallivm in preperation for...
2008-05-12 Zack Rusinadjust llvm code to the changes in 2.3
2008-04-21 Zack RusinUse llvm 2.3 (2.2 won't work because of a lot of proble...
2008-04-21 Zack Rusinmake llvm draw paths compile with the latest changes
2008-03-13 Michal Kroltgsi: Drop pre-ps_2_0 opcodes.
2008-03-13 Zack Rusinadd code handling dependencies between generated code
2008-03-13 Zack RusinAdd some basic documentation for gallivm code
2008-03-01 Zack Rusinrefactor code calling builtins and implement dp4
2008-03-01 Zack Rusinmake the first builtin work (dp3)
2008-03-01 Zack Rusinstart implementing start of bultins
2008-02-27 José Fonsecagallium: Replace // comments.
2008-02-19 José FonsecaInitial scons support to build gallivm.
2008-02-18 José FonsecaRename llvm -> gallivm.