1. efc3f1f Avoid destroying Device separately by Yang Ni · 9 years ago
  2. c2459dc Remove unused variables by Yang Ni · 9 years ago
  3. d999344 Stop targeting froyo. It isn't supported. by Dan Albert · 9 years ago
  4. eed6e60 Merge "Compatibility library support for general reduction." by David Gross · 9 years ago
  5. 328245a Compatibility library support for general reduction. by David Gross · 9 years ago
  6. abb806d Use c++_static instead of stlport_static for support lib. by Miao Wang · 9 years ago
  7. 8a1fd9c Refactor/enhance dispatch table init by Miao Wang · 9 years ago
  8. 5661684 Add float16 elements to C++ API by Pirama Arumuga Nainar · 9 years ago
  9. 672dd1d Merge "Derive the bcc optimization level from the input bitcode." by Stephen Hines · 9 years ago
  10. fda5596 Add back RS::init(const char*, uint32_t) by Miao Wang · 9 years ago
  11. fef0cd4 Various fixes in setting globals in a script group by Yang Ni · 9 years ago
  12. c6f4374 Remove RSYuvFormat from C++ API header by Pirama Arumuga Nainar · 9 years ago
  13. 62e9af7 Enable error logcat for rsDispatch. by Miao Wang · 9 years ago
  14. d9a0257 Allow developers to specify a target RS API level for C++ by Miao Wang · 9 years ago
  15. 17619e8 Merge "Implement IntrinsicBLAS for RS C++ API" by Miao Wang · 9 years ago
  16. f5eb324 Add -Wextra to our RS build. by Stephen Hines · 9 years ago
  17. 49b1226 Implement IntrinsicBLAS for RS C++ API by Miao Wang · 9 years ago
  18. cf067b8 Comments clean up for C++ API by Miao Wang · 9 years ago
  19. 70d8995 Fix updateFromNative in C++ API. by Miao Wang · 9 years ago
  20. e8f9651 C++ API call RS::finish() before destroy rsContext by Miao Wang · 9 years ago
  21. 9dc6078 Remove useless HOST_OS==windows checks by Dan Willemsen · 9 years ago
  22. 15c1d06 Derive the bcc optimization level from the input bitcode. by Stephen McGroarty · 9 years ago
  23. 394e9a6 Add reduce to the dispatch table and to the RenderScript C++ API. by Matt Wala · 9 years ago
  24. e5e18cc Lose HAVE_ANDROID_OS in frameworks/rs. by Elliott Hughes · 9 years ago
  25. 47a5881 Add AllocationCreateStrided to support lib CPU driver by Miao Wang · 9 years ago
  26. f502980 Add a flag to the API to specify -O0 on the bcc command line. by verena beckham · 9 years ago
  27. a8a9a67 update dispatch table for IntrinsicBLAS by Miao Wang · 10 years ago
  28. 8b5b0a7 Disable ASan for one library. by Evgenii Stepanov · 9 years ago
  29. d5164d5 Added in wait for attach context flag. by Stephen McGroarty · 10 years ago
  30. f82b626 Add USAGE_OEM by Jason Sams · 10 years ago
  31. dafeee0 set mYuvFormat to RS_YUV_NONE in Type constructor. by Miao Wang · 10 years ago
  32. 2783694 Merge "Enable YUV support in rs C++ API." by Miao Wang · 10 years ago
  33. 08b87f9 Merge "remove STL from rs C++ public interface. Nuke stlport." by Miao Wang · 10 years ago
  34. 43a6cba Enable YUV support in rs C++ API. by Miao Wang · 10 years ago
  35. bc10dff remove STL from rs C++ public interface. Nuke stlport. by Miao Wang · 10 years ago
  36. 8b94222 Added a name to ScriptGroup2 by Yang Ni · 10 years ago
  37. 09d2dd2 Add setSurface() and getSurface() to RScpp. by Miao Wang · 10 years ago
  38. 7fbf6e4 Fix the ordering of CREATE_SAMPLER macro in C++ API, according to corresponding by Miao Wang · 10 years ago
  39. fe8f38f Update Dispatch table following ScriptGroup2 API change. by Miao Wang · 10 years ago
  40. 459fbac Merge "Update RenderScript C++ API" by Miao Wang · 10 years ago
  41. 974ca28 Update Dispatch table entry for ScriptGroup2. by Miao Wang · 10 years ago
  42. e5428e6 Update RenderScript C++ API by Miao Wang · 10 years ago
  43. b05c850 Ensure ScriptIntrinsicHistogram is given a valid Element in constructor when used via C++ bindings. by Jon Parr · 10 years ago
  44. 30940f6 am ff523842: Merge "Make dispatchTable load AllocationGetPointer only when device api >= L" by Miao Wang · 10 years ago
  45. 0245c71 Make dispatchTable load AllocationGetPointer only when device api >= L by Miao Wang · 10 years ago
  46. 4e02090 am ceb8d321: Merge "Fix the bug for AllocationRead() that cannot handle 3d Allocation correctly. Add the following functions to make it symmetric for read and write." by Miao Wang · 10 years ago
  47. cc8cea7 Fix the bug for AllocationRead() that cannot handle 3d Allocation by Miao Wang · 10 years ago
  48. 6b86666 am 73211368: Merge "Add API check for loadSymbols(), so that functions being dlsymed will depend on the device API level. (default: only load functions in API <= 21);" by Miao Wang · 10 years ago
  49. 46347e4 am 5efcbfc7: Merge "Not return false when dispatch InvokeID, to make compat lib able to load libRS.so on older devices." by Miao Wang · 10 years ago
  50. 8a6a717 Add API check for loadSymbols(), so that functions being dlsymed by Miao Wang · 10 years ago
  51. 45b8b74 Not return false when dispatch InvokeID, to make compat lib able to by Miao Wang · 10 years ago
  52. 2dc2c22 am 841ba73b: Merge "Runtime support for invocables in ScriptGroups" by Yang Ni · 10 years ago
  53. 0ab7ef4 am caa8bd8b: Merge "Add the missing \'stridelen\' field for AllocationGetPointer." by Miao Wang · 10 years ago
  54. 28e2a30 am fe4f02f8: Merge "Make rsContext be able to have info about the path of native libs for 64bit Renderscript compat lib." by Miao Wang · 10 years ago
  55. eb9aa67 Runtime support for invocables in ScriptGroups by Yang Ni · 10 years ago
  56. caa8bd8 Merge "Add the missing 'stridelen' field for AllocationGetPointer." by Miao Wang · 10 years ago
  57. f3213d7 Make rsContext be able to have info about the path of native libs by Miao Wang · 10 years ago
  58. 94280f8 Add the missing 'stridelen' field for AllocationGetPointer. by Miao Wang · 10 years ago
  59. 3f28e7d am 015ba466: Merge "New Script Group API: runtime and cpu driver support." by Yang Ni · 10 years ago
  60. 015ba46 Merge "New Script Group API: runtime and cpu driver support." by Yang Ni · 10 years ago
  61. 56b9569 am 46a0f01c: Merge "Adding USAGE_IO_OUTPUT support for RS Compat lib." by Miao Wang · 10 years ago
  62. 1ffd86b New Script Group API: runtime and cpu driver support. by Yang Ni · 10 years ago
  63. 2bd78f2 Adding USAGE_IO_OUTPUT support for RS Compat lib. by Miao Wang · 10 years ago
  64. 70ba116 am 4f8b67b0: Merge "Clean up RS C++ library." by Stephen Hines · 10 years ago
  65. 04354e4 Clean up RS C++ library. by Stephen Hines · 10 years ago
  66. d240e61 am f9fe049f: Merge "Create a separate static lib that provides a dispatch table to both fw/support/v8/renderscript/jni and libRScpp to reduce code duplication." by Miao Wang · 10 years ago
  67. f9fe049 Merge "Create a separate static lib that provides a dispatch table to both fw/support/v8/renderscript/jni and libRScpp to reduce code duplication." by Miao Wang · 10 years ago
  68. 77d1771 am 9692a01f: Merge "Move libRScpp.so to libc++." by Dan Albert · 10 years ago
  69. 3b1e2ee Move libRScpp.so to libc++. by Dan Albert · 10 years ago
  70. d59dfe9 am 8dfd7a77: Merge "Cleanup includes for rs/cpp to not expose internal details." by Jason Sams · 10 years ago
  71. 48d2eae Create a separate static lib that provides a dispatch table to both by Miao Wang · 10 years ago
  72. 66f0a16 Cleanup includes for rs/cpp to not expose internal details. by Jason Sams · 10 years ago
  73. 07dae1f am 7e57aa7d: Enable 64-bit building for libRScpp_static. by Tim Murray · 10 years ago
  74. 58de499 am 7e57aa7d: Enable 64-bit building for libRScpp_static. by Tim Murray · 10 years ago
  75. 7e57aa7 Enable 64-bit building for libRScpp_static. by Tim Murray · 10 years ago
  76. f8adb62 resolved conflicts for merge of 79a9dacb to lmp-mr1-dev-plus-aosp by Stephen Hines · 10 years ago
  77. db683cd resolved conflicts for merge of 79a9dacb to lmp-dev-plus-aosp by Jason Sams · 10 years ago
  78. 79a9dac Revert "RS: Add VP9 LoopFilter Intrinsic" by Jason Sams · 10 years ago
  79. 445d95a am c73fdbd6: Merge "Clean up makefile cruft." by Dan Albert · 10 years ago
  80. d1cfb51 Clean up makefile cruft. by Dan Albert · 10 years ago
  81. c503150 am cbbac9f5: Disable property_get for 64-bit. by Tim Murray · 10 years ago
  82. cbbac9f Disable property_get for 64-bit. by Tim Murray · 10 years ago
  83. 44bef6f Replace NULL macros with nullptr literals. by Chris Wailes · 10 years ago
  84. ac8d146 Switch the dimensions array to use uint32_t instead of size_t. by Stephen Hines · 10 years ago
  85. 8d50174 Fix Windows SDK build. by Logan Chien · 10 years ago
  86. bfa5a8e Add flags for low power context. by Jason Sams · 10 years ago
  87. c17fa06 Switch to use slang/rs_version.mk for consistency. by Stephen Hines · 11 years ago
  88. be78fa9 Fix incorrect dependence on the system-built liblog. by Stephen Hines · 11 years ago
  89. 8c24cd6 Update fw/rs for Clang 3.5. by Tim Murray · 11 years ago
  90. ee0f483 Revert "Add VP9 inter-frame prediction intrinsic" by Jason Sams · 11 years ago
  91. fea96e8 Add error check when init RS thread in sync mode. by Xiaofei Wan · 11 years ago
  92. 6dc86b4 Merge "RS: Add VP9 LoopFilter Intrinsic" by Jason Sams · 11 years ago
  93. 6fc3e12 RS: Add VP9 LoopFilter Intrinsic by Matthieu Delahaye · 11 years ago
  94. 00dbeac Merge "Revert "RS: Add VP9 LoopFilter Intrinsic"" by Jason Sams · 11 years ago
  95. 933bdc9 Revert "RS: Add VP9 LoopFilter Intrinsic" by Jason Sams · 11 years ago
  96. 3028980 Merge "RS: Add VP9 LoopFilter Intrinsic" by Jason Sams · 11 years ago
  97. 64048e7 RS: Add VP9 LoopFilter Intrinsic by Matthieu Delahaye · 11 years ago
  98. 1e2aedb Revert "RS: Add VP9 LoopFilter Intrinsic" by Jason Sams · 11 years ago
  99. e195a3f Make RS compile on ARM64. by Tim Murray · 11 years ago
  100. e4749f3 RS: Add VP9 LoopFilter Intrinsic by Matthieu Delahaye · 11 years ago