index
:
frameworks_rs.git
master
n7.1
frameworks_rs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Squash: Merge tag 'android-7.1.2_r2' of https://android.googlesource.com/plat...
HEAD
n7.1
mosimchah
2017-04-04
1
-3
/
+3
*
Correctly pass number of input allocations for RS NDK BLAS.
Miao Wang
2016-10-07
1
-5
/
+7
*
Delete simple reduction implementation.
David Gross
2016-06-10
4
-32
/
+3
*
Avoid destroying Device separately
Yang Ni
2016-04-04
2
-9
/
+3
*
Stop targeting froyo. It isn't supported.
Dan Albert
2016-03-18
1
-2
/
+2
*
Compatibility library support for general reduction.
David Gross
2016-02-26
2
-0
/
+11
*
Use c++_static instead of stlport_static for support lib.
Miao Wang
2016-02-24
2
-81
/
+83
*
Refactor/enhance dispatch table init
Miao Wang
2016-02-23
2
-144
/
+146
*
Add float16 elements to C++ API
Pirama Arumuga Nainar
2016-02-18
2
-0
/
+31
*
Merge "Derive the bcc optimization level from the input bitcode."
Stephen Hines
2016-01-30
2
-4
/
+2
|
\
|
*
Derive the bcc optimization level from the input bitcode.
Stephen McGroarty
2015-09-02
2
-4
/
+2
*
|
Add back RS::init(const char*, uint32_t)
Miao Wang
2016-01-12
2
-2
/
+15
*
|
Various fixes in setting globals in a script group
Yang Ni
2015-11-13
1
-4
/
+4
*
|
Remove RSYuvFormat from C++ API header
Pirama Arumuga Nainar
2015-11-10
2
-29
/
+15
*
|
Enable error logcat for rsDispatch.
Miao Wang
2015-11-06
1
-80
/
+80
*
|
Allow developers to specify a target RS API level for C++
Miao Wang
2015-10-12
2
-7
/
+8
*
|
Merge "Implement IntrinsicBLAS for RS C++ API"
Miao Wang
2015-10-12
4
-271
/
+4061
|
\
\
|
*
|
Implement IntrinsicBLAS for RS C++ API
Miao Wang
2015-09-15
4
-271
/
+4061
*
|
|
Add -Wextra to our RS build.
Stephen Hines
2015-10-02
1
-1
/
+1
*
|
|
Comments clean up for C++ API
Miao Wang
2015-09-15
9
-34
/
+35
*
|
|
Fix updateFromNative in C++ API.
Miao Wang
2015-09-15
3
-12
/
+25
|
/
/
*
|
C++ API call RS::finish() before destroy rsContext
Miao Wang
2015-09-11
1
-0
/
+1
*
|
Remove useless HOST_OS==windows checks
Dan Willemsen
2015-09-02
1
-4
/
+0
|
/
*
Add reduce to the dispatch table and to the RenderScript C++ API.
Matt Wala
2015-08-20
4
-2
/
+30
*
Lose HAVE_ANDROID_OS in frameworks/rs.
Elliott Hughes
2015-08-12
1
-2
/
+2
*
Add AllocationCreateStrided to support lib CPU driver
Miao Wang
2015-08-06
1
-0
/
+2
*
Add a flag to the API to specify -O0 on the bcc command line.
verena beckham
2015-07-17
2
-2
/
+4
*
update dispatch table for IntrinsicBLAS
Miao Wang
2015-06-30
2
-0
/
+7
*
Disable ASan for one library.
Evgenii Stepanov
2015-06-11
1
-0
/
+2
*
Added in wait for attach context flag.
Stephen McGroarty
2015-05-19
2
-2
/
+4
*
Add USAGE_OEM
Jason Sams
2015-05-11
1
-0
/
+1
*
set mYuvFormat to RS_YUV_NONE in Type constructor.
Miao Wang
2015-04-16
1
-0
/
+2
*
Merge "Enable YUV support in rs C++ API."
Miao Wang
2015-04-16
2
-2
/
+15
|
\
|
*
Enable YUV support in rs C++ API.
Miao Wang
2015-04-15
2
-2
/
+15
*
|
Merge "remove STL from rs C++ public interface. Nuke stlport."
Miao Wang
2015-04-16
5
-67
/
+163
|
\
|
|
*
remove STL from rs C++ public interface. Nuke stlport.
Miao Wang
2015-04-13
5
-67
/
+163
*
|
Added a name to ScriptGroup2
Yang Ni
2015-04-13
1
-1
/
+1
|
/
*
Add setSurface() and getSurface() to RScpp.
Miao Wang
2015-04-07
3
-21
/
+80
*
Fix the ordering of CREATE_SAMPLER macro in C++ API, according to corresponding
Miao Wang
2015-04-03
1
-9
/
+9
*
Update Dispatch table following ScriptGroup2 API change.
Miao Wang
2015-03-31
1
-3
/
+2
*
Merge "Update RenderScript C++ API"
Miao Wang
2015-03-31
5
-31
/
+254
|
\
|
*
Update RenderScript C++ API
Miao Wang
2015-03-30
5
-31
/
+254
*
|
Update Dispatch table entry for ScriptGroup2.
Miao Wang
2015-03-31
2
-1
/
+9
|
/
*
Ensure ScriptIntrinsicHistogram is given a valid Element in constructor when ...
Jon Parr
2015-03-13
2
-5
/
+8
*
am ff523842: Merge "Make dispatchTable load AllocationGetPointer only when de...
Miao Wang
2015-03-10
1
-5
/
+7
|
\
|
*
Make dispatchTable load AllocationGetPointer only when device api >= L
Miao Wang
2015-03-06
1
-5
/
+7
*
|
am ceb8d321: Merge "Fix the bug for AllocationRead() that cannot handle 3d Al...
Miao Wang
2015-02-24
2
-0
/
+21
|
\
|
|
*
Fix the bug for AllocationRead() that cannot handle 3d Allocation
Miao Wang
2015-02-23
2
-0
/
+21
*
|
am 73211368: Merge "Add API check for loadSymbols(), so that functions being ...
Miao Wang
2015-02-13
2
-7
/
+33
|
\
|
|
*
Add API check for loadSymbols(), so that functions being dlsymed
Miao Wang
2015-02-09
2
-7
/
+33
[next]