1. 2d3cf8f [RenderScript] Add docs for IntrinsicBLAS by Miao Wang · 9 years ago
  2. 1600317 Merge "[RenderScript] better handle edge cases for Incremental Intrinsic Support." by Miao Wang · 9 years ago
  3. 1500f55 Merge "[RenderScript] Implement BLAS in support lib." by Miao Wang · 9 years ago
  4. 852482c [RenderScript] better handle edge cases for Incremental Intrinsic Support. by Miao Wang · 9 years ago
  5. 35ef270 [RenderScript] Implement BLAS in support lib. by Miao Wang · 9 years ago
  6. 40d559c Merge "Use new sanitizer option." by Dan Albert · 9 years ago
  7. 5165e23 Use new sanitizer option. by Dan Albert · 9 years ago
  8. 39b32a9 Merge "Pass charset to XmlPullParser.setInput instead of null" by Narayan Kamath · 9 years ago
  9. 5ba067e Pass charset to XmlPullParser.setInput instead of null by Wojciech Staszkiewicz · 10 years ago
  10. 7b1656a Merge "Fix a broken link in doc comment to Closure" by Yang Ni · 9 years ago
  11. 8420b47 Fix a broken link in doc comment to Closure by Yang Ni · 9 years ago
  12. f8886e6 Merge "Remove dead code" by Jason Sams · 9 years ago
  13. 6d0c7fe Remove dead code by Jason Sams · 9 years ago
  14. a1494f8 Merge "Revert "[RenderScript] fix support lib after Native RS API change."" by Miao Wang · 9 years ago
  15. 9f46435 Revert "[RenderScript] fix support lib after Native RS API change." by Miao Wang · 9 years ago
  16. 4b94d14 Merge "[RenderScript] fix support lib after Native RS API change." by Miao Wang · 9 years ago
  17. ccbefb1 Merge "[RenderScript] Enable developers to only use support runtime and use black list for certain devices." by Miao Wang · 9 years ago
  18. 73eb8f6 [RenderScript] fix support lib after Native RS API change. by Miao Wang · 9 years ago
  19. 9e3e86f [RenderScript] Enable developers to only use support runtime and by Miao Wang · 10 years ago
  20. 6304514 Merge "Sanity checks in JNI code for script groups" by Yang Ni · 10 years ago
  21. 49b1621 Merge "[RenderScript] Better handle DispatchTable init" by Miao Wang · 10 years ago
  22. 6d26e4f Sanity checks in JNI code for script groups by Yang Ni · 10 years ago
  23. 6fae4b8 Merge "Fix tab blinking while fling" by Chris Banes · 10 years ago
  24. 0929851 Fix tab blinking while fling by Alan Jeon · 10 years ago
  25. 134eac8 Merge "Move new script group API into ScriptGroup" by Yang Ni · 10 years ago
  26. d89f7b3 Move new script group API into ScriptGroup by Yang Ni · 10 years ago
  27. f0f3637 Merge "Re-measure tab width after max width is decided" by Chris Banes · 10 years ago
  28. 7c71281 Re-measure tab width after max width is decided by Alan Jeon · 10 years ago
  29. 2961157 Merge "FAB: Fix NPE with XML attribute, set clickable by default" by Chris Banes · 10 years ago
  30. 5e3be8d Merge "[RenderScript] change the constructor back to protected." by Miao Wang · 10 years ago
  31. 0c57ffa [RenderScript] change the constructor back to protected. by Miao Wang · 10 years ago
  32. d039e35 FAB: Fix NPE with XML attribute, set clickable by default by Taeho Kim · 10 years ago
  33. 252e7d2 Merge "[RenderScript] Update ScriptGroup2 and IntrinsicHistogram base on the native RS API." by Miao Wang · 10 years ago
  34. fc3eec6 Merge "Fix docs build." by Ying Wang · 10 years ago
  35. e0e7c9a Fix docs build. by Ying Wang · 10 years ago
  36. 79f7d68 Merge "[RenderScript] typo fix in Allocation.java" by Miao Wang · 10 years ago
  37. 7bcaa62 [RenderScript] typo fix in Allocation.java by Miao Wang · 10 years ago
  38. 13d1234 [RenderScript] Update ScriptGroup2 and IntrinsicHistogram base on the by Miao Wang · 10 years ago
  39. 3776916 Merge "[RenderScript] update the ScriptGroup2 API after name field is added." by Miao Wang · 10 years ago
  40. 93f31b4 [RenderScript] update the ScriptGroup2 API after name field is added. by Miao Wang · 10 years ago
  41. 74ca257 Merge "Added a script group name to ScriptGroup2 API" by Yang Ni · 10 years ago
  42. 3d820f2 Merge "remove dead code." by Jason Sams · 10 years ago
  43. 565e514 remove dead code. by Jason Sams · 10 years ago
  44. 0168fe3 Merge "Update makefile for resize optimization" by Jason Sams · 10 years ago
  45. f7a4cee Update makefile for resize optimization by Jason Sams · 10 years ago
  46. bba13d9 Added a script group name to ScriptGroup2 API by Yang Ni · 10 years ago
  47. 5b6fd1e Merge "[RenderScript] add exception reporting for copyTo() if array size is smaller than Allocation size." by Miao Wang · 10 years ago
  48. 49b9759 [RenderScript] add exception reporting for copyTo() if array size by Miao Wang · 10 years ago
  49. d1614e9 [RenderScript] Better handle DispatchTable init by Miao Wang · 10 years ago
  50. c6a87f7 Merge "[RenderScript] Fix value size data type in closure creation. Same change as the native RS part." by Miao Wang · 10 years ago
  51. c3e08a4 [RenderScript] Fix value size data type in closure creation. by Miao Wang · 10 years ago
  52. a7d8e0e Merge "[RenderScript] Make destroy() correctly handle cached process context." by Miao Wang · 10 years ago
  53. d19da75 [RenderScript] Make destroy() correctly handle cached process context. by Miao Wang · 10 years ago
  54. 8ed4ea2 Merge "[RenderScript] Add ScriptGroup2 API for RenderScript Support Lib." by Miao Wang · 10 years ago
  55. 3abb894 Merge "[RenderScript] Make support lib harder to leak context." by Miao Wang · 10 years ago
  56. 69335f8 [RenderScript] Add ScriptGroup2 API for RenderScript Support Lib. by Miao Wang · 10 years ago
  57. bcb644f Merge "ISSUE-144101: change children size calculation" by Yigit Boyar · 10 years ago
  58. 9f9964b [RenderScript] Make support lib harder to leak context. by Miao Wang · 10 years ago
  59. 7e6965e ISSUE-144101: change children size calculation by Alexey Vitenko · 10 years ago
  60. b561f3b Merge "[RenderScript] Add additional check for determining whether to use native RS." by Miao Wang · 10 years ago
  61. 544fa4e Merge "[RenderScript] Fix the typo for setVar(int, long)." by Miao Wang · 10 years ago
  62. 1aaa8b2 [RenderScript] Fix the typo for setVar(int, long). by Miao Wang · 10 years ago
  63. 0cc3605 [RenderScript] Add additional check for determining whether to use native RS. by Miao Wang · 10 years ago
  64. 316ec9e Merge "Update make file for new driver loading." by Jason Sams · 10 years ago
  65. 519eb53 Update make file for new driver loading. by Jason Sams · 10 years ago
  66. 7cc23e3 am d70e0951: Merge "[RenderScript] Update the java API about Allocation copyTo & From FieldPacker" by Miao Wang · 10 years ago
  67. d70e095 Merge "[RenderScript] Update the java API about Allocation copyTo & From FieldPacker" by Miao Wang · 10 years ago
  68. 935c005 am 09afa717: Merge "[Renderscript] Incremental Support for Intrinsics." by Miao Wang · 10 years ago
  69. b600f3b [RenderScript] Update the java API about Allocation copyTo & From FieldPacker by Miao Wang · 10 years ago
  70. 09afa71 Merge "[Renderscript] Incremental Support for Intrinsics." by Miao Wang · 10 years ago
  71. 059fede [Renderscript] Incremental Support for Intrinsics. by Miao Wang · 10 years ago
  72. d41ee64c am 216d08fd: Merge "[RenderScript] AutoPadding & Unpadding for Vec3 Elements during copyTo & copyFrom." by Miao Wang · 10 years ago
  73. 216d08f Merge "[RenderScript] AutoPadding & Unpadding for Vec3 Elements during copyTo & copyFrom." by Miao Wang · 10 years ago
  74. 9eb28eb [RenderScript] AutoPadding & Unpadding for Vec3 Elements during by Miao Wang · 10 years ago
  75. 2847329 Merge "Import translations. DO NOT MERGE" into stage-aosp-master by Geoff Mendal · 10 years ago
  76. 4e1c448 Merge "Import translations. DO NOT MERGE" into stage-aosp-master by Geoff Mendal · 10 years ago
  77. a3271b0 Import translations. DO NOT MERGE by Geoff Mendal · 10 years ago
  78. ff5f1a4 Import translations. DO NOT MERGE by Geoff Mendal · 10 years ago
  79. 9f6100f Import translations. DO NOT MERGE by Geoff Mendal · 10 years ago
  80. 89ee8d1 am 24e05e67: Merge "[Renderscript] JAVA API update for Allocation.CopyTo add the following functions to make it more symmetric to copyFrom()." by Miao Wang · 10 years ago
  81. 24e05e6 Merge "[Renderscript] JAVA API update for Allocation.CopyTo add the following functions to make it more symmetric to copyFrom()." by Miao Wang · 10 years ago
  82. 2b7f06f [Renderscript] JAVA API update for Allocation.CopyTo by Miao Wang · 10 years ago
  83. 7fb7166 am 1e24a6f7: Merge "Added rsCpuExecutable.cpp to compatlib build" by Yang Ni · 10 years ago
  84. 1e24a6f Merge "Added rsCpuExecutable.cpp to compatlib build" by Yang Ni · 10 years ago
  85. cc87008 am 8b63e0c8: Merge "[RenderScript] Code clean up & Update the support lib based on native rs. (java interface)" by Miao Wang · 10 years ago
  86. 8b63e0c Merge "[RenderScript] Code clean up & Update the support lib based on native rs. (java interface)" by Miao Wang · 10 years ago
  87. 7f0ff14 [RenderScript] Code clean up & Update the support lib based on native by Miao Wang · 10 years ago
  88. 51980d0 Added rsCpuExecutable.cpp to compatlib build by Yang Ni · 10 years ago
  89. 9066b9d am 667d5aeb: am 0fb3ec35: Mark findViewById(int) @Nullable by Scott Kennedy · 10 years ago
  90. 667d5ae am 0fb3ec35: Mark findViewById(int) @Nullable by Scott Kennedy · 10 years ago
  91. 0fb3ec3 Mark findViewById(int) @Nullable by Scott Kennedy · 10 years ago
  92. 9afe036 am 108356a5: Merge "[Renderscript] Enable 64bit libRSSupportIO" by Miao Wang · 10 years ago
  93. 108356a Merge "[Renderscript] Enable 64bit libRSSupportIO" by Miao Wang · 10 years ago
  94. cc93e1a am a9e77d7d: Merge "[Renderscript] Set native lib path from java RS context for rs compat lib." by Miao Wang · 10 years ago
  95. a9e77d7 Merge "[Renderscript] Set native lib path from java RS context for rs compat lib." by Miao Wang · 10 years ago
  96. c698c46 [Renderscript] Enable 64bit libRSSupportIO by Miao Wang · 10 years ago
  97. 825350e [Renderscript] Set native lib path from java RS context for rs compat lib. by Miao Wang · 10 years ago
  98. fe45733 am 514acc55: am 34766981: Merge "Enable DisplayList hack for JB MR2" into lmp-mr1-ub-dev by Yigit Boyar · 10 years ago
  99. 514acc5 am 34766981: Merge "Enable DisplayList hack for JB MR2" into lmp-mr1-ub-dev by Yigit Boyar · 10 years ago
  100. 3476698 Merge "Enable DisplayList hack for JB MR2" into lmp-mr1-ub-dev by Yigit Boyar · 10 years ago