gallivm: Use a faster (and less accurate) log2 in lod computation.
[mesa.git] / src / gallium / auxiliary / gallivm / lp_bld_arit.c
2010-10-06 José Fonsecagallivm: Use a faster (and less accurate) log2 in lod...
2010-10-06 José Fonsecagallivm: Take the type signedness in consideration...
2010-09-29 José Fonsecagallivm: Use SSE4.1's ROUNDSS/ROUNDSD for scalar rounding.
2010-09-22 José Fonsecagallivm: Add unorm support to lp_build_lerp()
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-11 José Fonsecagallivm: Add a new debug flag to warn about performance...
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-30 José Fonsecagallivm: Fix lp_build_sum_vector.
2010-08-29 Marek Olšákutil: remove util_is_pot in favor of util_is_power_of_two
2010-08-21 José Fonsecagallivm: Emit DIVPS instead of RCPPS.
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 José Fonsecagallivm: Refactor the Newton-Rapshon steps, and disable...
2010-08-11 José Fonsecagallivm: Fix and enable the extra Newton/Raphson step...
2010-08-10 nobledgallivm: Fix bitwise operations for floats, division...
2010-08-10 nobledgallivm: Even more type checking
2010-08-09 José Fonsecagallivm: More type checks.
2010-08-09 José Fonsecagallivm: Don't call LLVMBuildFNeg on llvm-2.6.
2010-08-09 nobledgallivm: Always use floating-point operators for floati...
2010-08-08 José Fonsecagallivm: Add type checks for the basic operations.
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-06 Vinson Leegallivm: Remove unnecessary header.
2010-07-06 Brian Paulgallivm: finish implementation of lp_build_iceil()
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-03 Roland ScheideggerMerge branch 'gallium-newclear'
2010-05-26 Vinson Leegallivm: Remove unnecessary headers.
2010-05-24 Qicheng Christopher Ligallivm: Efficient implementation of sin/cos.
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-10 José Fonsecagallivm: Silent warning.
2010-05-10 José Fonsecagallivm: cosf/sinf are macros on MSVC.
2010-05-08 José Fonsecagallivm: Actually do floor/ceil/trunc for scalars.
2010-05-08 José Fonsecagallivm: Use a minimax polynomial for exp2 in range...
2010-05-08 José Fonsecagallivm: The the JIT engine to use our sinf()/cosf...
2010-05-04 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
2010-05-03 José Fonsecagallicm: Newton-Raphson step to improve precision.
2010-05-02 Kristian HøgsbergMerge branch 'gles2-2'
2010-04-30 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
2010-04-24 José Fonsecagallivm: LLVMConstBitCast -> LLVMBuildBitCast
2010-04-23 Ian RomanickMerge branch '7.8'
2010-04-23 Jerome GlisseMerge remote branch 'origin/7.8'
2010-04-23 Michel DänzerMerge branch '7.8'
2010-04-22 Zack Rusingallivm: make sure we return the correct type when...
2010-04-22 Brian PaulMerge branch '7.8'
2010-04-20 Dan NicholsonMerge branch '7.8'
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-28 Jakob BornecrantzMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-27 Brian PaulMerge branch '7.8'
2010-04-27 José Fonsecagallivm: Disable llvm.cos.v4f32 and llvm.sin.v4f32...
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-19 Brian PaulMerge branch '7.8'
2010-04-13 Jesse BarnesMerge branch '7.8'
2010-04-11 Maciej CencoraMerge commit 'origin/7.8'
2010-04-09 Brian PaulMerge branch '7.8'
2010-04-08 Dave AirlieMerge remote branch 'origin/7.8'
2010-04-05 Ian RomanickMerge branch '7.8'
2010-04-04 Ian RomanickMerge branch '7.8'
2010-03-31 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-30 Michel DänzerMerge branch '7.8'
2010-03-26 Michel DänzerMerge branch '7.8'
2010-03-25 Brian PaulMerge branch '7.8'
2010-03-23 Brian PaulMerge branch '7.8'
2010-03-22 Brian PaulMerge branch '7.8'
2010-03-17 Brian PaulMerge branch '7.8'
2010-03-17 Pauli NieminenMerge branch '7.8' into master
2010-03-16 Keith WhitwellMerge commit 'origin/master' into gallium-sampler-view
2010-03-16 Chia-I WuMerge remote branch 'origin/gallium-st-api'
2010-03-16 Brian Paulgallivm/llvmpipe: rename some constant building functions
2010-03-15 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-15 Brian Paulgallivm: fix typo/bug in lp_build_sgn()
2010-03-15 Brian Paulgallivm: fix incorrect floor(), itrunc()
2010-03-13 Keith WhitwellMerge commit 'origin/master' into gallium-sampler-view
2010-03-12 Brian Paulgallivm: support non-vector float in lp_build_sgn()
2010-03-12 Michel DänzerMerge branch '7.8'
2010-03-12 Keith WhitwellMerge commit 'origin/gallium-context-transfers-2'
2010-03-11 Brian Paulgallivm: added lp_build_sum_vector()
2010-03-11 Michel DänzerMerge remote branch 'origin/7.8'
2010-03-11 Brian Paulgallivm: handle scalar floats in lp_build_floor() and...
2010-03-10 Brian PaulMerge branch '7.8'
2010-03-10 Michel DänzerMerge branch '7.8'
2010-03-10 Michal KrolMerge branch 'master' into gallium-sampler-view
2010-03-10 Keith WhitwellMerge commit 'origin/master' into gallium-sw-api-2
2010-03-09 Brian Paulgallivm: checkpoint: nearest mipmap filtering
2010-03-09 Roland ScheideggerMerge branch 'gallium-vertexelementcso'
2010-03-09 Keith WhitwellMerge commit 'origin/master' into gallium-sw-api-2
2010-03-08 Keith WhitwellMerge commit 'origin/gallium-winsys-handle-rebased'
2010-03-05 Chris WilsonMerge branch 'object-purgeable'
2010-03-04 Brian Paulgallivm: added lp_build_fract()
2010-03-04 Brian Paulgallivm: added lp_build_set_sign()
2010-03-04 Brian Paulgallivm: added lp_build_negate()
2010-03-02 Michal KrolMerge branch 'gallium-no-rhw-position'
2010-02-24 Brian Paulgallivm: added clamp and int_to_float functions
2010-02-09 Roland ScheideggerMerge branch 'gallium-nopointsizeminmax'
2010-02-08 Zack Rusinllvmpipe: export the tgsi translation code to a common...