History log of /frameworks/rs/cpu_ref/rsCpuRuntimeMath.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
43cfc0cbe6e6e8f585a0ae5f1d9cc2859ab1dda7 15-Aug-2013 Stephen Hines <srhines@google.com> Remove barriers to using NDK v8 includes.

Bug: 10315692

Removed CLOCK_BOOTTIME, added some additional guards around cutils includes,
and explicitly included errno.h when we use ETIMEDOUT.

Change-Id: I0a764beea2f8ff7387a9afe985f00b5f03c68725
/frameworks/rs/cpu_ref/rsCpuRuntimeMath.cpp
11418c87254f0cbffa910fe8f105b7da92452487 15-Aug-2013 Stephen Hines <srhines@google.com> Provide a tgammaf() wrapper for compatibility on Gingerbread.

Bug: 10315692

GB devices don't have tgammaf(float) and only have tgamma(double). We
provide a simple wrapper to convert between the two for the compatibility
library.

Change-Id: Id8566450405482e876148d62ffbe46fa62049049
/frameworks/rs/cpu_ref/rsCpuRuntimeMath.cpp
b93cb42b4b8511d244ec8df4559fdc5c0b2de1bf 28-Mar-2013 Stephen Hines <srhines@google.com> Add rsRand(float, float) support back to compat lib.

Change-Id: I0acaa409908f83c690c95b47979f820bc2dac9f5
/frameworks/rs/cpu_ref/rsCpuRuntimeMath.cpp
d6f1f46b2929ed56c73ba32357cde31b82972fbe 26-Mar-2013 Tim Murray <timmurray@google.com> Add some missing compat lib functions and fix a bug.

Change-Id: I2950e1b4f785bcc1f0b6154ce822fe17832b3f4f
/frameworks/rs/cpu_ref/rsCpuRuntimeMath.cpp
0b575de8ed0b628d84d256f5846500b0385979bd 15-Mar-2013 Tim Murray <timmurray@google.com> Add x86 server support.

Change-Id: I674acaf15b67afa48bc736f72942a11e2e38e940
/frameworks/rs/cpu_ref/rsCpuRuntimeMath.cpp
110f181b7966212a36ef18016f9b81c7322d0a2f 15-Mar-2013 Jason Sams <jsams@google.com> Reduce diffs with compat lib.

Change-Id: Ibfa2c7c7da56d158f424ac343e364feacd0a21da
/frameworks/rs/cpu_ref/rsCpuRuntimeMath.cpp
029e82e1f688dfd132c19b1b94d2cad60d3ceaac 12-Mar-2013 Jason Sams <jsams@google.com> Move simple functions to on device lib.

Change-Id: I690673f98244c490302cb25145cfcc8dd4125637
/frameworks/rs/cpu_ref/rsCpuRuntimeMath.cpp
74121b55311b1a31ce41e6e2814ef5ad4ded1864 13-Dec-2012 Jason Sams <jsams@google.com> Remove unused functions.

Change-Id: I962ea4327c11d10b35e93bb71a1367a7ee41464f
/frameworks/rs/cpu_ref/rsCpuRuntimeMath.cpp
709a0978ae141198018ca9769f8d96292a8928e6 16-Nov-2012 Jason Sams <jsams@google.com> Separate CPU driver impl from reference driver.

Change-Id: Ifb484edda665959b81d7b1f890d108bfa20a535d
/frameworks/rs/cpu_ref/rsCpuRuntimeMath.cpp