summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_math.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/auxiliary: Use exp2(x) instead of pow(2.0, x).Matt Turner2015-07-291-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* util: try much harder to set DAZ flagRoland Scheidegger2013-08-081-1/+1
* util/u_math: Use xmmintrin.h whenever possible.José Fonseca2013-07-101-9/+17
* util: treat denorm'ed floats like zeroZack Rusin2013-07-091-0/+56
* gallium: increase table size for fast log/pow functionsBrian Paul2008-11-141-1/+1
* gallium: fix comment again. A half-closed interval was intended.Brian2008-11-101-2/+2
* gallium: fix typos in commentsBrian Paul2008-11-101-2/+2
* util: Fix util_fast_pow/exp2/log2.Brian2008-11-091-4/+17
* util: Silence compiler warnings on Windows.Michal Krol2008-08-231-1/+1
* gallium: new u_math.[ch] files for math functionsBrian Paul2008-08-221-0/+60