History log of /frameworks/rs/cpu_ref/rsCpuRuntimeStubs.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
cbdb6480528fc374144df1ae9c604c9100d33268 09-Oct-2014 Tim Murray <timmurray@google.com> Fix missing relocation entries and libclcore entry points.

This fixes support for rsSetElementAt_ulong from pre-21 SDKs.

bug 17934731

Change-Id: I1598f612257b8faeec871df6b2f126395b0e7d82
/frameworks/rs/cpu_ref/rsCpuRuntimeStubs.cpp
60fe47db884673ace2b41c6a037a376bbd0fd670 27-May-2014 Tim Murray <timmurray@google.com> Update runtime stubs.

Adds rsDebug for doubles. Also adds additional powf lookup.

Change-Id: I0f0a815a2b143102bcbf6d274d1ca4a0d897b651
/frameworks/rs/cpu_ref/rsCpuRuntimeStubs.cpp
b0934b67b95cc27e2358c2aa4db5f7c1067c8f9b 04-Jul-2013 Stephen Hines <srhines@google.com> Remove libutils and fix rsDebug for RS support library.

Bug: 9664050

Our bitcode runtime library translates vector rsDebug() calls into passing
their parameters via pointers. The previous version of libRSSupport.so was
being created with non-pointer versions of these routines accidentally.
This change also fixes a missing permission issue for ImageProcessing2, so
that the compatibility library can be verified.

This change also removes the use of libutils by switching the implementation of
String8/Vector in the compatibility library to internal types backed by
libstlport_static.

Change-Id: I20da75e8c19a82a42dc2bceaba1937d21372db84
/frameworks/rs/cpu_ref/rsCpuRuntimeStubs.cpp
941a61732cb044d0d9e4153dd3ef39d3055673e7 03-Apr-2013 Jason Sams <jsams@google.com> Cleanup debug and WAR vector type packing.

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

Change-Id: I674acaf15b67afa48bc736f72942a11e2e38e940
/frameworks/rs/cpu_ref/rsCpuRuntimeStubs.cpp
385e9d7a982341252a337ae94ef199933e7583ec 15-Feb-2013 Stephen Hines <srhines@google.com> Remove unused functions that insert __aeabi_idiv0() dependency.

We no longer use/call these functions, since we pick up modsi3() and the
variants directly from libcompiler_rt instead. By having them here, we are
accidentally pulling in additional dependencies on unnecessary functions.

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

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