gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
[mesa.git] / src / gallium / auxiliary / gallivm / instructionssoa.cpp
2008-08-24 Brian Paulgallium: refactor/replace p_util.h with util/u_memory...
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 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-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 Zack Rusinadd code handling dependencies between generated 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-18 José FonsecaRename llvm -> gallivm.