1. 2d08f00 Merge "Fix comments in gaussian blur" by Jean-Luc Brouillet · 10 years ago
  2. df53139 Merge "Switch to standalone bcc compilation path." by Stephen Hines · 10 years ago
  3. 0ddfb1e Merge "Configure standalone bcc compiler to work with plugin libraries." by Stephen Hines · 10 years ago
  4. 8b7117d Fix comments in gaussian blur by Jean-Luc Brouillet · 10 years ago
  5. 41718a0 Merge "Switch to __builtin___clear_cache(), since __clear_cache is deprecated." by Stephen Hines · 10 years ago
  6. 99281b5 Switch to standalone bcc compilation path. by Stephen Hines · 11 years ago
  7. 0051132 Configure standalone bcc compiler to work with plugin libraries. by Stephen Hines · 11 years ago
  8. dc061e4 Switch to __builtin___clear_cache(), since __clear_cache is deprecated. by Stephen Hines · 10 years ago
  9. 2211144 Merge "Mark relaxed tests as relaxed" by Jason Sams · 10 years ago
  10. 52a9047 Mark relaxed tests as relaxed by Jason Sams · 10 years ago
  11. 5d56c90 Merge "Add comments for fast-path RS kernel" by Jason Sams · 10 years ago
  12. 858d035 Add comments for fast-path RS kernel by Jason Sams · 10 years ago
  13. f130474 Merge changes Iafa1fe3d,I32dba6b3 by Jason Sams · 10 years ago
  14. 564a400 Mark convert_(long/double) as API 21 by Jason Sams · 10 years ago
  15. 98dd4bb Fix performance regression in color matrix. by Jason Sams · 10 years ago
  16. 2535dfc Merge "Fix incorrect dependence on the system-built liblog." by Stephen Hines · 10 years ago
  17. 69cf14d Merge "Fix precision issues with half_recip, half_sqrt, and half_rsqrt" by Jason Sams · 10 years ago
  18. be78fa9 Fix incorrect dependence on the system-built liblog. by Stephen Hines · 10 years ago
  19. ba92a70 Fix precision issues with half_recip, half_sqrt, and half_rsqrt by Jason Sams · 10 years ago
  20. 2616f29 Merge "Fix x86_64 multiply defined symbol errors." by Stephen Hines · 10 years ago
  21. 3a830c0 Fix x86_64 multiply defined symbol errors. by Stephen Hines · 10 years ago
  22. a6d32f1 Merge "Update fw/rs for Clang 3.5." by Stephen Hines · 10 years ago
  23. 8c24cd6 Update fw/rs for Clang 3.5. by Tim Murray · 11 years ago
  24. d3fe499 Merge "Revert "Add VP9 inter-frame prediction intrinsic"" by Jason Sams · 10 years ago
  25. 0a6fea1 Merge "Improve RS intrinsics performance." by Jason Sams · 10 years ago
  26. ee0f483 Revert "Add VP9 inter-frame prediction intrinsic" by Jason Sams · 10 years ago
  27. 087fa6e Merge "Remove VP9-related runtime functions." by Tim Murray · 10 years ago
  28. 70fe08d Merge "Skip the .ARM.exidx section, since it is currently unused." by Stephen Hines · 10 years ago
  29. 0715b38 Skip the .ARM.exidx section, since it is currently unused. by Stephen Hines · 10 years ago
  30. 7b7060c Improve RS intrinsics performance. by Rose, James · 10 years ago
  31. 33c565f Merge "Use LOCAL_JNI_SHARED_LIBRARIES to install JNI libs." by Ying Wang · 11 years ago
  32. 1ff2fa6 Use LOCAL_JNI_SHARED_LIBRARIES to install JNI libs. by Ying Wang · 11 years ago
  33. c58d40d Merge "Disconnect the ANativewindow before destroy the DrvAllocation." by Jason Sams · 11 years ago
  34. b429ee5 Merge "Add error check when init RS thread in sync mode." by Tim Murray · 11 years ago
  35. ba1b9cb Merge "Fix RS test apk problems" by Jason Sams · 11 years ago
  36. edf588e Fix RS test apk problems by Xiaofei Wan · 11 years ago
  37. 5537da4 Disconnect the ANativewindow before destroy the DrvAllocation. by Tong, Bo · 11 years ago
  38. e7cdde2 Merge "Bicubic resize intrinsic" by Jason Sams · 11 years ago
  39. 39ab94a Bicubic resize intrinsic by Jason Sams · 11 years ago
  40. 4836001 Merge "Fix ARM64 build." by Tim Murray · 11 years ago
  41. 6cdb84d Fix ARM64 build. by Tim Murray · 11 years ago
  42. 7d0e476 Merge "Enable linker loader support for 64bit elf object" by Tim Murray · 11 years ago
  43. db2ffd2 Enable linker loader support for 64bit elf object by WeiTang · 11 years ago
  44. cc14139 Merge "Resolve x86_64 relocations in RS." by Tim Murray · 11 years ago
  45. c726af7 Merge "Add support for AARCH64 relocations to the RS linkloader." by Dave Allison · 11 years ago
  46. 2758e93 Merge "Fix potential overrun by optimized code." by Jason Sams · 11 years ago
  47. 7c4d899 Fix potential overrun by optimized code. by Jason Sams · 11 years ago
  48. b7f4d0f Merge "Fix color matrix bug." by Jason Sams · 11 years ago
  49. 863b8c3 Fix color matrix bug. by Jason Sams · 11 years ago
  50. 601a9b0 Merge "RS: Fix VP9 LoopFilter to handle 4K video" by Jason Sams · 11 years ago
  51. 6757e6b Merge "Fix potential deadlock caused by RenderScript" by Jason Sams · 11 years ago
  52. bcba6f6 Fix potential deadlock caused by RenderScript by Sangkyu Lee · 11 years ago
  53. adab849 RS: Fix VP9 LoopFilter to handle 4K video by Matthieu Delahaye · 11 years ago
  54. 8702602 Merge "AArch64 ports of Convolve3x3 and Convolve5x5." by Jason Sams · 11 years ago
  55. 149cec7 Merge "Disable acceleration when the context is legacy graphics." by Jason Sams · 11 years ago
  56. cd5f1ce Disable acceleration when the context is legacy graphics. by Jason Sams · 11 years ago
  57. fea96e8 Add error check when init RS thread in sync mode. by Xiaofei Wan · 11 years ago
  58. 30e2a4c Add support for AARCH64 relocations to the RS linkloader. by Dave Allison · 11 years ago
  59. 4e5c414 AArch64 ports of Convolve3x3 and Convolve5x5. by Simon Hosie · 11 years ago
  60. 43f7bff Merge changes I683078ff,I426fba9f,I2fcc57ac by Jason Sams · 11 years ago
  61. c6647a9 Merge "Avoid Clang's integrated AArch64 assembler." by Jason Sams · 11 years ago
  62. 8af407f Merge "Remove the obsolete ScriptCState. Simplify cascading #ifdefs." by Jean-Luc Brouillet · 11 years ago
  63. 2303748 Remove the obsolete ScriptCState. Simplify cascading #ifdefs. by Jean-Luc Brouillet · 11 years ago
  64. 5dcaaa5 Optimisations to 3DLUT assembly. by Simon Hosie · 11 years ago
  65. 7e4f65d Avoid Clang's integrated AArch64 assembler. by Simon Hosie · 11 years ago
  66. ea76eb3 Make Blur AArch64 assembly position-independent. by Simon Hosie · 11 years ago
  67. 0462a39 Add AArch64 assembly for ColorMatrix. by Simon Hosie · 11 years ago
  68. 6dc86b4 Merge "RS: Add VP9 LoopFilter Intrinsic" by Jason Sams · 11 years ago
  69. 41de304 Resolve x86_64 relocations in RS. by Xiaofei Wan · 11 years ago
  70. 1c43c01 Merge "Define FAKE_ARM64_BUILD for all 64bit targets." by Ian Rogers · 11 years ago
  71. 3cdd1fb Define FAKE_ARM64_BUILD for all 64bit targets. by Ian Rogers · 11 years ago
  72. 0e780a7 Merge "Move renderscript over to __clear_cache (compiler-rt)." by Narayan Kamath · 11 years ago
  73. 6fc3e12 RS: Add VP9 LoopFilter Intrinsic by Matthieu Delahaye · 11 years ago
  74. 00dbeac Merge "Revert "RS: Add VP9 LoopFilter Intrinsic"" by Jason Sams · 11 years ago
  75. 933bdc9 Revert "RS: Add VP9 LoopFilter Intrinsic" by Jason Sams · 11 years ago
  76. 21dbc8b Merge "Solve four separate memory leaks related to rsdHalInit" by Jason Sams · 11 years ago
  77. 3028980 Merge "RS: Add VP9 LoopFilter Intrinsic" by Jason Sams · 11 years ago
  78. 64048e7 RS: Add VP9 LoopFilter Intrinsic by Matthieu Delahaye · 11 years ago
  79. 07ef704 Solve four separate memory leaks related to rsdHalInit by Jens Gulin · 11 years ago
  80. 693494d Merge "Make RS compile on ARM64." by Tim Murray · 11 years ago
  81. 4719c4a Merge "Fixed incorrect max range value for convert tests." by Jean-Luc Brouillet · 11 years ago
  82. 6f546bc Merge "Revert "RS: Add VP9 LoopFilter Intrinsic"" by Jason Sams · 11 years ago
  83. 1e2aedb Revert "RS: Add VP9 LoopFilter Intrinsic" by Jason Sams · 11 years ago
  84. e4ddc86 Merge "RS: Add VP9 LoopFilter Intrinsic" by Jason Sams · 11 years ago
  85. e195a3f Make RS compile on ARM64. by Tim Murray · 11 years ago
  86. 2f281cf Fixed incorrect max range value for convert tests. by Jean-Luc Brouillet · 11 years ago
  87. 72f5f8c Move renderscript over to __clear_cache (compiler-rt). by Narayan Kamath · 11 years ago
  88. e4749f3 RS: Add VP9 LoopFilter Intrinsic by Matthieu Delahaye · 11 years ago
  89. e02dc78 Merge "Enable more advanced CTS tests." by Jean-Luc Brouillet · 11 years ago
  90. bcd5b9a Enable more advanced CTS tests. by Jean-Luc Brouillet · 11 years ago
  91. d41722c Merge "Fix build issues with external patch." by Jason Sams · 11 years ago
  92. 0cd2ff2 Merge "Add VP9 inter-frame prediction intrinsic" by Jason Sams · 11 years ago
  93. 83f304c Fix build issues with external patch. by Jason Sams · 11 years ago
  94. 60498fe Add VP9 inter-frame prediction intrinsic by Matthieu Delahaye · 11 years ago
  95. 010a10b Merge "Add unsigned atomics" by Jason Sams · 11 years ago
  96. 8e1f8dc Add unsigned atomics by Jason Sams · 11 years ago
  97. 6901021 Merge "Use arch-specific flags." by Ying Wang · 11 years ago
  98. 02170e6 Use arch-specific flags. by Ying Wang · 11 years ago
  99. dd70a88 Merge "Optimisations to blur intrinsic." by Jason Sams · 11 years ago
  100. 4467880 Optimisations to blur intrinsic. by Simon Hosie · 11 years ago