Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
rs
/
250a8b9a687d0a6fe26dc506ade0d3a45b6071ff
/
cpp
efc3f1f
Avoid destroying Device separately
by Yang Ni
· 9 years ago
c2459dc
Remove unused variables
by Yang Ni
· 9 years ago
d999344
Stop targeting froyo. It isn't supported.
by Dan Albert
· 9 years ago
eed6e60
Merge "Compatibility library support for general reduction."
by David Gross
· 9 years ago
328245a
Compatibility library support for general reduction.
by David Gross
· 9 years ago
abb806d
Use c++_static instead of stlport_static for support lib.
by Miao Wang
· 9 years ago
8a1fd9c
Refactor/enhance dispatch table init
by Miao Wang
· 9 years ago
5661684
Add float16 elements to C++ API
by Pirama Arumuga Nainar
· 9 years ago
672dd1d
Merge "Derive the bcc optimization level from the input bitcode."
by Stephen Hines
· 9 years ago
fda5596
Add back RS::init(const char*, uint32_t)
by Miao Wang
· 9 years ago
fef0cd4
Various fixes in setting globals in a script group
by Yang Ni
· 9 years ago
c6f4374
Remove RSYuvFormat from C++ API header
by Pirama Arumuga Nainar
· 9 years ago
62e9af7
Enable error logcat for rsDispatch.
by Miao Wang
· 9 years ago
d9a0257
Allow developers to specify a target RS API level for C++
by Miao Wang
· 9 years ago
17619e8
Merge "Implement IntrinsicBLAS for RS C++ API"
by Miao Wang
· 9 years ago
f5eb324
Add -Wextra to our RS build.
by Stephen Hines
· 9 years ago
49b1226
Implement IntrinsicBLAS for RS C++ API
by Miao Wang
· 9 years ago
cf067b8
Comments clean up for C++ API
by Miao Wang
· 9 years ago
70d8995
Fix updateFromNative in C++ API.
by Miao Wang
· 9 years ago
e8f9651
C++ API call RS::finish() before destroy rsContext
by Miao Wang
· 9 years ago
9dc6078
Remove useless HOST_OS==windows checks
by Dan Willemsen
· 9 years ago
15c1d06
Derive the bcc optimization level from the input bitcode.
by Stephen McGroarty
· 9 years ago
394e9a6
Add reduce to the dispatch table and to the RenderScript C++ API.
by Matt Wala
· 9 years ago
e5e18cc
Lose HAVE_ANDROID_OS in frameworks/rs.
by Elliott Hughes
· 9 years ago
47a5881
Add AllocationCreateStrided to support lib CPU driver
by Miao Wang
· 9 years ago
f502980
Add a flag to the API to specify -O0 on the bcc command line.
by verena beckham
· 9 years ago
a8a9a67
update dispatch table for IntrinsicBLAS
by Miao Wang
· 10 years ago
8b5b0a7
Disable ASan for one library.
by Evgenii Stepanov
· 9 years ago
d5164d5
Added in wait for attach context flag.
by Stephen McGroarty
· 10 years ago
f82b626
Add USAGE_OEM
by Jason Sams
· 10 years ago
dafeee0
set mYuvFormat to RS_YUV_NONE in Type constructor.
by Miao Wang
· 10 years ago
2783694
Merge "Enable YUV support in rs C++ API."
by Miao Wang
· 10 years ago
08b87f9
Merge "remove STL from rs C++ public interface. Nuke stlport."
by Miao Wang
· 10 years ago
43a6cba
Enable YUV support in rs C++ API.
by Miao Wang
· 10 years ago
bc10dff
remove STL from rs C++ public interface. Nuke stlport.
by Miao Wang
· 10 years ago
8b94222
Added a name to ScriptGroup2
by Yang Ni
· 10 years ago
09d2dd2
Add setSurface() and getSurface() to RScpp.
by Miao Wang
· 10 years ago
7fbf6e4
Fix the ordering of CREATE_SAMPLER macro in C++ API, according to corresponding
by Miao Wang
· 10 years ago
fe8f38f
Update Dispatch table following ScriptGroup2 API change.
by Miao Wang
· 10 years ago
459fbac
Merge "Update RenderScript C++ API"
by Miao Wang
· 10 years ago
974ca28
Update Dispatch table entry for ScriptGroup2.
by Miao Wang
· 10 years ago
e5428e6
Update RenderScript C++ API
by Miao Wang
· 10 years ago
b05c850
Ensure ScriptIntrinsicHistogram is given a valid Element in constructor when used via C++ bindings.
by Jon Parr
· 10 years ago
30940f6
am ff523842: Merge "Make dispatchTable load AllocationGetPointer only when device api >= L"
by Miao Wang
· 10 years ago
0245c71
Make dispatchTable load AllocationGetPointer only when device api >= L
by Miao Wang
· 10 years ago
4e02090
am ceb8d321: Merge "Fix the bug for AllocationRead() that cannot handle 3d Allocation correctly. Add the following functions to make it symmetric for read and write."
by Miao Wang
· 10 years ago
cc8cea7
Fix the bug for AllocationRead() that cannot handle 3d Allocation
by Miao Wang
· 10 years ago
6b86666
am 73211368: Merge "Add API check for loadSymbols(), so that functions being dlsymed will depend on the device API level. (default: only load functions in API <= 21);"
by Miao Wang
· 10 years ago
46347e4
am 5efcbfc7: Merge "Not return false when dispatch InvokeID, to make compat lib able to load libRS.so on older devices."
by Miao Wang
· 10 years ago
8a6a717
Add API check for loadSymbols(), so that functions being dlsymed
by Miao Wang
· 10 years ago
45b8b74
Not return false when dispatch InvokeID, to make compat lib able to
by Miao Wang
· 10 years ago
2dc2c22
am 841ba73b: Merge "Runtime support for invocables in ScriptGroups"
by Yang Ni
· 10 years ago
0ab7ef4
am caa8bd8b: Merge "Add the missing \'stridelen\' field for AllocationGetPointer."
by Miao Wang
· 10 years ago
28e2a30
am fe4f02f8: Merge "Make rsContext be able to have info about the path of native libs for 64bit Renderscript compat lib."
by Miao Wang
· 10 years ago
eb9aa67
Runtime support for invocables in ScriptGroups
by Yang Ni
· 10 years ago
caa8bd8
Merge "Add the missing 'stridelen' field for AllocationGetPointer."
by Miao Wang
· 10 years ago
f3213d7
Make rsContext be able to have info about the path of native libs
by Miao Wang
· 10 years ago
94280f8
Add the missing 'stridelen' field for AllocationGetPointer.
by Miao Wang
· 10 years ago
3f28e7d
am 015ba466: Merge "New Script Group API: runtime and cpu driver support."
by Yang Ni
· 10 years ago
015ba46
Merge "New Script Group API: runtime and cpu driver support."
by Yang Ni
· 10 years ago
56b9569
am 46a0f01c: Merge "Adding USAGE_IO_OUTPUT support for RS Compat lib."
by Miao Wang
· 10 years ago
1ffd86b
New Script Group API: runtime and cpu driver support.
by Yang Ni
· 10 years ago
2bd78f2
Adding USAGE_IO_OUTPUT support for RS Compat lib.
by Miao Wang
· 10 years ago
70ba116
am 4f8b67b0: Merge "Clean up RS C++ library."
by Stephen Hines
· 10 years ago
04354e4
Clean up RS C++ library.
by Stephen Hines
· 10 years ago
d240e61
am f9fe049f: Merge "Create a separate static lib that provides a dispatch table to both fw/support/v8/renderscript/jni and libRScpp to reduce code duplication."
by Miao Wang
· 10 years ago
f9fe049
Merge "Create a separate static lib that provides a dispatch table to both fw/support/v8/renderscript/jni and libRScpp to reduce code duplication."
by Miao Wang
· 10 years ago
77d1771
am 9692a01f: Merge "Move libRScpp.so to libc++."
by Dan Albert
· 10 years ago
3b1e2ee
Move libRScpp.so to libc++.
by Dan Albert
· 10 years ago
d59dfe9
am 8dfd7a77: Merge "Cleanup includes for rs/cpp to not expose internal details."
by Jason Sams
· 10 years ago
48d2eae
Create a separate static lib that provides a dispatch table to both
by Miao Wang
· 10 years ago
66f0a16
Cleanup includes for rs/cpp to not expose internal details.
by Jason Sams
· 10 years ago
07dae1f
am 7e57aa7d: Enable 64-bit building for libRScpp_static.
by Tim Murray
· 10 years ago
58de499
am 7e57aa7d: Enable 64-bit building for libRScpp_static.
by Tim Murray
· 10 years ago
7e57aa7
Enable 64-bit building for libRScpp_static.
by Tim Murray
· 10 years ago
f8adb62
resolved conflicts for merge of 79a9dacb to lmp-mr1-dev-plus-aosp
by Stephen Hines
· 10 years ago
db683cd
resolved conflicts for merge of 79a9dacb to lmp-dev-plus-aosp
by Jason Sams
· 10 years ago
79a9dac
Revert "RS: Add VP9 LoopFilter Intrinsic"
by Jason Sams
· 10 years ago
445d95a
am c73fdbd6: Merge "Clean up makefile cruft."
by Dan Albert
· 10 years ago
d1cfb51
Clean up makefile cruft.
by Dan Albert
· 10 years ago
c503150
am cbbac9f5: Disable property_get for 64-bit.
by Tim Murray
· 10 years ago
cbbac9f
Disable property_get for 64-bit.
by Tim Murray
· 10 years ago
44bef6f
Replace NULL macros with nullptr literals.
by Chris Wailes
· 10 years ago
ac8d146
Switch the dimensions array to use uint32_t instead of size_t.
by Stephen Hines
· 10 years ago
8d50174
Fix Windows SDK build.
by Logan Chien
· 10 years ago
bfa5a8e
Add flags for low power context.
by Jason Sams
· 10 years ago
c17fa06
Switch to use slang/rs_version.mk for consistency.
by Stephen Hines
· 11 years ago
be78fa9
Fix incorrect dependence on the system-built liblog.
by Stephen Hines
· 11 years ago
8c24cd6
Update fw/rs for Clang 3.5.
by Tim Murray
· 11 years ago
ee0f483
Revert "Add VP9 inter-frame prediction intrinsic"
by Jason Sams
· 11 years ago
fea96e8
Add error check when init RS thread in sync mode.
by Xiaofei Wan
· 11 years ago
6dc86b4
Merge "RS: Add VP9 LoopFilter Intrinsic"
by Jason Sams
· 11 years ago
6fc3e12
RS: Add VP9 LoopFilter Intrinsic
by Matthieu Delahaye
· 11 years ago
00dbeac
Merge "Revert "RS: Add VP9 LoopFilter Intrinsic""
by Jason Sams
· 11 years ago
933bdc9
Revert "RS: Add VP9 LoopFilter Intrinsic"
by Jason Sams
· 11 years ago
3028980
Merge "RS: Add VP9 LoopFilter Intrinsic"
by Jason Sams
· 11 years ago
64048e7
RS: Add VP9 LoopFilter Intrinsic
by Matthieu Delahaye
· 11 years ago
1e2aedb
Revert "RS: Add VP9 LoopFilter Intrinsic"
by Jason Sams
· 11 years ago
e195a3f
Make RS compile on ARM64.
by Tim Murray
· 11 years ago
e4749f3
RS: Add VP9 LoopFilter Intrinsic
by Matthieu Delahaye
· 11 years ago
Next »