summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | Avoid overwriting shared library file that is openYang Ni2015-06-294-37/+86
|/ / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b/21949580 Writing different contents to an existing .so file, which is currently open, may corrupt its globals and code. Choose a different file name instead. Change-Id: I3e649b09a55b43339283aa1c46f2844c66434c17
* / / / / / / / / / / / / / / / / / / Skip the checksum if we have precompiled code on the /system/ partition.Stephen Hines2015-06-232-11/+18
|/ / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 20894664 The system partition is read-only, and can/should be compiled correctly during the offline creation of the system image. Since we cannot replace these precompiled blobs (short of app update/OTA), there is no reason or correct way to validate/replace the checksum. Change-Id: Ia66bfdbe178bf215e146c3699f5bc7804222e978 (cherry picked from commit 6a236ad3a3760e8124b68a1b6220ed6e4fbfb152)
* / / / / / / / / / / / / / / / / / Allow drivers to alter the default driver name on rsdHalInitJon Parr2015-06-232-1/+9
|/ / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 20894432 Permit partner drivers via Context::setDriverName to choose their own mDriverName rather than the default OVERRIDE_RS_DRIVER string. This can only be done once from within rsdHalInit otherwise it will be ignored and the default behaviour will apply. Change-Id: I49b81e60f7983a81f0e71fbef4b46f9bfc834849 (cherry picked from commit b268abd5528936d13a85b03f44458fe3a55cafad)
* | | | | | | | | | | | | | | | | Check for kernel chaining in ScriptGroupYang Ni2015-06-224-1/+139
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b/21958851 bcc expects kernels chained up via input and output. Check this in the runtime before passing ScriptGroup to bcc for compiler fusion. Change-Id: I6004d577410ea1684f5043babadc1e1b885c4f6a
* | | | | | | | | | | | | | | | | Merge "Avoid clobbering of YUV layout for flexible formats" into mnc-devPirama Arumuga Nainar2015-06-191-5/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Avoid clobbering of YUV layout for flexible formatsPirama Arumuga Nainar2015-06-181-5/+9
| |/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 21787806 In function DeriveYUVLayout in fw/rs/driver/rsdAllocation.cpp, skip initialization of DrvState if the yuv format is the flexible YCbCr format. Change-Id: Ie2c5253b2ed048887d034ad8793d0558f2cd7d4f
* / / / / / / / / / / / / / / / / Generate the white list used to validate unresolved externals.Jean-Luc Brouillet2015-06-196-5/+595
|/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Generate the file used in libbcc to verify that all the unresolved references found in a loaded script correspond to RenderScript APIs. We do this to prevent script from accessing functions they should not use, e.g. malloc(). We also generate slang test files for each API level. These tests can be used to cross-validate the generator to make sure that all APIs can be called. These files can also be used to manually check the white list by looking at the unresolved external references when these files are compiled. b/19425238 Change-Id: Idd4bd48e61e81a71d61445e60950bc79de88daf2 (cherry picked from commit 36090673baf50cf3c70bdc89f9a4a872c05cf0f6)
* | | | | | | | | | | | | | | | Merge "Fix offset problem when jumping to an anchor mid-pages." into mnc-devJean-Luc Brouillet2015-06-141-3/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Fix offset problem when jumping to an anchor mid-pages.Jean-Luc Brouillet2015-06-141-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BTW, I had tried to use <a id=''> instead of <a name=''> to be HTML5 compatible. This does not work with the current default.css file. Change-Id: I07b4273a0f9dabead668baf6b25dfac41021ab98 (cherry picked from commit 918944e41306198807728ae3f05a1799773895c5)
* | | | | | | | | | | | | | | | | Generate __attribute__(deprecated) for deprecated APIs.Jean-Luc Brouillet2015-06-1413-214/+601
|/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We allow also a custom deprecation message. b/19912630 Change-Id: I297bed611c7fbbb34d41e7edd796557c9afe50da (cherry picked from commit 36e2be56cd398bf4a318114bbc9fa3f4573c158f)
* | | | | | | | | | | | | | | | Merge "Obsolete the graphics API in the .rsh files." into mnc-devJean-Luc Brouillet2015-06-148-87/+280
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Obsolete the graphics API in the .rsh files.Jean-Luc Brouillet2015-06-148-87/+280
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mark the graphics APIs as no longer available starting with version 23. Modify the generator to change the #ifdef guards around the API to enable internal code to still access the obsoleted APIs, as we still neeed to support them at runtime. Also, include a documentation change in the rs_convert header file that had not been included previously. b/19001259 Change-Id: Iaad4833f504da9aa9f5069a977c37b86d1316d3a (cherry picked from commit 67923a9e829d89522bb5338a6d635d807a7ee59b)
* | | | | | | | | | | | | | | Merge "Fix small doc alignment issue." into mnc-devJean-Luc Brouillet2015-06-141-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Fix small doc alignment issue.Jean-Luc Brouillet2015-06-131-2/+2
| |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I29e7bd894a79e89eba4f8f663daecaccb1467b6c (cherry picked from commit 45c5f4be5d0215a30be1051420e083a49912c5ac)
* / / / / / / / / / / / / / / Clarify rsPackColorTo8888 restrictionsJean-Luc Brouillet2015-06-131-3/+7
|/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b/13186099 Change-Id: Ia5f34d50c0ba6db1f07bee62b50a6a00421a9f74 (cherry picked from commit f1001ad7dea3814e499cf28e6d0d95852244edc6)
* | | | | | | | | | | | | | fix update_rs_prebuilts.sh after build system change.Miao Wang2015-06-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b/21813354 Change-Id: I948396ffd44896a1d84f5ee16b4222f4a0d6f67d
* | | | | | | | | | | | | | fix the the BlasBenchmark so it only has one MAIN activity.Miao Wang2015-06-111-4/+0
|/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b/21028875 Change-Id: I600955599ac2fd0da13141ee6785578e51e5f372
* / / / / / / / / / / / / Simple BLAS BenchMarkMiao Wang2015-06-1021-0/+58439
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Currently has 8bit GEMM and SGEMM tests - Both tests are using 3 different data size: Small, Medium and Large - For Large tests, the input data is actually data used by Neural Network. b/21028875 Change-Id: I504883240a442074d2e9b62c42b9c376362eff5e
* | | | | | | | | | | | Add half (fp16) to runtime API.Jean-Luc Brouillet2015-06-035-3/+267
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7342860 Change-Id: I25c6e1a9102cb193ed47f7d0c87f5948f59b8036 (cherry picked from commit 6119da9273f88e838b2e8648bde0d40fabe51f5f)
* | | | | | | | | | | | Support for half in driver/runtimePirama Arumuga Nainar2015-06-034-1/+130
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 7342860 Add conversion functions, clamp to the C files. Add rsGetElementAt, rsSetElementAt to ll*/allocation.ll Change-Id: I71c93029699f9bbc79a5b04b51074e303981ae4b (cherry picked from commit 2dcbc3d33443c1224085cab081b634f99327c159)
* | | | | | | | | | | Revert "make the cpu driver able to create IntrinsicBlas for compat lib."Miao Wang2015-05-291-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit bfda83d01280847341b05c0ce4908e08b1214cb7. Change-Id: If323b1f99bc087af08451df778cb4ea1a33c1d2b
* | | | | | | | | | | make the cpu driver able to create IntrinsicBlas for compat lib.Miao Wang2015-05-291-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug: 21028875 Change-Id: Ifb32d53271eb8cf5fe14b50733281224984bde6f
* | | | | | | | | | | Merge "update dispatch table for IntrinsicBLAS" into mnc-devMiao Wang2015-05-292-0/+7
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | update dispatch table for IntrinsicBLASMiao Wang2015-05-282-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug: 21028875 Change-Id: I6d4aa8973de523aef7ced48105737eb5ee471e5d
* | | | | | | | | | | | Avoid casting for CpuScript objectYang Ni2015-05-291-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b/20894664 Vendor driver may have different layout for the Script object. Avoid casting mHal.drv but use lookupScript virtual calls instead. Change-Id: Ie492dd98a435b35843ca222a8430c51ccfc8aea9 (cherry picked from commit 999e6b9ec115be28e1e175f6e1aabfe18969aca8)
* | | | | | | | | | | | API Runtime Reference documentation tweaks.Jean-Luc Brouillet2015-05-2829-1225/+1253
| |/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Many small changes. Among them: - Cleaned up the boiler plate HTML used for -H option to the minimal possible. - Cleaned line break of the comments to make them more consistent in the .rsh files. - Added missing summaries. - Make the style of argument comments more consistent. - Fixed missing HTML escaping. - Fixed generation of the snippets for the .cs file. - Improved the documentation about the math precision. - Reworked the documentation of object types. Change-Id: I8b229720134aac6d46a0a2679e8b58f15be5ed7e (cherry picked from commit 6386ceb3bf25e442513224aaa45691dfe49562d9)
* | | | | | | | | | | Update RS driver to support extraction of global variable properties.Stephen Hines2015-05-226-11/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 20306487 This patch adds some new enums to classify properties (such as "static", "constant", and "pointer") for global variables. The reference driver is also extended to provide methods to examine these properties (when the bitcode is compiled with bcc). Change-Id: I331756f8a8990caf5ebdf85599060434a7cfdcb7 (cherry picked from commit 5aa018cc36e589b07674957714d27ae3d1fa1c4e)
* | | | | | | | | | | Use "override" instead of "virtual" when replacing methods.Stephen Hines2015-05-2217-142/+137
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 20306487 Change-Id: Ic83cb04cac153a7556f5d516e8f5ec88b5527b6f (cherry picked from commit c060f1435e7b9405f3be8974417fa6f410f03753)
* | | | | | | | | | | Merge "Re enable Jack for RSTest_Compat" into mnc-devYohann Roussel2015-05-211-2/+0
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Re enable Jack for RSTest_CompatYohann Roussel2015-05-201-2/+0
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A previous version of the library was triggering a Jack bug. It looks like the code was modified and no longer face the bug. Bug: 10815986 Change-Id: Ibeb6bc25582a957d9bf07d4761953f5f58d621b8
* | | | | | | | | | Fix warnings in RenderScript sources.Jean-Luc Brouillet2015-05-2033-152/+142
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An upcoming CL fixes a bug where many warning were disabled. This fixes the warnings (that are turned into errors in most of our builds) before the CL lands. Also, adds long & unsigned long testing for a few tests. Change-Id: Id6826e968db2d06ef9910fe775309d1c3872cdc5
* | | | | | | | | | Merge "Notify drivers when user get a pointer to allocation" into mnc-devJason Sams2015-05-204-1/+13
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Notify drivers when user get a pointer to allocationJason Sams2015-05-184-1/+13
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Requested by vendor for driver bring-up. bug 20894664 Change-Id: I7a1540236e557ef42ffde1c832b5d5ef36b91c96
* | | / / / / / / / Added in wait for attach context flag.Stephen McGroarty2015-05-195-4/+26
| |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added in a small flag which is passed to the context from the Java/C++ API which causes the context to delay execution until a debugger is a attached. This gives time to the developer to attach a debugger to the process before the kernel is executed. Change-Id: I5bb8e75100436920f9e1a0f414f3b0bcf0d2b439 Signed-off-by: Stephen McGroarty <stephen@codeplay.com> (cherry picked from commit d5164d537c84867880694327727b5f22b0a3ccbd)
* | | | | | | | | Adapt update_rs_prebuilts.sh to new SDK layoutPirama Arumuga Nainar2015-05-191-4/+11
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The structure of SDK prebuilts has changed. The files go into lib, lib64 or bin subdirectories in prebuilts/sdk/tools/<OS>. Adapt update_rs_prebuilts.sh to this layout. Currently, lib/ has just the 32-bit version of libc++.so Change-Id: I11fc114ee0c888f2c54cb92db9e5084ca921fba5 (cherry picked from commit 9b0ec105175dc668cf4f373bdccc74f465fcb831)
* | | | | | | | Merge "Fix cache path initialization and set." into mnc-devJason Sams2015-05-192-11/+24
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix cache path initialization and set.Jason Sams2015-05-182-11/+24
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add null terminator to strings Return nullptr if string is not set bug 20894664 Change-Id: I33f5d84d56f6299558f5d8713694e40afc82dd20
* / / / / / / / Fix problems with allocation destructionJason Sams2015-05-181-1/+1
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cancel rather than try to queue the buffer queue to avoid deadlocks on exit. bug 20894664 Change-Id: Ie6375e67af66069472361ea4da9c111e19090684
* | | | | | | Don't use TEMP_FAILURE_RETRY on close in frameworks/rs.Elliott Hughes2015-05-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: http://b/20501816 Change-Id: I63a7c690bc5bde3dc1354f6e04ad8d32b3b43015 (cherry picked from commit 2df576745c52a04a42d615f83b03f19d803b7757)
* | | | | | | Merge "Generate global info for fused kernel" into mnc-devYang Ni2015-05-141-0/+10
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Generate global info for fused kernelYang Ni2015-05-131-0/+10
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b/21114118 Change-Id: I6332572f2f2e6f7857a50bf503e73984371cfe0b
* | | | | | Merge "Let vendor drivers access global-variable flags" into mnc-devPirama Arumuga Nainar2015-05-131-0/+14
|\ \ \ \ \ \
| * | | | | | Let vendor drivers access global-variable flagsPirama Arumuga Nainar2015-05-131-0/+14
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug 20894664 Expose flags for embedding global variables and skipping constant globals in rsd_cpu.h. This allows vendor drivers to query or set these flags. Change-Id: I5c45355fb9254103ca8b0fa539edb691e6029ec7 (cherry-pick 5cb19fd40ad3225005f65b6960c875746c2136b9 from AOSP)
* | | | | | Merge "Add USAGE_OEM" into mnc-devJason Sams2015-05-136-3/+23
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add USAGE_OEMJason Sams2015-05-136-3/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow OEMs to pass data from other HW blocks via internal extension. bug 20894664 Change-Id: I78c19f5eec462aff7d8a5408f2f16cfc9b78c036
* | | | | | Fixed CTS failureYang Ni2015-05-122-2/+5
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b/21040553 ScriptGroupTest.Builder2InvokeToKernelDependency failed. Needs a copy of the FieldPacker object for invoke parameters, which was passed in as a copy by JNI and released after the closure is created. Change-Id: I092fe029394ed898dc66e5ecdbbd86c416abe46b
* | | | | Merge "Define constants for kernel or script group limits" into mnc-devYang Ni2015-05-111-0/+4
|\ \ \ \ \
| * | | | | Define constants for kernel or script group limitsYang Ni2015-05-111-0/+4
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b/20728113 Limits on number of arguments in a kernel, args and global bindings in a closure, and closures in a script group. Change-Id: I231c0d20c41ee53342d8a975c2db5a31854b9d40 (cherry picked from commit f2a17044f4f3a749b6325f3e998577a93fc6c84d)
* | | | | Add /system/vendor/{lib|lib64} to linker argsPirama Arumuga Nainar2015-05-112-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add vendor-specific lib directory to ld.mc's library search path. Since ld.mc takes multiple search directories, there is no need to derive a single path at runtime. bug 20894664 Change-Id: Id62d2acbd94914c70bf4668f553a94a33e2a0587 (cherry-pick 682672e36b05349bc4d9dee74e9fab73ce804183 from AOSP)
* | | | | Merge "remove dead code (ALOGE) in rsCpuIntrinsicBLAS.cpp" into mnc-devMiao Wang2015-05-111-1/+0
|\ \ \ \ \ | |_|/ / / |/| | | |