1. 28c8f3a Merge "Split the RsForEachStubParamStruct in two." by Stephen Hines · 10 years ago
  2. 1f88f08 Merge "Fix rsg_generator.c to properly propagate NULL values." by Stephen Hines · 10 years ago
  3. fb8fe82 Merge changes I2a12d44b,I393f801e by Stephen Hines · 10 years ago
  4. 4a7c5fc Merge "Arbitrary sub-rectangle handling for ColorMatrix." by Jason Sams · 10 years ago
  5. 997bb34 Pass -Bsymbolic to the linker from clang when compiling against stlport_static. by Stephen Hines · 10 years ago
  6. c29686a Update RS for LLVM rebase to r212749. by Stephen Hines · 10 years ago
  7. ba21d8e Merge "Remove duplicated function." by Jason Sams · 10 years ago
  8. 9a2bcc5 Remove duplicated function. by Jason Sams · 10 years ago
  9. be55306 Merge "Add native variants of more math lib functions." by Jason Sams · 10 years ago
  10. a140d9d Add native variants of more math lib functions. by Jason Sams · 10 years ago
  11. db896f0 Fix rsg_generator.c to properly propagate NULL values. by Chris Wailes · 10 years ago
  12. b43d5d8 Merge "Deprecate rs_fp_imprecise" by Jean-Luc Brouillet · 10 years ago
  13. 80ef693 Split the RsForEachStubParamStruct in two. by Chris Wailes · 10 years ago
  14. 42e563a Merge "Remove obsolete WAR." by Jason Sams · 10 years ago
  15. 8b6ea8f Remove obsolete WAR. by Jason Sams · 10 years ago
  16. f4d3836 Deprecate rs_fp_imprecise by Jean-Luc Brouillet · 10 years ago
  17. 133a850 Merge "Add missing delete operators to Type and Element." by Tim Murray · 10 years ago
  18. 49a8777 Add missing delete operators to Type and Element. by Tim Murray · 10 years ago
  19. 8c8eb23 Merge "Add 64bit large object support" by Tim Murray · 10 years ago
  20. a36c50a Add 64bit large object support by Jason Sams · 10 years ago
  21. 60506d9 Merge "Fix build break for size_t vs. uint32_t difference." by Stephen Hines · 10 years ago
  22. c5a2017 Fix build break for size_t vs. uint32_t difference. by Stephen Hines · 10 years ago
  23. db69bf0 Merge "Adds support for multi-input kernels to Frameworks/RS." by Stephen Hines · 10 years ago
  24. 4b3c34e Adds support for multi-input kernels to Frameworks/RS. by Chris Wailes · 10 years ago
  25. cb51798 Moved RsForEachStubParamStruct out of rs_hal.h and into rsCpuCore.h. by Chris Wailes · 10 years ago
  26. 11007c7 Merge "Moved RsForEachStubParamStruct out of rs_hal.h and into rsCpuCore.h." by Stephen Hines · 10 years ago
  27. e54acd4 Merge "Fix build break from unnecessary assert." by Tim Murray · 10 years ago
  28. ddafe09 Fix build break from unnecessary assert. by Tim Murray · 10 years ago
  29. 3cba6f0 Merge "Move element and type allocations to the HAL allocator." by Tim Murray · 10 years ago
  30. 665eafe Move element and type allocations to the HAL allocator. by Tim Murray · 10 years ago
  31. ea8180f Merge "Minor fixes for image processing." by Jason Sams · 10 years ago
  32. 05b2693 Minor fixes for image processing. by Jason Sams · 10 years ago
  33. 32e093a Merge "Use build fingerprint and compile command for caching." by Jean-Luc Brouillet · 10 years ago
  34. 40e35cd Use build fingerprint and compile command for caching. by Jean-Luc Brouillet · 10 years ago
  35. a3f7905 Merge "Add in a missing unlockMutex() on an error path." by Stephen Hines · 10 years ago
  36. f94e8db Add in a missing unlockMutex() on an error path. by Stephen Hines · 10 years ago
  37. 1c3b028 Merge "Pass context creation flags to driver init." by Jason Sams · 10 years ago
  38. 416f4b6 Pass context creation flags to driver init. by Jason Sams · 10 years ago
  39. 5190504 Merge "Use remainder of AArch64 register file in Blur." by Jason Sams · 10 years ago
  40. ed20ca1 Merge "Update Component to use proper large object sizes (256 bits vs. 32 bits)." by Stephen Hines · 10 years ago
  41. 7202c92 Update Component to use proper large object sizes (256 bits vs. 32 bits). by Stephen Hines · 10 years ago
  42. 162d651 Merge "Fix one last use of size_t instead of uint32_t." by Stephen Hines · 10 years ago
  43. f0a5078 Fix one last use of size_t instead of uint32_t. by Stephen Hines · 10 years ago
  44. 4bea0d3 Use remainder of AArch64 register file in Blur. by Simon Hosie · 10 years ago
  45. af3f15d Merge "Switch to using packed structures for our command buffers." by Stephen Hines · 10 years ago
  46. f047575 Switch to using packed structures for our command buffers. by Stephen Hines · 10 years ago
  47. ac8d146 Switch the dimensions array to use uint32_t instead of size_t. by Stephen Hines · 10 years ago
  48. b31d9c9 Merge "Switch rootn(f, 0) tests to expect +inf instead of NaN." by Stephen Hines · 10 years ago
  49. 86557f6 Switch rootn(f, 0) tests to expect +inf instead of NaN. by Stephen Hines · 10 years ago
  50. 03836b0 Merge "Switch the dimensions array to use uint32_t instead of size_t." by Stephen Hines · 10 years ago
  51. c765a55 Fix reversal of channels with flexible yuv. by Jason Sams · 10 years ago
  52. 99bfdec Only 1D Allocations can be bound in API 20+, so fix the test. by Stephen Hines · 10 years ago
  53. ba61895 Merge "Only 1D Allocations can be bound in API 20+, so fix the test." by Stephen Hines · 10 years ago
  54. c559d90 Merge "Fix reversal of channels with flexible yuv." by Jason Sams · 10 years ago
  55. 9f63f5d Merge "Fix rootn(-5, 0) to return inf" by Jason Sams · 10 years ago
  56. 461178e Fix rootn(-5, 0) to return inf by Jason Sams · 10 years ago
  57. 5557f33 Merge "Move the lib paths out of RSInfo." by Jean-Luc Brouillet · 10 years ago
  58. 9ab5094 Move the lib paths out of RSInfo. by Jean-Luc Brouillet · 10 years ago
  59. 3e2ed84 Merge "Disable background work by default." by Jason Sams · 10 years ago
  60. 8b0ab0a Merge "Fix Windows SDK build." by Andrew Hsieh · 10 years ago
  61. d94d3b9 Merge "Use relative addresses in Blend function table." by Jason Sams · 10 years ago
  62. 89b8ea8 Merge "Remove all graphics API usage from RSTest." by Stephen Hines · 10 years ago
  63. 8d50174 Fix Windows SDK build. by Logan Chien · 10 years ago
  64. 64af082 Remove all graphics API usage from RSTest. by Stephen Hines · 10 years ago
  65. 03ce7de Disable background work by default. by Jason Sams · 10 years ago
  66. b26cd99 Merge "Disable NEON libclcore for AArch64." by Tim Murray · 10 years ago
  67. bee48d7 Disable NEON libclcore for AArch64. by Tim Murray · 10 years ago
  68. 1109ae5 Merge "Add stub for x86 & x86_64." by Stephen Hines · 10 years ago
  69. 72151aa Add stub for x86 & x86_64. by Xiaofei Wan · 10 years ago
  70. f6328b8 Merge "Resolve R_X86_64_PC32 relocation type in RS." by Stephen Hines · 10 years ago
  71. 29dec29 Resolve R_X86_64_PC32 relocation type in RS. by Xiaofei Wan · 10 years ago
  72. 6526d96 Merge "Switch to large objects for 64-bit." by Tim Murray · 10 years ago
  73. fa6f90e Switch to large objects for 64-bit. by Tim Murray · 10 years ago
  74. 16cfba2 Update how the debug runtime is built for 64-bit. by Tim Murray · 10 years ago
  75. 162d49f Merge "Update how the debug runtime is built for 64-bit." by Tim Murray · 10 years ago
  76. 9d7e8d9 Merge "Fix CALL26/JUMP26 relocations for AARCH64" by Dave Allison · 10 years ago
  77. 77867c3 Fix CALL26/JUMP26 relocations for AARCH64 by Dave Allison · 10 years ago
  78. d45b443 Merge "Convert LUT loop to use scalar data types." by Jason Sams · 10 years ago
  79. ed157c8 Convert LUT loop to use scalar data types. by Jason Sams · 10 years ago
  80. 33916f7 Merge "Correctly build 64-bit runtime library by splitting into 32 and 64 components." by Tim Murray · 10 years ago
  81. c180b0a Merge "Update structs and defines for 64-bit." by Tim Murray · 10 years ago
  82. a979674 Merge "Remove FAKE_ARM64_BUILD now that we have 64 build working." by Jean-Luc Brouillet · 10 years ago
  83. be46aa6 Correctly build 64-bit runtime library by splitting into 32 and 64 components. by Tim Murray · 10 years ago
  84. f4d216e Remove FAKE_ARM64_BUILD now that we have 64 build working. by Jean-Luc Brouillet · 10 years ago
  85. e3af53b Update structs and defines for 64-bit. by Tim Murray · 10 years ago
  86. 45927b4 Merge "Add R_AARCH64_ADD_ABS_LO12_NC relocation to RS linkloader." by Dave Allison · 10 years ago
  87. d25f7a0 Add R_AARCH64_ADD_ABS_LO12_NC relocation to RS linkloader. by Dave Allison · 10 years ago
  88. c2c41ff Merge "[MIPS64] Enable mips64 build" by Stephen Hines · 10 years ago
  89. e8e408a [MIPS64] Enable mips64 build by Duane Sand · 10 years ago
  90. 6e7e258 Arbitrary sub-rectangle handling for ColorMatrix. by Simon Hosie · 10 years ago
  91. 5e0109a am f34ba456: Merge "Modify script loading behavior." by Tim Murray · 10 years ago
  92. f34ba45 Merge "Modify script loading behavior." by Tim Murray · 10 years ago
  93. 29809d1 Modify script loading behavior. by Tim Murray · 10 years ago
  94. b4a053e am 1d6ded25: Merge "Updated test files to use the RS_KERNEL macro." by Stephen Hines · 10 years ago
  95. 1d6ded2 Merge "Updated test files to use the RS_KERNEL macro." by Stephen Hines · 10 years ago
  96. 482bd65 am 822db82c: Merge "Update runtime stubs." by Tim Murray · 10 years ago
  97. 822db82 Merge "Update runtime stubs." by Tim Murray · 10 years ago
  98. 6a9cc72 Update runtime stubs. by Tim Murray · 10 years ago
  99. 61c1d15 am e36fbea7: Merge "We don\'t need these libraries in our prebuilts going forward." by Stephen Hines · 10 years ago
  100. e36fbea Merge "We don't need these libraries in our prebuilts going forward." by Stephen Hines · 10 years ago