1. 29809d1 Modify script loading behavior. by Tim Murray · 10 years ago
  2. 1d6ded2 Merge "Updated test files to use the RS_KERNEL macro." by Stephen Hines · 10 years ago
  3. 822db82 Merge "Update runtime stubs." by Tim Murray · 10 years ago
  4. 6a9cc72 Update runtime stubs. by Tim Murray · 10 years ago
  5. e36fbea Merge "We don't need these libraries in our prebuilts going forward." by Stephen Hines · 10 years ago
  6. 99f3d61 We don't need these libraries in our prebuilts going forward. by Stephen Hines · 10 years ago
  7. bebfcc5 Merge "Update runtime stubs. " by Tim Murray · 10 years ago
  8. 60fe47d Update runtime stubs. by Tim Murray · 10 years ago
  9. a1a18ac Merge "Update RS sample apps to use the single argument Java constructor." by Stephen Hines · 10 years ago
  10. 945750a Merge "Fix host multilib build." by Ying Wang · 10 years ago
  11. f1d97e5 Update RS sample apps to use the single argument Java constructor. by Stephen Hines · 10 years ago
  12. 05d4eee Merge "Compatibility library apps can only be created in 32-bit mode." by Stephen Hines · 10 years ago
  13. e5692be Compatibility library apps can only be created in 32-bit mode. by Stephen Hines · 10 years ago
  14. 025b5f8 Updated test files to use the RS_KERNEL macro. by Chris Wailes · 10 years ago
  15. d6d1cca Merge "Added the RS_KERNEL macro." by Stephen Hines · 10 years ago
  16. 64c1267 Merge "Enable ARM64 intrinsics." by Jason Sams · 10 years ago
  17. 9d26171 Added the RS_KERNEL macro. by Chris Wailes · 10 years ago
  18. 529f0e0 Merge "Switch to the separate RS loading path." by Stephen Hines · 10 years ago
  19. 074424a Enable ARM64 intrinsics. by Jason Sams · 10 years ago
  20. 25e3af5 Switch to the separate RS loading path. by Stephen Hines · 10 years ago
  21. f981663 Merge "Add aarch64 relocations" by Dave Allison · 10 years ago
  22. 723ba16 Add aarch64 relocations by Dave Allison · 10 years ago
  23. 9f0c912 Merge "Add flags for low power context." by Jason Sams · 10 years ago
  24. bfa5a8e Add flags for low power context. by Jason Sams · 10 years ago
  25. c6a7c1c Fix host multilib build. by Ying Wang · 10 years ago
  26. 581eeb5 Merge "Add support for LOCAL_SRC_FILES_<extra> to build_bc_lib.mk." by Tim Murray · 10 years ago
  27. 1efb819 Add support for LOCAL_SRC_FILES_<extra> to build_bc_lib.mk. by Tim Murray · 10 years ago
  28. d370bb0 Merge "Cleanup 64bit and remove deprecated functions" by Jason Sams · 10 years ago
  29. 3ff0fe7 Cleanup 64bit and remove deprecated functions by Jason Sams · 10 years ago
  30. 57fa42d Merge "Switch to standalone bcc compilation path (again)." by Stephen Hines · 10 years ago
  31. e30d17a Merge "Use clang for llvm-related project" by Stephen Hines · 10 years ago
  32. d69b0eb Switch to standalone bcc compilation path (again). by Stephen Hines · 10 years ago
  33. 42faa57 Merge "Switch to use slang/rs_version.mk for consistency." by Stephen Hines · 10 years ago
  34. c17fa06 Switch to use slang/rs_version.mk for consistency. by Stephen Hines · 10 years ago
  35. 53a408b Merge "YuvToRGB sub-rectangle handling." by Jason Sams · 10 years ago
  36. bbbd923 Merge "Fix some empty matrix cases in ColorMatrix." by Jason Sams · 10 years ago
  37. 6fb3082 Merge "Fix errors with native_powr and small numbers." by Jason Sams · 10 years ago
  38. 3849dae Merge "Handle 3DLUT odd-length cases in assembly." by Jason Sams · 10 years ago
  39. c944fc8 Fix errors with native_powr and small numbers. by Jason Sams · 10 years ago
  40. 8711f9d Merge "Use the proper triple when compiling with bcc." by Stephen Hines · 10 years ago
  41. 03d8bdb Merge "Copy libcompiler_rt.so as well for the host build." by Stephen Hines · 10 years ago
  42. c32b4d3 Copy libcompiler_rt.so as well for the host build. by Stephen Hines · 10 years ago
  43. 56345f1 Use clang for llvm-related project by Andrew Hsieh · 10 years ago
  44. b5abf66 Merge "Implement long/double min/max" by Jason Sams · 10 years ago
  45. 53826db Implement long/double min/max by Jason Sams · 10 years ago
  46. 5d1e327 Merge "Strict clamping when packing to u8." by Jason Sams · 10 years ago
  47. 82e0a67 Use the proper triple when compiling with bcc. by Stephen Hines · 10 years ago
  48. 5ffc8d2 Merge "Remove unused LOCAL_LDLIBS." by Ying Wang · 10 years ago
  49. af353bf Remove unused LOCAL_LDLIBS. by Ying Wang · 10 years ago
  50. 1d9c887 YuvToRGB sub-rectangle handling. by Simon Hosie · 10 years ago
  51. 07e4665 Handle 3DLUT odd-length cases in assembly. by Simon Hosie · 10 years ago
  52. 42488d2 Strict clamping when packing to u8. by Simon Hosie · 10 years ago
  53. 9bd08e8 Merge "Add libc++* libraries to update_rs_prebuilts.sh and search obj/ if needed." by Stephen Hines · 10 years ago
  54. c7c255e Fix some empty matrix cases in ColorMatrix. by Simon Hosie · 10 years ago
  55. 6dbcf8e Merge "Fix issues in long and double testing." by Jean-Luc Brouillet · 10 years ago
  56. 1baebcd Add libc++* libraries to update_rs_prebuilts.sh and search obj/ if needed. by Stephen Hines · 10 years ago
  57. 46ebc97 Fix issues in long and double testing. by Jean-Luc Brouillet · 10 years ago
  58. a5b0367 Merge "Switch to using LLVM intrinsics for conversions" by Jason Sams · 10 years ago
  59. 70404fa Switch to using LLVM intrinsics for conversions by Jason Sams · 10 years ago
  60. 985efd8 Merge "Fix float to long convert bug." by Jean-Luc Brouillet · 10 years ago
  61. 0f55836 Fix float to long convert bug. by Jean-Luc Brouillet · 10 years ago
  62. 345db92 Merge "Revert "Switch to standalone bcc compilation path."" by Stephen Hines · 10 years ago
  63. 748a436 Revert "Switch to standalone bcc compilation path." by Stephen Hines · 10 years ago
  64. 2d08f00 Merge "Fix comments in gaussian blur" by Jean-Luc Brouillet · 10 years ago
  65. df53139 Merge "Switch to standalone bcc compilation path." by Stephen Hines · 10 years ago
  66. 0ddfb1e Merge "Configure standalone bcc compiler to work with plugin libraries." by Stephen Hines · 10 years ago
  67. 8b7117d Fix comments in gaussian blur by Jean-Luc Brouillet · 10 years ago
  68. 41718a0 Merge "Switch to __builtin___clear_cache(), since __clear_cache is deprecated." by Stephen Hines · 10 years ago
  69. 99281b5 Switch to standalone bcc compilation path. by Stephen Hines · 10 years ago
  70. 0051132 Configure standalone bcc compiler to work with plugin libraries. by Stephen Hines · 10 years ago
  71. dc061e4 Switch to __builtin___clear_cache(), since __clear_cache is deprecated. by Stephen Hines · 10 years ago
  72. 2211144 Merge "Mark relaxed tests as relaxed" by Jason Sams · 10 years ago
  73. 52a9047 Mark relaxed tests as relaxed by Jason Sams · 10 years ago
  74. 5d56c90 Merge "Add comments for fast-path RS kernel" by Jason Sams · 10 years ago
  75. 858d035 Add comments for fast-path RS kernel by Jason Sams · 10 years ago
  76. f130474 Merge changes Iafa1fe3d,I32dba6b3 by Jason Sams · 10 years ago
  77. 564a400 Mark convert_(long/double) as API 21 by Jason Sams · 10 years ago
  78. 98dd4bb Fix performance regression in color matrix. by Jason Sams · 10 years ago
  79. 2535dfc Merge "Fix incorrect dependence on the system-built liblog." by Stephen Hines · 10 years ago
  80. 69cf14d Merge "Fix precision issues with half_recip, half_sqrt, and half_rsqrt" by Jason Sams · 10 years ago
  81. be78fa9 Fix incorrect dependence on the system-built liblog. by Stephen Hines · 10 years ago
  82. ba92a70 Fix precision issues with half_recip, half_sqrt, and half_rsqrt by Jason Sams · 10 years ago
  83. 2616f29 Merge "Fix x86_64 multiply defined symbol errors." by Stephen Hines · 10 years ago
  84. 3a830c0 Fix x86_64 multiply defined symbol errors. by Stephen Hines · 10 years ago
  85. a6d32f1 Merge "Update fw/rs for Clang 3.5." by Stephen Hines · 10 years ago
  86. 8c24cd6 Update fw/rs for Clang 3.5. by Tim Murray · 10 years ago
  87. d3fe499 Merge "Revert "Add VP9 inter-frame prediction intrinsic"" by Jason Sams · 10 years ago
  88. 0a6fea1 Merge "Improve RS intrinsics performance." by Jason Sams · 10 years ago
  89. ee0f483 Revert "Add VP9 inter-frame prediction intrinsic" by Jason Sams · 10 years ago
  90. 087fa6e Merge "Remove VP9-related runtime functions." by Tim Murray · 10 years ago
  91. 70fe08d Merge "Skip the .ARM.exidx section, since it is currently unused." by Stephen Hines · 10 years ago
  92. 0715b38 Skip the .ARM.exidx section, since it is currently unused. by Stephen Hines · 10 years ago
  93. 7b7060c Improve RS intrinsics performance. by Rose, James · 10 years ago
  94. 33c565f Merge "Use LOCAL_JNI_SHARED_LIBRARIES to install JNI libs." by Ying Wang · 10 years ago
  95. 1ff2fa6 Use LOCAL_JNI_SHARED_LIBRARIES to install JNI libs. by Ying Wang · 10 years ago
  96. c58d40d Merge "Disconnect the ANativewindow before destroy the DrvAllocation." by Jason Sams · 10 years ago
  97. b429ee5 Merge "Add error check when init RS thread in sync mode." by Tim Murray · 10 years ago
  98. ba1b9cb Merge "Fix RS test apk problems" by Jason Sams · 10 years ago
  99. edf588e Fix RS test apk problems by Xiaofei Wan · 10 years ago
  100. 5537da4 Disconnect the ANativewindow before destroy the DrvAllocation. by Tong, Bo · 10 years ago