summaryrefslogtreecommitdiff
path: root/driver
AgeCommit message (Expand)Author
2016-06-10Delete simple reduction implementation.nougat-devDavid Gross
2016-06-06Add HAL version check, with fallback to CPU reference driver on failure.David Gross
2016-04-24Fix copyFrom for YUV Allocation.Miao Wang
2016-04-06Avoid accessing TLS in rsClearObject()Yang Ni
2016-04-04Implement rsDebug for halfPirama Arumuga Nainar
2016-04-01Merge changes from topic 'f16-clamp' into nyc-devPirama Arumuga Nainar
2016-03-31Merge "Add librsrt_x86_64.bc and modify the script to update x86_64 prebuilts...Miao Wang
2016-03-31Define Float16 clampPirama Arumuga Nainar
2016-03-30Fix Kati dependenciesDan Willemsen
2016-03-30Add librsrt_x86_64.bc and modify the script to update x86_64 prebuilts.Miao Wang
2016-03-29Merge "Multithreaded execution of certain general reduction kernels; reductio...David Gross
2016-03-29Multithreaded execution of certain general reduction kernels; reduction test ...David Gross
2016-03-24Merge "Revert "Build libclcore libraries with UNRELEASED RS_VERSION"" into ny...Pirama Arumuga Nainar
2016-03-24Merge "Revert WARS related to __truncxfhf2" into nyc-devPirama Arumuga Nainar
2016-03-24Revert "Build libclcore libraries with UNRELEASED RS_VERSION"Pirama Arumuga Nainar
2016-03-24Revert WARS related to __truncxfhf2Pirama Arumuga Nainar
2016-03-24Bump sysRefCount for new objects from the runtimeYang Ni
2016-03-20Update frameworks/rs/ for LLVM rebase to r256229Pirama Arumuga Nainar
2016-03-09Reset usrRefCount for rsObjects created by SSRSYang Ni
2016-03-09Fix typo/error in copysign.Pirama Arumuga Nainar
2016-02-25Better handle error log and nullptr reference.Miao Wang
2016-02-23Fix inverted grep so that we can view any new warnings/errors.Stephen Hines
2016-02-18Set bc library class to RENDERSCRIPT_BITCODEDan Willemsen
2016-02-18Use RELATIVE_PWD to ensure that we get consistent debug paths.Stephen Hines
2016-02-18Add __truncxfhf2() to libclcore_g.bc as well on x86 targets.Stephen Hines
2016-02-18Suppress bogus warning lines from llvm-link.Stephen Hines
2016-02-18Clean up warnings for RS runtime libraries.Stephen Hines
2016-02-18Enable creation of float16 allocationsPirama Arumuga Nainar
2016-02-11Build RenderScript cpu_ref kernel ABI debug info.Lukas Kuklinek
2016-02-11Add a new libclcore_g library which contains debug info.Verena Beckham
2016-02-12Merge "Move implementations of quaternion functions into driver/runtime." int...Stephen Hines
2016-02-11Fix errors in TBAA tags for ll64/allocation.llPirama Arumuga Nainar
2016-02-11Move implementations of quaternion functions into driver/runtime.Verena Beckham
2016-02-11Fix rsSetElementAt_half3 for x86_64Pirama Arumuga Nainar
2016-02-08Implement fract, frexp and modf for halfPirama Arumuga Nainar
2016-02-05Implement copysign, ilogb and nextafter for halfPirama Arumuga Nainar
2016-02-03Implement __truncxfhf2 in driver/runtimePirama Arumuga Nainar
2016-01-30Move implementations of matrix functions into driver/runtime.Verena Beckham
2016-01-30Move scalar function implementations from into driver/runtime.Verena Beckham
2016-01-31Merge "Move implementation of rsFrac from cpu_ref into driver/runtime."Stephen Hines
2016-01-30Move implementation of fract(float) into driver/runtime.Verena Beckham
2016-01-30Add the const qualifier to the internal definition of memcpyDean De Leo
2016-01-22Switch to RS_CLANG instead of CLANG.Stephen Hines
2016-01-22Merge "Switch RS over to using RS_LLVM_* tools."Stephen Hines
2016-01-21Switch RS over to using RS_LLVM_* tools.Stephen Hines
2016-01-19Support for general reduction kernels.David Gross
2015-12-17Move implementation of rsFrac from cpu_ref into driver/runtime.Verena Beckham
2015-12-12Merge changes from topic 'f16-math'brillo-m8-releasebrillo-m8-devPirama Arumuga Nainar
2015-12-11Implement f16 math functions in the runtimePirama Arumuga Nainar
2015-12-12Define F16 getters and setters in rsdRuntimeStubsPirama Arumuga Nainar