summaryrefslogtreecommitdiff
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* Squash: Merge tag 'android-7.1.2_r2' of https://android.googlesource.com/plat...HEADn7.1mosimchah2017-04-041-3/+3
* Correctly pass number of input allocations for RS NDK BLAS.Miao Wang2016-10-071-5/+7
* Delete simple reduction implementation.David Gross2016-06-104-32/+3
* Avoid destroying Device separatelyYang Ni2016-04-042-9/+3
* Stop targeting froyo. It isn't supported.Dan Albert2016-03-181-2/+2
* Compatibility library support for general reduction.David Gross2016-02-262-0/+11
* Use c++_static instead of stlport_static for support lib.Miao Wang2016-02-242-81/+83
* Refactor/enhance dispatch table initMiao Wang2016-02-232-144/+146
* Add float16 elements to C++ APIPirama Arumuga Nainar2016-02-182-0/+31
* Merge "Derive the bcc optimization level from the input bitcode."Stephen Hines2016-01-302-4/+2
|\
| * Derive the bcc optimization level from the input bitcode.Stephen McGroarty2015-09-022-4/+2
* | Add back RS::init(const char*, uint32_t)Miao Wang2016-01-122-2/+15
* | Various fixes in setting globals in a script groupYang Ni2015-11-131-4/+4
* | Remove RSYuvFormat from C++ API headerPirama Arumuga Nainar2015-11-102-29/+15
* | Enable error logcat for rsDispatch.Miao Wang2015-11-061-80/+80
* | Allow developers to specify a target RS API level for C++Miao Wang2015-10-122-7/+8
* | Merge "Implement IntrinsicBLAS for RS C++ API"Miao Wang2015-10-124-271/+4061
|\ \
| * | Implement IntrinsicBLAS for RS C++ APIMiao Wang2015-09-154-271/+4061
* | | Add -Wextra to our RS build.Stephen Hines2015-10-021-1/+1
* | | Comments clean up for C++ APIMiao Wang2015-09-159-34/+35
* | | Fix updateFromNative in C++ API.Miao Wang2015-09-153-12/+25
|/ /
* | C++ API call RS::finish() before destroy rsContextMiao Wang2015-09-111-0/+1
* | Remove useless HOST_OS==windows checksDan Willemsen2015-09-021-4/+0
|/
* Add reduce to the dispatch table and to the RenderScript C++ API.Matt Wala2015-08-204-2/+30
* Lose HAVE_ANDROID_OS in frameworks/rs.Elliott Hughes2015-08-121-2/+2
* Add AllocationCreateStrided to support lib CPU driverMiao Wang2015-08-061-0/+2
* Add a flag to the API to specify -O0 on the bcc command line.verena beckham2015-07-172-2/+4
* update dispatch table for IntrinsicBLASMiao Wang2015-06-302-0/+7
* Disable ASan for one library.Evgenii Stepanov2015-06-111-0/+2
* Added in wait for attach context flag.Stephen McGroarty2015-05-192-2/+4
* Add USAGE_OEMJason Sams2015-05-111-0/+1
* set mYuvFormat to RS_YUV_NONE in Type constructor.Miao Wang2015-04-161-0/+2
* Merge "Enable YUV support in rs C++ API."Miao Wang2015-04-162-2/+15
|\
| * Enable YUV support in rs C++ API.Miao Wang2015-04-152-2/+15
* | Merge "remove STL from rs C++ public interface. Nuke stlport."Miao Wang2015-04-165-67/+163
|\|
| * remove STL from rs C++ public interface. Nuke stlport.Miao Wang2015-04-135-67/+163
* | Added a name to ScriptGroup2Yang Ni2015-04-131-1/+1
|/
* Add setSurface() and getSurface() to RScpp.Miao Wang2015-04-073-21/+80
* Fix the ordering of CREATE_SAMPLER macro in C++ API, according to correspondingMiao Wang2015-04-031-9/+9
* Update Dispatch table following ScriptGroup2 API change.Miao Wang2015-03-311-3/+2
* Merge "Update RenderScript C++ API"Miao Wang2015-03-315-31/+254
|\
| * Update RenderScript C++ APIMiao Wang2015-03-305-31/+254
* | Update Dispatch table entry for ScriptGroup2.Miao Wang2015-03-312-1/+9
|/
* Ensure ScriptIntrinsicHistogram is given a valid Element in constructor when ...Jon Parr2015-03-132-5/+8
* am ff523842: Merge "Make dispatchTable load AllocationGetPointer only when de...Miao Wang2015-03-101-5/+7
|\
| * Make dispatchTable load AllocationGetPointer only when device api >= LMiao Wang2015-03-061-5/+7
* | am ceb8d321: Merge "Fix the bug for AllocationRead() that cannot handle 3d Al...Miao Wang2015-02-242-0/+21
|\|
| * Fix the bug for AllocationRead() that cannot handle 3d AllocationMiao Wang2015-02-232-0/+21
* | am 73211368: Merge "Add API check for loadSymbols(), so that functions being ...Miao Wang2015-02-132-7/+33
|\|
| * Add API check for loadSymbols(), so that functions being dlsymedMiao Wang2015-02-092-7/+33