1. b46d30d Enable half tests for copysign, ilogb, nextafter by Pirama Arumuga Nainar · 10 years ago
  2. f976048 Implement copysign, ilogb and nextafter for half by Pirama Arumuga Nainar · 10 years ago
  3. f86ea3f Update RS headers with copysign, ilogb and nextafter by Pirama Arumuga Nainar · 10 years ago
  4. d021b48 Add copysign, ilogb and nextafter for half by Pirama Arumuga Nainar · 10 years ago
  5. bab048a Merge "Implement __truncxfhf2 in driver/runtime" by Pirama Arumuga Nainar · 10 years ago
  6. d68b3c3 Implement __truncxfhf2 in driver/runtime by Pirama Arumuga Nainar · 10 years ago
  7. 9233f73 Merge "Avoid casting varargs" by Yang Ni · 10 years ago
  8. 8ba2310 Avoid casting varargs by Yang Ni · 10 years ago
  9. c17bf3f Merge "Fixed rsQuaternionAdd() implementation" by Yang Ni · 10 years ago
  10. e7fd36a Fixed rsQuaternionAdd() implementation by Yang Ni · 10 years ago
  11. e961168 Merge "Move implementations of matrix functions into driver/runtime." by Stephen Hines · 10 years ago
  12. 6e13ee2 Move implementations of matrix functions into driver/runtime. by Verena Beckham · 10 years ago
  13. dcae526 Merge "Move scalar function implementations from into driver/runtime." by Stephen Hines · 10 years ago
  14. e0f52d6 Move scalar function implementations from into driver/runtime. by Verena Beckham · 10 years ago
  15. a48442a Merge "Move implementation of rsFrac from cpu_ref into driver/runtime." by Stephen Hines · 10 years ago
  16. 0298e7a Merge "Move implementation of fract(float) into driver/runtime." by Stephen Hines · 10 years ago
  17. 9cbc99b Move implementation of fract(float) into driver/runtime. by Verena Beckham · 10 years ago
  18. a255273 Merge "Rename from com.android.rs.test -> com.android.rs.refocus." by Stephen Hines · 10 years ago
  19. 4cead80 Rename from com.android.rs.test -> com.android.rs.refocus. by Stephen Hines · 10 years ago
  20. 88f3a0e Merge "Add the const qualifier to the internal definition of memcpy" by Stephen Hines · 10 years ago
  21. 4c01362 Add the const qualifier to the internal definition of memcpy by Dean De Leo · 10 years ago
  22. 3b414d7 Merge "Remove the always_inline attribute on all RS builtins." by Stephen Hines · 10 years ago
  23. a4d25bc Remove the always_inline attribute on all RS builtins. by Verena Beckham · 10 years ago
  24. 672dd1d Merge "Derive the bcc optimization level from the input bitcode." by Stephen Hines · 10 years ago
  25. 886e5a2 Merge "Add multi-frame support to RenderScript:" by Miao Wang · 10 years ago
  26. 7547468 Add multi-frame support to RenderScript: by Miao Wang · 10 years ago
  27. 37e7b6c Merge "Switch to RS_CLANG instead of CLANG." by Stephen Hines · 10 years ago
  28. 943457f Switch to RS_CLANG instead of CLANG. by Stephen Hines · 10 years ago
  29. 69ece18 Merge "Switch RS over to using RS_LLVM_* tools." by Stephen Hines · 10 years ago
  30. accdb78 Merge "Support for general reduction kernels." by David Gross · 10 years ago
  31. fd98fa6 Switch RS over to using RS_LLVM_* tools. by Stephen Hines · 10 years ago
  32. d8514a9 Merge "Expect to see "exportReduceNewCount: 0" in metadata." by David Gross · 10 years ago
  33. 6c1876b Support for general reduction kernels. by David Gross · 10 years ago
  34. 46c93e4 Expect to see "exportReduceNewCount: 0" in metadata. by David Gross · 10 years ago
  35. f7e0c7c Merge "Now for .l we generate .c file." by Ying Wang · 10 years ago
  36. 11c0c38 Now for .l we generate .c file. by Ying Wang · 10 years ago
  37. c4038f8 Merge "Add back RS::init(const char*, uint32_t)" by Miao Wang · 10 years ago
  38. fda5596 Add back RS::init(const char*, uint32_t) by Miao Wang · 10 years ago
  39. d1be4d8 Move implementation of rsFrac from cpu_ref into driver/runtime. by Verena Beckham · 10 years ago
  40. 8ea0a42 Merge changes from topic 'f16-math' by Pirama Arumuga Nainar · 10 years ago
  41. 6b75336 Test f16 math functions in RsTest by Pirama Arumuga Nainar · 10 years ago
  42. 54cd5d1 Implement f16 math functions in the runtime by Pirama Arumuga Nainar · 10 years ago
  43. 586539c Generated .rsh files for f16 math functions by Pirama Arumuga Nainar · 10 years ago
  44. 193847b Add RS math functions for F16. by Pirama Arumuga Nainar · 10 years ago
  45. a576604 Merge "Define F16 getters and setters in rsdRuntimeStubs" by Pirama Arumuga Nainar · 10 years ago
  46. 63bd646 Define F16 getters and setters in rsdRuntimeStubs by Pirama Arumuga Nainar · 10 years ago
  47. b67089f Merge "Test F16 allocations" by Pirama Arumuga Nainar · 10 years ago
  48. fb4501a Merge "Fix rsGetElementAt* for half" by Pirama Arumuga Nainar · 10 years ago
  49. c0c70a7 Test F16 allocations by Pirama Arumuga Nainar · 10 years ago
  50. a0232f8 Merge "Spelling change in for each rsh header file" by Yang Ni · 10 years ago
  51. 6215b41 Spelling change in for each rsh header file by Yang Ni · 10 years ago
  52. 1c31f2e Merge "Fix variable name mismatch in modf's description" by Pirama Arumuga Nainar · 10 years ago
  53. 9e2b0e8 Merge "Remove dead declarations of smoothstep" by Pirama Arumuga Nainar · 10 years ago
  54. e6128ff Fix variable name mismatch in modf's description by Pirama Arumuga Nainar · 10 years ago
  55. a5aafe5 Remove dead declarations of smoothstep by Pirama Arumuga Nainar · 10 years ago
  56. f34177f Merge "Switch to a local BitcodeTranslator." by Stephen Hines · 10 years ago
  57. 98f401d Switch to a local BitcodeTranslator. by Stephen Hines · 10 years ago
  58. 6a263d4 Merge "Test for ref counting on returned rs objects" by Yang Ni · 10 years ago
  59. 432b477 Test for ref counting on returned rs objects by Yang Ni · 10 years ago
  60. 4450ada Merge changes from topic 'alloc-helpers' by Pirama Arumuga Nainar · 10 years ago
  61. 2f4e839 Test helper functions that create allocations by Pirama Arumuga Nainar · 10 years ago
  62. 0d3fdd1 Update header files with allocation-creation helper functions by Pirama Arumuga Nainar · 10 years ago
  63. 43d758c Add helper functions to create allocations by Pirama Arumuga Nainar · 10 years ago
  64. 148ce85 Merge "Changed rsForEachInternal prototype" by Yang Ni · 10 years ago
  65. 79b75b7 Changed rsForEachInternal prototype by Yang Ni · 10 years ago
  66. 57bc7cb Merge "Remove unused tests and unsupported pragmas (pragma cleanup)." by Stephen Hines · 10 years ago
  67. 82949e2 Merge "Add comment in single_source_alloc test to add half tests" by Pirama Arumuga Nainar · 10 years ago
  68. b793bb1 Add comment in single_source_alloc test to add half tests by Pirama Arumuga Nainar · 10 years ago
  69. c5cb498 Merge "Added script group tests for compat lib" by Yang Ni · 10 years ago
  70. 61ff1b7 Added script group tests for compat lib by Yang Ni · 10 years ago
  71. 7d8afea Merge "Various fixes in setting globals in a script group" by Yang Ni · 10 years ago
  72. fef0cd4 Various fixes in setting globals in a script group by Yang Ni · 10 years ago
  73. f1ce4be Fix rsGetElementAt* for half by Pirama Arumuga Nainar · 10 years ago
  74. 134f1ca Merge "Updated spec for the rsForEachInternal API" by Yang Ni · 10 years ago
  75. fab6947 Updated spec for the rsForEachInternal API by Yang Ni · 10 years ago
  76. 27361c3 Merge changes from topic 'alloc-from-script' by Pirama Arumuga Nainar · 10 years ago
  77. c6f4374 Remove RSYuvFormat from C++ API header by Pirama Arumuga Nainar · 10 years ago
  78. 070a313 Build libclcore libraries with UNRELEASED RS_VERSION by Pirama Arumuga Nainar · 10 years ago
  79. 075aa05 Test allocations created within a script by Pirama Arumuga Nainar · 10 years ago
  80. 7cb2273 Implement allocation creation API in libclcore by Pirama Arumuga Nainar · 10 years ago
  81. b4b74af Add low-level allocation creation functions by Pirama Arumuga Nainar · 10 years ago
  82. 6b387c1 Driver support for creating allocations from a Script by Pirama Arumuga Nainar · 10 years ago
  83. f4bf3ed Merge "X86: Add missing functions for libclcore files" by Stephen Hines · 10 years ago
  84. 2851d5a Merge "Clarify vertical fetch loop in Blur assembly." by Stephen Hines · 10 years ago
  85. e4a886d Merge "Enable error logcat for rsDispatch." by Miao Wang · 10 years ago
  86. 45af04a Merge "Fix 64-bit build error" by Yang Ni · 10 years ago
  87. b0dabd1 Fix 64-bit build error by Yang Ni · 10 years ago
  88. 62e9af7 Enable error logcat for rsDispatch. by Miao Wang · 10 years ago
  89. e64b8fb Merge "Launch options & multi inputs for single-source RS" by Yang Ni · 10 years ago
  90. dda5cb5 Launch options & multi inputs for single-source RS by Yang Ni · 10 years ago
  91. f01fc25 Remove unused tests and unsupported pragmas (pragma cleanup). by Stephen Hines · 10 years ago
  92. a49b0ff Merge "Remove unused test with unsupported pragma stateFragment." by David Gross · 10 years ago
  93. 0e5d373 Remove unused test with unsupported pragma stateFragment. by David Gross · 10 years ago
  94. e0bb9e8 Clarify vertical fetch loop in Blur assembly. by Simon Hosie · 10 years ago
  95. dd635b0 X86: Add missing functions for libclcore files by Yong Chen · 10 years ago
  96. 5c075c1 Merge "Add rsForEachInternal" am: 4a21e4dc42 by Yang Ni · 10 years ago
  97. 4a21e4d Merge "Add rsForEachInternal" by Yang Ni · 10 years ago
  98. 12398d8 Add rsForEachInternal by Yang Ni · 10 years ago
  99. 24597e4 am 75e9f10b: Merge "Allow developers to specify a target RS API level for C++" by Miao Wang · 10 years ago
  100. 75e9f10 Merge "Allow developers to specify a target RS API level for C++" by Miao Wang · 10 years ago