summaryrefslogtreecommitdiffstats
path: root/cpp
Commit message (Expand)AuthorAgeFilesLines
* New Script Group API: runtime and cpu driver support.Yang Ni2015-01-071-1/+8
* Clean up RS C++ library.Stephen Hines2014-11-202-2/+1
* Merge "Create a separate static lib that provides a dispatch table to both fw...Miao Wang2014-11-174-342/+385
|\
| * Create a separate static lib that provides a dispatch table to bothMiao Wang2014-11-114-342/+385
* | Move libRScpp.so to libc++.Dan Albert2014-11-121-1/+0
|/
* Cleanup includes for rs/cpp to not expose internal details.Jason Sams2014-11-116-4/+12
* am 7e57aa7d: Enable 64-bit building for libRScpp_static.Tim Murray2014-10-071-0/+4
|\
| * Enable 64-bit building for libRScpp_static.Tim Murray2014-10-061-0/+4
* | resolved conflicts for merge of 79a9dacb to lmp-dev-plus-aospJason Sams2014-09-302-172/+0
|\|
| * Revert "RS: Add VP9 LoopFilter Intrinsic"Jason Sams2014-09-302-173/+0
* | am c73fdbd6: Merge "Clean up makefile cruft."Dan Albert2014-09-121-2/+3
|\ \
| * | Clean up makefile cruft.Dan Albert2014-09-111-2/+3
* | | am cbbac9f5: Disable property_get for 64-bit.Tim Murray2014-09-101-1/+1
|\ \ \ | |/ / |/| / | |/
| * Disable property_get for 64-bit.Tim Murray2014-09-101-1/+1
* | Replace NULL macros with nullptr literals.Chris Wailes2014-08-2012-174/+174
|/
* Switch the dimensions array to use uint32_t instead of size_t.Stephen Hines2014-06-251-1/+1
* Fix Windows SDK build.Logan Chien2014-06-131-0/+4
* Add flags for low power context.Jason Sams2014-05-201-1/+2
* Switch to use slang/rs_version.mk for consistency.Stephen Hines2014-05-131-9/+2
* Fix incorrect dependence on the system-built liblog.Stephen Hines2014-04-281-4/+1
* Update fw/rs for Clang 3.5.Tim Murray2014-04-241-0/+1
* Revert "Add VP9 inter-frame prediction intrinsic"Jason Sams2014-04-232-60/+0
* Add error check when init RS thread in sync mode.Xiaofei Wan2014-03-311-7/+11
* Merge "RS: Add VP9 LoopFilter Intrinsic"Jason Sams2014-03-242-0/+173
|\
| * RS: Add VP9 LoopFilter IntrinsicMatthieu Delahaye2014-03-182-0/+173
* | Merge "Revert "RS: Add VP9 LoopFilter Intrinsic""Jason Sams2014-03-182-173/+0
|\|
| * Revert "RS: Add VP9 LoopFilter Intrinsic"Jason Sams2014-03-182-173/+0
* | Merge "RS: Add VP9 LoopFilter Intrinsic"Jason Sams2014-03-182-0/+173
|\|
| * RS: Add VP9 LoopFilter IntrinsicMatthieu Delahaye2014-03-182-0/+173
| * Revert "RS: Add VP9 LoopFilter Intrinsic"Jason Sams2014-03-142-173/+0
| * RS: Add VP9 LoopFilter IntrinsicMatthieu Delahaye2014-03-112-0/+173
* | Make RS compile on ARM64.Tim Murray2014-03-131-2/+2
|/
* Add VP9 inter-frame prediction intrinsicMatthieu Delahaye2014-03-062-0/+60
* Add getPointer for USAGE_SHARED allocations.Jason Sams2014-02-264-2/+34
* AArch64: Use uintptr_t for pointers stored as integers.Ashok Bhat2014-02-121-3/+3
* am 5eaddd4f: am 63d33e7c: Merge "Bundle all of our necessary static libraries...Stephen Hines2014-01-311-1/+1
|\
| * Bundle all of our necessary static libraries in libRScpp_static.a.Stephen Hines2014-01-301-1/+1
* | am a9861e8f: am 9ee891e3: am f171923b: Merge "Fix NDK API on old devices."Tim Murray2014-01-153-4/+13
|\|
| * Fix NDK API on old devices.Tim Murray2014-01-153-4/+13
* | am 142f2d34: am f46cf902: am 3a7a4696: Merge "Replace "mips" with "mipmaps" s...Stephen Hines2013-12-202-8/+8
|\|
| * Replace "mips" with "mipmaps" since the MIPS gcc compiler defines mips to 1.Stephen Hines2013-12-202-8/+8
| * Add user-defined cache path.Tim Murray2013-12-183-6/+18
| * Remove excessive ALOGE.Tim Murray2013-12-121-68/+68
| * Fix memory leak due to smart pointer misuse.Tim Murray2013-12-124-7/+9
* | Add user-defined cache path.Tim Murray2013-12-133-6/+18
* | am 19ab4f61: am d8188900: am 7a81ff84: Merge "Add RGBA_5551."Tim Murray2013-12-111-0/+1
|\|
| * Add RGBA_5551.Tim Murray2013-12-111-0/+1
* | Merge "Remove excessive ALOGE."Tim Murray2013-12-031-68/+68
|\ \
| * | Remove excessive ALOGE.Tim Murray2013-12-031-68/+68
* | | Merge "Fix memory leak due to smart pointer misuse."Tim Murray2013-12-034-7/+9
|\| |