1. fef0cd4 Various fixes in setting globals in a script group by Yang Ni · 9 years ago
  2. e0bb9e8 Clarify vertical fetch loop in Blur assembly. by Simon Hosie · 9 years ago
  3. f5eb324 Add -Wextra to our RS build. by Stephen Hines · 9 years ago
  4. 9195e51 Update IntrinsicBLAS call to gemmlowp after rebase. by Miao Wang · 9 years ago
  5. e2af295 Rename some instructions to compile with llvm and gas. by Chih-Hung Hsieh · 9 years ago
  6. 14ce007 Add a basic implementation of the reduce kernel API to the CPU by Matt Wala · 9 years ago
  7. 83268ff Merge "Add a flag to the API to specify -O0 on the bcc command line." by Stephen Hines · 9 years ago
  8. f502980 Add a flag to the API to specify -O0 on the bcc command line. by verena beckham · 9 years ago
  9. 5d70cb5 Fix GetCpuInfo() routine to correctly check the cpuinfo file to make by Miao Wang · 9 years ago
  10. 223231f Update eight_bit_int_gemm call after gemmlowp rebase and provide by Miao Wang · 9 years ago
  11. e941f18 Making libRSSupport able to optionally bundle libblas(V8) through dlopen by Miao Wang · 9 years ago
  12. 99d0e81 Update the BNNM cpu reference implementation with NEON friendly gemmlowp. by Miao Wang · 9 years ago
  13. 11fd9ec CPU ref: Fix potential buffer over-read / uninitialized memory access. by Matt Wala · 9 years ago
  14. cac1800 Merge "Make support lib CPU driver able to access IntrinsicBLAS" by Miao Wang · 9 years ago
  15. 4b5b295 Make support lib CPU driver able to access IntrinsicBLAS by Miao Wang · 9 years ago
  16. 06deda3 update the offset type for BLAS.BNNM by Miao Wang · 9 years ago
  17. 8b7ddc3 Merge "Fix BLEND_DST_ATOP and disable vectorized optimizations temporarily." by Stephen Hines · 9 years ago
  18. 1efae29 Avoid overwriting shared library file that is open by Yang Ni · 9 years ago
  19. 820e22b Fix BLEND_DST_ATOP and disable vectorized optimizations temporarily. by Stephen Hines · 9 years ago
  20. 565f981 Merge "Skip the checksum if we have precompiled code on the /system/ partition." by Stephen Hines · 9 years ago
  21. 1c20667 Check for kernel chaining in ScriptGroup by Yang Ni · 9 years ago
  22. 6a236ad Skip the checksum if we have precompiled code on the /system/ partition. by Stephen Hines · 9 years ago
  23. c5b28f7 Merge "Remove dead uses of RSCompilerDriver and of compiler callbacks." by David Gross · 9 years ago
  24. b043df0 Remove dead uses of RSCompilerDriver and of compiler callbacks. by David Gross · 9 years ago
  25. b59f313 Merge "Avoid casting for CpuScript object" by Yang Ni · 9 years ago
  26. c246d91 Fix memory leak when rs invoke function by Yong Chen · 9 years ago
  27. cbff7bc Avoid casting for CpuScript object by Yang Ni · 9 years ago
  28. cee9e98 Merge changes from topic 'global_info' by Stephen Hines · 9 years ago
  29. 5aa018c Update RS driver to support extraction of global variable properties. by Stephen Hines · 9 years ago
  30. c060f14 Use "override" instead of "virtual" when replacing methods. by Stephen Hines · 9 years ago
  31. 902077a Merge "Don't use TEMP_FAILURE_RETRY on close in frameworks/rs." by Elliott Hughes · 9 years ago
  32. 2df5767 Don't use TEMP_FAILURE_RETRY on close in frameworks/rs. by Elliott Hughes · 9 years ago
  33. 8237638 Generate global info for fused kernel by Yang Ni · 9 years ago
  34. 5cb19fd Let vendor drivers access global-variable flags by Pirama Arumuga Nainar · 9 years ago
  35. 6063b3e Merge "remove dead code (ALOGE) in rsCpuIntrinsicBLAS.cpp" by Miao Wang · 9 years ago
  36. e64c3d5 remove dead code (ALOGE) in rsCpuIntrinsicBLAS.cpp by Miao Wang · 9 years ago
  37. 0be70c6 Merge "Add /system/vendor/{lib|lib64} to linker args" by Pirama Arumuga Nainar · 9 years ago
  38. 1de97c3 Merge "Add RSGlobalInfoPass information to RS driver." by Jason Sams · 9 years ago
  39. 682672e Add /system/vendor/{lib|lib64} to linker args by Pirama Arumuga Nainar · 9 years ago
  40. 5e5ca42 Merge "Add a way to link against different driver names." by Jason Sams · 9 years ago
  41. 08ef7b7 fix the CHER, CHPR, ZHER, ZHPR crash due to incorrect param order. by Miao Wang · 9 years ago
  42. b75ba0f fix RsBlas_xgemv and RsBlas_xgbmv crash. (typo) by Miao Wang · 9 years ago
  43. 4c368af Add a way to link against different driver names. by Stephen Hines · 9 years ago
  44. 8409d64 Add RSGlobalInfoPass information to RS driver. by Stephen Hines · 9 years ago
  45. 80afd42 SetError if forEachMtlsSetup fails sanity check by Pirama Arumuga Nainar · 9 years ago
  46. 38014b1 Merge "Tweak arguments to ld.mc" by Pirama Arumuga Nainar · 9 years ago
  47. c2be413 Tweak arguments to ld.mc by Pirama Arumuga Nainar · 9 years ago
  48. 247f8ee Code cleanup: Remove unused typedefs and declarations. by Logan Chien · 9 years ago
  49. f6dc05e Merge "Dedup checksum calculation routines" by Yang Ni · 9 years ago
  50. cb17015 Dedup checksum calculation routines by Yang Ni · 9 years ago
  51. a9139c7 Fix allocation-less launches. by Jason Sams · 9 years ago
  52. 0ced82a Merge "Rename BGEMM to BNNM. Modify layout of eight-bit GEMM-like intrinsic storage." by Tim Murray · 9 years ago
  53. 2b99988 Rename BGEMM to BNNM. Modify layout of eight-bit GEMM-like intrinsic storage. by Tim Murray · 9 years ago
  54. f02a2b0 Compute checksum for script group generated code by Yang Ni · 10 years ago
  55. 8b94222 Added a name to ScriptGroup2 by Yang Ni · 10 years ago
  56. 6363723 remove dead code by Jason Sams · 9 years ago
  57. ca3c91f Merge "Assembly optimisations for Resize." by Jason Sams · 10 years ago
  58. aff7445 Add eight-bit GEMM-like intrinsic. by Tim Murray · 10 years ago
  59. 3a98366 Assembly optimisations for Resize. by Simon Hosie · 10 years ago
  60. bd0af2d Clean up ScriptGroup2 implementation by Yang Ni · 10 years ago
  61. 7ce3943 Remove uses of libcxx.mk. by Dan Albert · 10 years ago
  62. 2fa8a23 Wrap TEMP_FAILURE_RETRY around system calls by Pirama Arumuga Nainar · 10 years ago
  63. d6f44bc Remove unnecessary include of RSInfo.h by Pirama Arumuga Nainar · 10 years ago
  64. 59b35f2 Fix issues with >2D launches by Jason Sams · 10 years ago
  65. b0abb14 Pass RsExpandKernelDriverInfo not RsExpandKernelParams. by David Gross · 10 years ago
  66. 958d8b2 Merge "Handle FP precision in kernel fusion" by Yang Ni · 10 years ago
  67. dced5c9 Add new APIs rsGetDim[XYZ]() and add RSTest test cases to exercise them. by David Gross · 10 years ago
  68. edf4ea3 Handle FP precision in kernel fusion by Yang Ni · 10 years ago
  69. 062c287 Runtime support for Script Group as single module by Yang Ni · 10 years ago
  70. 506cb4f am ad1930cf: Merge "Add build fingerprint and ensure match on .so load" by Pirama Arumuga Nainar · 10 years ago
  71. ad1930c Merge "Add build fingerprint and ensure match on .so load" by Pirama Arumuga Nainar · 10 years ago
  72. aa6757f Add build fingerprint and ensure match on .so load by Pirama Arumuga Nainar · 10 years ago
  73. 8bce1b6 am 3e5318a3: Merge "Move use of tempnam to mkstemp." by Yabin Cui · 10 years ago
  74. 3e5318a Merge "Move use of tempnam to mkstemp." by Yabin Cui · 10 years ago
  75. 433558f Move use of tempnam to mkstemp. by Yabin Cui · 10 years ago
  76. 8186f5c am 405710bf: Merge "Moved class ScriptExecutable to its own module" by Yang Ni · 10 years ago
  77. 2abfcc6 Moved class ScriptExecutable to its own module by Yang Ni · 10 years ago
  78. e9d5ce1 am e15ea72b: Merge "Remove STL references from header files" by Yang Ni · 10 years ago
  79. 5b15e92 am e9c79f66: Merge "Revert "Replaced android::Vector with std::vector."" by Yang Ni · 10 years ago
  80. c31585b Remove STL references from header files by Yang Ni · 10 years ago
  81. e9c79f6 Merge "Revert "Replaced android::Vector with std::vector."" by Yang Ni · 10 years ago
  82. 6673c80 Merge commit '5d459b53fbc1ad6e52940c358d009393945c4f45' into HEAD by Bill Yi · 10 years ago
  83. 5c061d1 Merge "Move bcc::getCommandLine to fw/rs" by Pirama Arumuga Nainar · 10 years ago
  84. 508b1af Move bcc::getCommandLine to fw/rs by Pirama Arumuga Nainar · 10 years ago
  85. 64c682b Add BLAS to supported intrinsics. by Tim Murray · 10 years ago
  86. b8353c5 Revert "Replaced android::Vector with std::vector." by Yang Ni · 10 years ago
  87. 9e5a1bd am 1ce0dfd8: Merge "Reformat and remove STL reference from header" by Yang Ni · 10 years ago
  88. ff2bb54 Reformat and remove STL reference from header by Yang Ni · 10 years ago
  89. 2dc2c22 am 841ba73b: Merge "Runtime support for invocables in ScriptGroups" by Yang Ni · 10 years ago
  90. 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
  91. eb9aa67 Runtime support for invocables in ScriptGroups by Yang Ni · 10 years ago
  92. fe4f02f 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
  93. f3213d7 Make rsContext be able to have info about the path of native libs by Miao Wang · 10 years ago
  94. 0371d55 am cd32123c: Merge "Runtime support for compiler kernel fusion." by Yang Ni · 10 years ago
  95. da0f069 Runtime support for compiler kernel fusion. by Yang Ni · 10 years ago
  96. eea118c am f5e39bba: Merge "Remove STL references from header files" by Yang Ni · 10 years ago
  97. e8f9fba Remove STL references from header files by Yang Ni · 10 years ago
  98. 9031b4b am 104c694d: Merge "Mark scripts as threadable or not" by Pirama Arumuga Nainar · 10 years ago
  99. 68173de Mark scripts as threadable or not by Pirama Arumuga Nainar · 10 years ago
  100. 9a91466 am f9630165: Merge "add array launch support." by Jason Sams · 10 years ago