History log of /frameworks/rs/driver/rsdRuntimeMath.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
31da039f044d7261dc7930b1418bfeaee0bc5d8f 11-Sep-2012 Stephen Hines <srhines@google.com> am 5359ef67: am 2f6d7e5a: Merge "Fix symbol table for libRS MatrixTranspose"

* commit '5359ef6790bad7a36b3aad97f5c859d4635bd926':
Fix symbol table for libRS MatrixTranspose
c84b56e55737376b43a00531bffacae7d4716a31 11-Sep-2012 yuyan <yuyan@multicorewareinc.com> Fix symbol table for libRS MatrixTranspose

The renderscript runtime api: rsMatrixTranspose3x3 and
rsMatrixTranspose2x2 are not correctly exported in the symbol table.

This fix corrected the typo of the symbol name.

Change-Id: I0a11b4346ae83aa87938f60a6afd619f1dfd8ed0
Signed-off-by: yuyan <yuyan@multicorewareinc.com>
/frameworks/rs/driver/rsdRuntimeMath.cpp
c3b8f060521ee952913b2ad0a12da911ec6a67ac 08-Aug-2012 Stephen Hines <srhines@google.com> am 72f3ad8f: Merge "fract() uses a float*, not an int*."

* commit '72f3ad8f09ba073882f2005aeb70b2436a253cc5':
fract() uses a float*, not an int*.
52a18464438e9bfbd042c8b6c288f0af444610c1 08-Aug-2012 Stephen Hines <srhines@google.com> fract() uses a float*, not an int*.

Change-Id: I24966f7c8de8eaf60a59a151928f59f0e93a4127
/frameworks/rs/driver/rsdRuntimeMath.cpp
65977322142d4a4f2d0705d654ae282c18540596 09-Jun-2012 Jason Sams <jsams@google.com> Remove old and unused functions.

Change-Id: Iaa9e3fb13f7bdcf3db97e5696cc3cbc623a57fb7
/frameworks/rs/driver/rsdRuntimeMath.cpp
fa54999eb657180fe82b556c75761f37fed599dc 26-Jan-2012 Stephen Hines <srhines@google.com> Fix bugs with unsigned rsAtomicCas/Max/Min.

BUG=5888007

rsAtomicMax/Min did not have proper semantics for unsigned integers. They were
always using signed comparisons. rsAtomicCas had the wrong function signature
in our math library, leading to no way to properly link/execute it.

Change-Id: I336cdd8cd9f2d8093f12e101b55b2797515f039b
/frameworks/rs/driver/rsdRuntimeMath.cpp
af12ac6a08651464f8d823add667c706f993b587 06-Jan-2012 Steve Block <steveblock@google.com> Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE

See https://android-git.corp.google.com/g/#/c/157220

Bug: 5449033
Change-Id: Ic9c19d30693bd56755f55906127cd6bd7126096c
/frameworks/rs/driver/rsdRuntimeMath.cpp
72f4f4cec34098e179ad5d257b07df3a514fcae2 15-Dec-2011 Glenn Kasten <gkasten@google.com> Use the standard CC_LIKELY and CC_UNLIKELY macros

Several source files privately defined macros LIKELY and UNLIKELY in terms
of __builtin_expect. But <cutils/compiler.h> already has CC_LIKELY and
CC_UNLIKELY which are intended for this purpose. So rename the private
uses to use the standard names.

In addition, AudioFlinger was relying on the macro expanding to extra ( ).

Change-Id: I2494e087a0c0cac0ac998335f5e9c8ad02955873
/frameworks/rs/driver/rsdRuntimeMath.cpp
e1eb6156604d0a4cc4b7e7353aa2fc8dc4d8eade 22-Jun-2011 Jason Sams <rjsams@android.com> First cut of atomics for renderscript.

Change-Id: Iefc0228d802e6f5348ae787553c9252fb90ba110

update atomic patch.

Change-Id: Idd0596439c092f570b6b226e9a9c7102ddffe88e
/frameworks/rs/driver/rsdRuntimeMath.cpp
a04e30dbb5ab11592b03666bb3d102070759c58e 30-Apr-2011 Alex Sakhartchouk <alexst@google.com> Moving renderscript GL code into the HAL
This change affects
- shaders
- meshes
- fonts
- quad rendering

Change-Id: I2a53acb4cd1fa8f4c6e67668f6ee969f3d7f7aa1
/frameworks/rs/driver/rsdRuntimeMath.cpp
b8fa756a727b7816ed4a6c9f9dbadb548f7fa80f 22-Apr-2011 Jason Sams <rjsams@android.com> Fix rsRand(float, float)

Change-Id: I553d83e1e962ad34aacbe6572d47ff25c3d50060
/frameworks/rs/driver/rsdRuntimeMath.cpp
87fe59a2f4d4c74539bfa0bff5f9a7e320e99415 21-Apr-2011 Jason Sams <rjsams@android.com> Create runtime stubs for compute driver.

Change-Id: I8e0250a642844a2ad3ff6efc38e385445b7da032
/frameworks/rs/driver/rsdRuntimeMath.cpp