1. 0ff759c Merge "Remove the CREATE_FLAG_OPT_LEVEL_0 from the Java API." am: 49aee686d8 by Stephen Hines · 8 years ago
  2. 49aee68 Merge "Remove the CREATE_FLAG_OPT_LEVEL_0 from the Java API." by Stephen Hines · 8 years ago
  3. c29bcd0 [RenderScript] Unhide new Allocation APIs by Miao Wang · 8 years ago
  4. a1c7bc7 Merge "[RenderScript] Implement APIs for better multi-frame process support." am: 6ebdbfa549 by Miao Wang · 8 years ago
  5. 8c15092 [RenderScript] Implement APIs for better multi-frame process support. by Miao Wang · 9 years ago
  6. a11c285 Merge "[RenderScript] Add API to map Allocation mallocptr to Java ByteBuffer" am: ed50f333fb by Miao Wang · 8 years ago
  7. ed50f33 Merge "[RenderScript] Add API to map Allocation mallocptr to Java ByteBuffer" by Miao Wang · 8 years ago
  8. 0facf02 [RenderScript] Add API to map Allocation mallocptr to Java ByteBuffer by Miao Wang · 9 years ago
  9. ba038689 Unhide Script::reduce() interface for general reduction. by David Gross · 8 years ago
  10. 26ef7a73 Add general reduction plumbing starting with Java Script::reduce(). by David Gross · 8 years ago
  11. 263cc90 Various fixes in setting globals in a script group by Yang Ni · 9 years ago
  12. ba8766c [RenderScript] Add null check for return values of JNI Get<TYPE>ArrayElements. by Miao Wang · 9 years ago
  13. 115b411 Fix punctuation and typos in AllocationAdapter's documentation. by Pirama Arumuga Nainar · 9 years ago
  14. c9390c8 am 46b51097: Merge "Safely handle interrupts during Thread.join()" by Pirama Arumuga Nainar · 9 years ago
  15. 83461d7 Safely handle interrupts during Thread.join() by Pirama Arumuga Nainar · 9 years ago
  16. 5fbb245 am ca3e5aea: Merge "Retry if interrupted before mMessageThread has joined" by Pirama Arumuga Nainar · 9 years ago
  17. 2f25ce77 Retry if interrupted before mMessageThread has joined by Pirama Arumuga Nainar · 9 years ago
  18. 05420e7 am 134c504a: Merge "[RenderScript] pass correct length of ains to BLAS functions" by Miao Wang · 9 years ago
  19. 134c504 Merge "[RenderScript] pass correct length of ains to BLAS functions" by Miao Wang · 9 years ago
  20. 0b34f2a [RenderScript] pass correct length of ains to BLAS functions by Miao Wang · 9 years ago
  21. b57dd72 resolved conflicts for a884d81e to stage-aosp-master by Elliott Hughes · 9 years ago
  22. 76f6a86 constify JNINativeMethod function pointer tables by Daniel Micay · 9 years ago
  23. 88891e6 Remove the CREATE_FLAG_OPT_LEVEL_0 from the Java API. by Stephen McGroarty · 9 years ago
  24. b3a1674 am ed3ffe0f: am 6430812a: Merge "RenderScript: implement a Script entry point for calling a reduce-style kernel." by Stephen Hines · 9 years ago
  25. 6430812 Merge "RenderScript: implement a Script entry point for calling a reduce-style kernel." by Stephen Hines · 9 years ago
  26. 36eb1f7 RenderScript: implement a Script entry point for calling a reduce-style kernel. by Matt Wala · 9 years ago
  27. 3fd9bf4 am 15d68941: Merge "[RenderScript] Add docs advising users about dstAtop bug." into mnc-dev by Miao Wang · 9 years ago
  28. 37e1d0c [RenderScript] Add docs advising users about dstAtop bug. by Miao Wang · 9 years ago
  29. ffb1a9b [RenderScript] Add docs advising users about dstAtop bug. by Miao Wang · 9 years ago
  30. dd67c9d am 0f5b7bc2: am 79a1bde2: Merge "Add a flag to the API to specify -O0 on the bcc command line." by Stephen Hines · 9 years ago
  31. 79a1bde Merge "Add a flag to the API to specify -O0 on the bcc command line." by Stephen Hines · 9 years ago
  32. c9659ea Add a flag to the API to specify -O0 on the bcc command line. by verena beckham · 9 years ago
  33. 3ef2041 fix BNNM docs by Miao Wang · 9 years ago
  34. 9ee3b6f am ad904cf3: Merge "fix BNNM docs" into mnc-dev by Miao Wang · 9 years ago
  35. d7d413a fix BNNM docs by Miao Wang · 9 years ago
  36. c027203 resolved conflicts for merge of a1867fb0 to mnc-dev-plus-aosp by Miao Wang · 9 years ago
  37. 2514806 [RenderScript] update the type of offsets for BLAS.BNNM by Miao Wang · 9 years ago
  38. d6ae785 am 3791d011: am 6463dd52: Merge "add comment about xor not being porter/duff Bug: 21934855" by John Hoford · 9 years ago
  39. 6ba4cb7 add comment about xor not being porter/duff Bug: 21934855 by John Hoford · 9 years ago
  40. 6099ee6 [RenderScript] update the type of offsets for BLAS.BNNM by Miao Wang · 9 years ago
  41. 3020953 Add Java doc comments on script group name reuse by Yang Ni · 9 years ago
  42. 524d9b6 am f7e55607: am fd5ec27b: Merge "Add Java doc comments on script group name reuse" into mnc-dev by Yang Ni · 9 years ago
  43. dbb6fd5 Add Java doc comments on script group name reuse by Yang Ni · 9 years ago
  44. 1db4e1a am 1fff1371: am df584d34: Merge "[RenderScript] Add documentation for IntrinsicBLAS, and @hide annotations." into mnc-dev by Miao Wang · 9 years ago
  45. df584d3 Merge "[RenderScript] Add documentation for IntrinsicBLAS, and @hide annotations." into mnc-dev by Miao Wang · 9 years ago
  46. d690974 am 44095579: am 159f442f: Merge "Unpublish methods in class ScriptGroup.Binding" into mnc-dev by Yang Ni · 9 years ago
  47. fb675a5 [RenderScript] Add documentation for IntrinsicBLAS, and @hide annotations. by Miao Wang · 9 years ago
  48. 77eba48 Unpublish methods in class ScriptGroup.Binding by Yang Ni · 9 years ago
  49. d9f5f02 Fixed ScriptGroup for outputs to globals by Yang Ni · 9 years ago
  50. bb068cd am ee8e4ede: am 6f4610bd: Merge "Fixed ScriptGroup for outputs to globals" into mnc-dev by Yang Ni · 9 years ago
  51. 6f4610b Merge "Fixed ScriptGroup for outputs to globals" into mnc-dev by Yang Ni · 9 years ago
  52. a11ceb9 am 5fd0e46d: am 34a63ba4: Merge "Ensure RenderScript tracing is always balanced via try/finally" by Chris Craik · 9 years ago
  53. 06d2984 Ensure RenderScript tracing is always balanced via try/finally by Chris Craik · 9 years ago
  54. f77facd Fix RenderScript copy tracing sections by Chris Craik · 9 years ago
  55. 397ef9a Ensure RenderScript tracing is always balanced via try/finally by Chris Craik · 9 years ago
  56. 48b0104 am e63136a3: am 8c1e287b: Merge "Fix RenderScript copy tracing sections" into mnc-dev by Chris Craik · 9 years ago
  57. 5c705d6 Fix RenderScript copy tracing sections by Chris Craik · 9 years ago
  58. 8bd4d77 am 95e31ac8: am 3385b616: Merge "Added in flag to ask context to wait for debugger attach." by Stephen Hines · 9 years ago
  59. 3385b61 Merge "Added in flag to ask context to wait for debugger attach." by Stephen Hines · 9 years ago
  60. 8374e25 am 77877609: Merge "[RenderScript] fix Allocation.copyToFieldPacker" by Miao Wang · 9 years ago
  61. 7787760 Merge "[RenderScript] fix Allocation.copyToFieldPacker" by Miao Wang · 9 years ago
  62. 870767e Fixed ScriptGroup for outputs to globals by Yang Ni · 9 years ago
  63. 39a0b22 Merge "[RenderScript] Add dummy getMinorID to maintain compatible with old RS compat lib." into mnc-dev by Miao Wang · 9 years ago
  64. f9d518a [RenderScript] Add dummy getMinorID to maintain compatible with old RS by Miao Wang · 9 years ago
  65. f061653 Merge "Fix issues found during CTS testing of FP16" into mnc-dev by Jason Sams · 9 years ago
  66. 62cb9bd Added in flag to ask context to wait for debugger attach. by Stephen McGroarty · 9 years ago
  67. 54371b4 Fix issues found during CTS testing of FP16 by Jason Sams · 9 years ago
  68. 6faa4d2 Fix issues found during CTS testing of FP16 by Jason Sams · 9 years ago
  69. 20e16f4 Merge "Elaborate on description of ScriptGroup.execute" into mnc-dev by Yang Ni · 9 years ago
  70. 0cf42ff Merge "Fix API name based on API review" into mnc-dev by Jason Sams · 9 years ago
  71. f764230 Fix API name based on API review by Jason Sams · 9 years ago
  72. 4356389 Elaborate on description of ScriptGroup.execute by Yang Ni · 9 years ago
  73. bfa5e65 [RenderScript] fix Allocation.copyToFieldPacker by Miao Wang · 9 years ago
  74. 552518e Merge "Moved limit constants for kernel and script group" into mnc-dev by Yang Ni · 9 years ago
  75. cb556e0 Merge "[RenderScript] hide Allocation.copyToFieldPacker()" into mnc-dev by Miao Wang · 9 years ago
  76. 5f21193 Merge "[RenderScript] (minor) fix validation of L3 BLAS" by Miao Wang · 9 years ago
  77. cce01f4 [RenderScript] (minor) fix validation of L3 BLAS by Miao Wang · 9 years ago
  78. 50a8ff1 [RenderScript] (minor) fix validation of L3 BLAS by Miao Wang · 9 years ago
  79. 3c61327 [RenderScript] hide Allocation.copyToFieldPacker() by Miao Wang · 9 years ago
  80. 9310e3d Moved limit constants for kernel and script group by Yang Ni · 9 years ago
  81. af622b1 Merge "Fix print format error." by Chih-Hung Hsieh · 9 years ago
  82. bce4220 Fix print format error. by Chih-Hung Hsieh · 9 years ago
  83. 496c07d Merge "Moved limit constants for kernel and script group" by Yang Ni · 9 years ago
  84. 6517eb6 [RenderScript] Make L2 BLAS methods pulic field. by Miao Wang · 9 years ago
  85. 328919a [RenderScript] typo fix in BLAS, TRMM & TSMM by Miao Wang · 9 years ago
  86. e8cb7b3 [RenderScript] typo fix in rs BLAS jni, to correctly handle complex params. by Miao Wang · 9 years ago
  87. e1cf095 [RenderScript] fix edges cases about Transpose for SYMM & SYR2K by Miao Wang · 9 years ago
  88. cc71179 [RenderScript] L2 BLAS, fix element type in ZHER by Miao Wang · 9 years ago
  89. b530d8e [RenderScript] fixes for L3 BLAS APIs by Miao Wang · 9 years ago
  90. 2b6fad9 [RenderScript] improve & minor fixes of L2 BLAS validation. by Miao Wang · 9 years ago
  91. 333bcc0 [RenderScript] Fix HEMM and SYRK in IntrinscBLAS to correctly handle by Miao Wang · 9 years ago
  92. 9eb9dd3 Fix clang warnings on unused variable, mismatched tag, print format. by Chih-Hung Hsieh · 9 years ago
  93. 7b2a46f Moved limit constants for kernel and script group by Yang Ni · 9 years ago
  94. d1516df Fix Allocation-less launches by Jason Sams · 9 years ago
  95. d5c780a Merge "Fix Allocation-less launches" by Jason Sams · 9 years ago
  96. 17c2d7a Sanity checks in JNI code for closure creation by Yang Ni · 9 years ago
  97. 4e90b9b Sanity checks in JNI code for closure creation by Yang Ni · 9 years ago
  98. 194679ed [RenderScript] typo fix in BLAS, TRMM & TSMM by Miao Wang · 9 years ago
  99. 8724d35 Merge "[RenderScript] typo fix in rs BLAS jni, to correctly handle complex params." into mnc-dev by Miao Wang · 9 years ago
  100. 01060a3 Merge "[RenderScript] fix edges cases about Transpose for SYMM & SYR2K" into mnc-dev by Miao Wang · 9 years ago