1. b91add7 Expand AArch64 YuvToRGB to use more registers. by Simon Hosie · 11 years ago
  2. 48fab7f Tail-store fixes to AArch64 YuvToRGB assembly. by Simon Hosie · 11 years ago
  3. ee7d3f4 Merge "Fix wrong machine identifier for AArch64 in linkloader." by Stephen Hines · 11 years ago
  4. 9adc78b Fix wrong machine identifier for AArch64 in linkloader. by Stephen Hines · 11 years ago
  5. 88f462c Merge "Implement getMaxNumStubs() for x86 and x86_64." by Stephen Hines · 11 years ago
  6. 5e62c3a Implement getMaxNumStubs() for x86 and x86_64. by Xiaofei Wan · 11 years ago
  7. 45aef35 Merge "Fix two bugs in cpu_ref" by Tim Murray · 11 years ago
  8. 45d29c4 Fix two bugs in cpu_ref by Yong Chen · 11 years ago
  9. c73fdbd Merge "Clean up makefile cruft." by Dan Albert · 11 years ago
  10. d1cfb51 Clean up makefile cruft. by Dan Albert · 11 years ago
  11. 97df6f6 Merge "[MIPS] Add GOT right below the text section" by Stephen Hines · 11 years ago
  12. eac3e9b [MIPS] Add GOT right below the text section by Petar Jovanovic · 11 years ago
  13. 2993761 Merge "Fix bugs for x86 platform" by Stephen Hines · 11 years ago
  14. a0cdfe0 Fix bugs for x86 platform by Yong Chen · 11 years ago
  15. 3e4e505 Merge "Fix rsSetElementAtImpl and triple." by Stephen Hines · 11 years ago
  16. e0cdd4f Fix rsSetElementAtImpl and triple. by Tim Murray · 11 years ago
  17. f89af22 Merge "Build RS runtime libraries using our arm and aarch64 triples only." by Stephen Hines · 11 years ago
  18. 8641b7c Build RS runtime libraries using our arm and aarch64 triples only. by Stephen Hines · 11 years ago
  19. 4fd5d37 Merge "Fix RS tests to prepare for 64-bit compilation." by Stephen Hines · 11 years ago
  20. da2f071 Merge "Fix x86 build for SSSE3." by Dan Albert · 11 years ago
  21. ebf0eb9 Fix x86 build for SSSE3. by Dan Albert · 11 years ago
  22. f751803 Fix RS tests to prepare for 64-bit compilation. by Stephen Hines · 11 years ago
  23. 81cfa2c Merge "Replace NULL macros with nullptr literals." by Stephen Hines · 11 years ago
  24. 44bef6f Replace NULL macros with nullptr literals. by Chris Wailes · 11 years ago
  25. 4bb773e Merge "Replace android::String8 with std::string" by Stephen Hines · 11 years ago
  26. 6847e73 Replace android::String8 with std::string by Chris Wailes · 11 years ago
  27. 74f0b28 Merge "Add -Wno-deprecated-register to handle external/freetype." by Stephen Hines · 11 years ago
  28. d2d07ac Add -Wno-deprecated-register to handle external/freetype. by Stephen Hines · 11 years ago
  29. 3fa79f8 Merge changes I4c6abd96,I9bcf36d0 by Stephen Hines · 11 years ago
  30. db0a8d1 Merge "Rename rsCpuIntrinsics_x86 to a C++ source file." by Stephen Hines · 11 years ago
  31. 7de1920 Rename rsCpuIntrinsics_x86 to a C++ source file. by Stephen Hines · 11 years ago
  32. 93d6bc8 Replaced android::Vector with std::vector. by Chris Wailes · 11 years ago
  33. cdb7845 Merge "Remove the instep parameter." by Stephen Hines · 11 years ago
  34. 70d4971 Adjust to handle the change to std::vector in libbcc. by Chris Wailes · 11 years ago
  35. 9ed7910 Remove the instep parameter. by Chris Wailes · 11 years ago
  36. bec9c94 Merge "Explicitly accept RS large objects as references." by Tim Murray · 11 years ago
  37. 4e36337 Explicitly accept RS large objects as references. by Yong Chen · 11 years ago
  38. 8d63899 Merge "Collapse code paths for single- and multi-input kernels." by Stephen Hines · 11 years ago
  39. f371213 Collapse code paths for single- and multi-input kernels. by Chris Wailes · 11 years ago
  40. cd8df40 Merge "Revert "Collapse code paths for single- and multi-input kernels."" by Stephen Hines · 11 years ago
  41. 4b2bea3 Revert "Collapse code paths for single- and multi-input kernels." by Stephen Hines · 11 years ago
  42. f2dd165 Merge "Collapse code paths for single- and multi-input kernels." by Stephen Hines · 11 years ago
  43. 818cfa0 Collapse code paths for single- and multi-input kernels. by Chris Wailes · 11 years ago
  44. fb0a274 Merge "Add support for MIPS64 in linkloader" by Stephen Hines · 11 years ago
  45. b463eb4 Merge "Bugfixes for AArch64." by Tim Murray · 11 years ago
  46. b6e0c39 Merge "Fix isObject when in 64bit mode." by Tim Murray · 11 years ago
  47. 4d36a9f Merge "Add enum for OEM defined intrinsics." by Jason Sams · 11 years ago
  48. 6a45ddb Bugfixes for AArch64. by Tim Murray · 11 years ago
  49. 05ef73f Fix isObject when in 64bit mode. by Jason Sams · 11 years ago
  50. d24e256 Add enum for OEM defined intrinsics. by Jason Sams · 11 years ago
  51. 3667cbd Merge "Fix the build." by Dan Albert · 11 years ago
  52. 3a3dfe7 Fix the build. by Dan Albert · 11 years ago
  53. ad0544f Merge "Fix relocation issue for AArch64." by Tim Murray · 11 years ago
  54. 4064a98 Merge "Validate input/output for a ScriptGroup." by Yang Ni · 11 years ago
  55. 5f6f16f Validate input/output for a ScriptGroup. by Yang Ni · 11 years ago
  56. 9aaebe5 Fix relocation issue for AArch64. by Tim Murray · 11 years ago
  57. 785096e Update time_t definition for 64-bit. by Tim Murray · 11 years ago
  58. 3a5475c Merge "Update time_t definition for 64-bit." by Tim Murray · 11 years ago
  59. c329c42 Merge "Fix linker veneer for aarch64 in renderscript" by Stephen Hines · 11 years ago
  60. 4e42468 Fix linker veneer for aarch64 in renderscript by Dave Allison · 11 years ago
  61. 91a93ad Merge "Added a test for struct output with multi-in." by Stephen Hines · 11 years ago
  62. 28c8f3a Merge "Split the RsForEachStubParamStruct in two." by Stephen Hines · 11 years ago
  63. 1f88f08 Merge "Fix rsg_generator.c to properly propagate NULL values." by Stephen Hines · 11 years ago
  64. fb8fe82 Merge changes I2a12d44b,I393f801e by Stephen Hines · 11 years ago
  65. 4a7c5fc Merge "Arbitrary sub-rectangle handling for ColorMatrix." by Jason Sams · 11 years ago
  66. 997bb34 Pass -Bsymbolic to the linker from clang when compiling against stlport_static. by Stephen Hines · 11 years ago
  67. c29686a Update RS for LLVM rebase to r212749. by Stephen Hines · 11 years ago
  68. ba21d8e Merge "Remove duplicated function." by Jason Sams · 11 years ago
  69. 9a2bcc5 Remove duplicated function. by Jason Sams · 11 years ago
  70. be55306 Merge "Add native variants of more math lib functions." by Jason Sams · 11 years ago
  71. a140d9d Add native variants of more math lib functions. by Jason Sams · 11 years ago
  72. db896f0 Fix rsg_generator.c to properly propagate NULL values. by Chris Wailes · 11 years ago
  73. b43d5d8 Merge "Deprecate rs_fp_imprecise" by Jean-Luc Brouillet · 11 years ago
  74. 80ef693 Split the RsForEachStubParamStruct in two. by Chris Wailes · 11 years ago
  75. 3d3d734 Added a test for struct output with multi-in. by Chris Wailes · 11 years ago
  76. a3a0824 Add support for MIPS64 in linkloader by Petar Jovanovic · 11 years ago
  77. 42e563a Merge "Remove obsolete WAR." by Jason Sams · 11 years ago
  78. 8b6ea8f Remove obsolete WAR. by Jason Sams · 11 years ago
  79. f4d3836 Deprecate rs_fp_imprecise by Jean-Luc Brouillet · 11 years ago
  80. 133a850 Merge "Add missing delete operators to Type and Element." by Tim Murray · 11 years ago
  81. 49a8777 Add missing delete operators to Type and Element. by Tim Murray · 11 years ago
  82. 8c8eb23 Merge "Add 64bit large object support" by Tim Murray · 11 years ago
  83. a36c50a Add 64bit large object support by Jason Sams · 11 years ago
  84. 60506d9 Merge "Fix build break for size_t vs. uint32_t difference." by Stephen Hines · 11 years ago
  85. c5a2017 Fix build break for size_t vs. uint32_t difference. by Stephen Hines · 11 years ago
  86. db69bf0 Merge "Adds support for multi-input kernels to Frameworks/RS." by Stephen Hines · 11 years ago
  87. 4b3c34e Adds support for multi-input kernels to Frameworks/RS. by Chris Wailes · 11 years ago
  88. cb51798 Moved RsForEachStubParamStruct out of rs_hal.h and into rsCpuCore.h. by Chris Wailes · 11 years ago
  89. 11007c7 Merge "Moved RsForEachStubParamStruct out of rs_hal.h and into rsCpuCore.h." by Stephen Hines · 11 years ago
  90. e54acd4 Merge "Fix build break from unnecessary assert." by Tim Murray · 11 years ago
  91. ddafe09 Fix build break from unnecessary assert. by Tim Murray · 11 years ago
  92. 3cba6f0 Merge "Move element and type allocations to the HAL allocator." by Tim Murray · 11 years ago
  93. 665eafe Move element and type allocations to the HAL allocator. by Tim Murray · 11 years ago
  94. ea8180f Merge "Minor fixes for image processing." by Jason Sams · 11 years ago
  95. 05b2693 Minor fixes for image processing. by Jason Sams · 11 years ago
  96. 32e093a Merge "Use build fingerprint and compile command for caching." by Jean-Luc Brouillet · 11 years ago
  97. 40e35cd Use build fingerprint and compile command for caching. by Jean-Luc Brouillet · 11 years ago
  98. a3f7905 Merge "Add in a missing unlockMutex() on an error path." by Stephen Hines · 11 years ago
  99. f94e8db Add in a missing unlockMutex() on an error path. by Stephen Hines · 11 years ago
  100. 1c3b028 Merge "Pass context creation flags to driver init." by Jason Sams · 11 years ago