llvmpipe: Emit SSE intrinsics based on runtime cpu capability check.
[mesa.git] / src / gallium / drivers / llvmpipe / lp_bld_arit.c
2009-09-29 José Fonsecallvmpipe: Emit SSE intrinsics based on runtime cpu...
2009-09-28 Ian RomanickMerge branch 'mesa_7_6_branch'
2009-09-28 Ian RomanickMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-28 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-28 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-25 Ian RomanickMerge branch 'asm-shader-rework-2'
2009-09-25 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-24 Brian Paulllvmpipe: add missing __FUNCTION__ parameter to debug_p...
2009-09-24 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-24 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-24 Pauli NieminenMerge branch 'mesa_7_6_branch'
2009-09-24 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-24 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-23 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-23 Keith WhitwellMerge branch 'softpipe-opt'
2009-09-22 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-22 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-21 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-21 Nicolai HähnleMerge branch 'mesa_7_6_branch'
2009-09-21 Michel DänzerMerge branch 'mesa_7_6_branch'
2009-09-21 Michel DänzerMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-20 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-20 Nicolai HähnleMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-16 Ian RomanickMerge branch 'mesa_7_6_branch'
2009-09-16 Ian RomanickMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-15 Ian RomanickMerge branch 'mesa_7_6_branch'
2009-09-15 Ian RomanickMerge commit 'origin/mesa_7_5_branch' into mesa_7_6_branch
2009-09-15 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-15 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-14 José Fonsecallvmpipe: Make lp_type a regular union.
2009-09-13 José Fonsecallvmpipe: Add a few more common arithmetic functions.
2009-09-10 Ian RomanickMerge branch 'master' into asm-shader-rework-2
2009-09-10 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-10 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-10 Ian RomanickMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-09 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-09 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-07 José Fonsecallvmpipe: Better abs for floating points.
2009-09-07 José Fonsecallvmpipe: Utility functions for linear and bilinear...
2009-09-07 José Fonsecallvmpipe: Correct implementation of floor.
2009-08-31 José Fonsecallvmpipe: In the abcense of a min/max intrinsic, use...
2009-08-30 Michel DänzerMerge branch 'mesa_7_5_branch'
2009-08-29 José Fonsecallvmpipe: s/uni/scalar/.
2009-08-29 Brian Paulllvmpipe: basic comments
2009-08-29 José Fonsecallvmpipe: Silence compiler warnings.
2009-08-29 José Fonsecallvmpipe: Translate approximate log2/exp2.
2009-08-29 José Fonsecallvmpipe: Efficient implementations of pow/exp/log...
2009-08-29 José Fonsecallvmpipe: Implement more arithmetic functions.
2009-08-29 José Fonsecallvmpipe: More arithmetic ops.
2009-08-29 José Fonsecallvmpipe: Use full set of sse4 min/max intrinsics.
2009-08-29 José Fonsecallvmpipe: Move intrinsic helpers to a separate module.
2009-08-29 José Fonsecallvmpipe: Separate constant building.
2009-08-29 José Fonsecallvmpipe: Move type support functions into a separate...
2009-08-29 José Fonsecallvmpipe: Optimize away min/max with equal operands.
2009-08-29 José Fonsecallvmpipe: Get blending of normalized 8bit unsigned...
2009-08-29 José Fonsecallvmpipe: Specialize arithmetic operations.
2009-08-29 José Fonsecallvmpipe: Introduce a custom typing system.
2009-08-29 José Fonsecallvmpipe: Factor out intrisic calling code into a reusa...
2009-08-29 José Fonsecallvmpipe: Arithmetic helpers.