1. a140d9d Add native variants of more math lib functions. by Jason Sams · 10 years ago
  2. a36c50a Add 64bit large object support by Jason Sams · 10 years ago
  3. 4b3c34e Adds support for multi-input kernels to Frameworks/RS. by Chris Wailes · 10 years ago
  4. ac8d146 Switch the dimensions array to use uint32_t instead of size_t. by Stephen Hines · 10 years ago
  5. 461178e Fix rootn(-5, 0) to return inf by Jason Sams · 10 years ago
  6. fa6f90e Switch to large objects for 64-bit. by Tim Murray · 10 years ago
  7. 16cfba2 Update how the debug runtime is built for 64-bit. by Tim Murray · 10 years ago
  8. be46aa6 Correctly build 64-bit runtime library by splitting into 32 and 64 components. by Tim Murray · 10 years ago
  9. e3af53b Update structs and defines for 64-bit. by Tim Murray · 10 years ago
  10. 60fe47d Update runtime stubs. by Tim Murray · 10 years ago
  11. 1efb819 Add support for LOCAL_SRC_FILES_<extra> to build_bc_lib.mk. by Tim Murray · 10 years ago
  12. 3ff0fe7 Cleanup 64bit and remove deprecated functions by Jason Sams · 10 years ago
  13. c17fa06 Switch to use slang/rs_version.mk for consistency. by Stephen Hines · 10 years ago
  14. c944fc8 Fix errors with native_powr and small numbers. by Jason Sams · 10 years ago
  15. 53826db Implement long/double min/max by Jason Sams · 10 years ago
  16. 70404fa Switch to using LLVM intrinsics for conversions by Jason Sams · 10 years ago
  17. 0f55836 Fix float to long convert bug. by Jean-Luc Brouillet · 10 years ago
  18. 69cf14d Merge "Fix precision issues with half_recip, half_sqrt, and half_rsqrt" by Jason Sams · 10 years ago
  19. ba92a70 Fix precision issues with half_recip, half_sqrt, and half_rsqrt by Jason Sams · 10 years ago
  20. 3a830c0 Fix x86_64 multiply defined symbol errors. by Stephen Hines · 10 years ago
  21. 8c24cd6 Update fw/rs for Clang 3.5. by Tim Murray · 10 years ago
  22. 087fa6e Merge "Remove VP9-related runtime functions." by Tim Murray · 10 years ago
  23. 5537da4 Disconnect the ANativewindow before destroy the DrvAllocation. by Tong, Bo · 10 years ago
  24. 07ef704 Solve four separate memory leaks related to rsdHalInit by Jens Gulin · 10 years ago
  25. e195a3f Make RS compile on ARM64. by Tim Murray · 10 years ago
  26. bcd5b9a Enable more advanced CTS tests. by Jean-Luc Brouillet · 10 years ago
  27. 8e1f8dc Add unsigned atomics by Jason Sams · 10 years ago
  28. 039aa29 Merge "Implement vector load/store." by Jason Sams · 10 years ago
  29. 41660c4 Implement vector load/store. by Jason Sams · 10 years ago
  30. d8c4983 Add long & double conversions. by Jason Sams · 10 years ago
  31. 5158f4b Merge "Add getPointer for USAGE_SHARED allocations." by Tim Murray · 10 years ago
  32. b8a94e2 Add getPointer for USAGE_SHARED allocations. by Jason Sams · 10 years ago
  33. 0b0bcff Fix the sign issue on pown(). by Jean-Luc Brouillet · 10 years ago
  34. 531ee4e Remove VP9-related runtime functions. by Tim Murray · 10 years ago
  35. 3e0d1e7 Fix normalize and fast_normalize. by Jean-Luc Brouillet · 10 years ago
  36. b1657a5 rs: build bc files for multiple architectures by Colin Cross · 10 years ago
  37. 1b0b0ba Revert "rs: build bc files for multiple architectures" by Colin Cross · 10 years ago
  38. 448c4db rs: build bc files for multiple architectures by Colin Cross · 10 years ago
  39. d941ee1 Merge "Fix normalize(float)" by Jason Sams · 10 years ago
  40. c3f2748 Fix mac build. by Jason Sams · 10 years ago
  41. d22e2e2 Clean up naming of VP9 support functions. by Jason Sams · 10 years ago
  42. afdb47f Merge "Add image computing oriented builtin functions" by Jason Sams · 10 years ago
  43. 197fc09 Add image computing oriented builtin functions by Matthieu Delahaye · 10 years ago
  44. 5eaa97c Fix half* failing to load by Jean-Luc Brouillet · 10 years ago
  45. fce65a4 Fix normalize(float) by Jason Sams · 10 years ago
  46. 0dff3fc Merge "Fix clz implementation for types with size < 4 bytes." by Stephen Hines · 10 years ago
  47. 1788153 Merge "Fix half_recip decls." by Jason Sams · 10 years ago
  48. beac9ca Fix half_recip decls. by Jason Sams · 10 years ago
  49. c117d8d Fix clz implementation for types with size < 4 bytes. by Stephen Hines · 10 years ago
  50. 0ec1635 Implement version of step() that takes a scalar edge and a vector for the other argument. by Jean-Luc Brouillet · 11 years ago
  51. c3cfa12 Produce librsrt_<ARCH>.bc files as host shared libraries. by Stephen Hines · 11 years ago
  52. cadee38 Add missing functions and tests for support library. by Stephen Hines · 11 years ago
  53. 1b49037 Merge "implement finish" by Jason Sams · 11 years ago
  54. a5d9bef Add tests for rsDebug() in support library and fix exported functions. by Stephen Hines · 11 years ago
  55. 70537f5 Retain older message APIs since existing GPU drivers depend on them. by Stephen Hines · 11 years ago
  56. 276000a Add missing rsForEach()/rsSendToClient*() functions and API tests. by Stephen Hines · 11 years ago
  57. 9761c3f implement finish by Jason Sams · 11 years ago
  58. 7a01126 Add tests and missing functions for rs_allocation APIs. by Stephen Hines · 11 years ago
  59. f827cad Add rsIsObject() to support library implementation. by Stephen Hines · 11 years ago
  60. e30a05a Fix target names for x86. by Stephen Hines · 11 years ago
  61. 4da4250 Remove references/use of ARCH_X86_HAVE_* in frameworks/rs. by Stephen Hines · 11 years ago
  62. 9dae48e Fix hang in levels. by Jason Sams · 11 years ago
  63. 0052f8d Fix for YUV bugs by Jason Sams · 11 years ago
  64. 61656a7 Cleanup type offsets which cannot be calculated for flexible YUV. by Jason Sams · 11 years ago
  65. 146e138 Refactor the libbcc runtime for x86 platform by Stephen Hines · 11 years ago
  66. 2d7d0b2 am 470a2f85: am 10f31703: Fix up dependencies further for RS compatibility library. by Stephen Hines · 11 years ago
  67. 10f3170 Fix up dependencies further for RS compatibility library. by Stephen Hines · 11 years ago
  68. e6b3d13 Move mmanWindows.* to proper locations. by Stephen Hines · 11 years ago
  69. 9e9e633 Use BUILD instead of HOST for bcc_strip_attr. by Stephen Hines · 11 years ago
  70. ddceab9 Refactor hal to remove cpuConsumer from drivers by Jason Sams · 11 years ago
  71. 126adc5 separate BufferQueue's producer and consumer sides by Mathias Agopian · 11 years ago
  72. 2644c42 am 9b21cf51: am 1033b597: Fix Windows build issues for librsloader. by Raphael Moll · 11 years ago
  73. 8b9b3aa Clean up sloppy switch/case code. by Stephen Hines · 11 years ago
  74. 1ed5ef9 Provide Renderscript TBAA metadata for allocations by Tobias Grosser · 11 years ago
  75. 1033b59 Fix Windows build issues for librsloader. by Raphael Moll · 11 years ago
  76. 861cab4 Merge "Extract trivial rs(Get/Set)ElementAtImpl() method" by Stephen Hines · 11 years ago
  77. 3cec906 remove some old pixel formats by Mathias Agopian · 11 years ago
  78. f1ba8b8 Merge "Remove unused and incorrect code" by Stephen Hines · 11 years ago
  79. b18ab3a Remove unused and incorrect code by Tobias Grosser · 11 years ago
  80. 98f1f05 Extract trivial rs(Get/Set)ElementAtImpl() method by Tobias Grosser · 11 years ago
  81. 3318d18 revert to using a pbuffer as the dummy egl surface by Mathias Agopian · 11 years ago
  82. 797e2b7 Merge "always pass the BufferQueue explicitely to consumers" by Mathias Agopian · 11 years ago
  83. d232558 always pass the BufferQueue explicitely to consumers by Mathias Agopian · 11 years ago
  84. 6ba6c66 Move linkloader into cpu_ref/ instead of driver/. by Stephen Hines · 11 years ago
  85. 140a7ac resolved conflicts for merge of 5376c9bf to master by Stephen Hines · 11 years ago
  86. b0934b6 Remove libutils and fix rsDebug for RS support library. by Stephen Hines · 11 years ago
  87. a221f56 Implement MemChunk::registerAllocFreeCallbacks(). by Stephen Hines · 11 years ago
  88. 582b364 Take absolute value of value for fast_length(). by Stephen Hines · 11 years ago
  89. 080e2ef Build NEON run-time when targetting cortex-a15 by Tobias Grosser · 11 years ago
  90. 5a47020 Move RS runtime to frameworks/rs. by Stephen Hines · 11 years ago
  91. c38948d Merge "Remove unnecessary tests from RS build." by Tim Murray · 11 years ago
  92. e881678 am c88bcef4: Don\'t call free on MallocPtr not from Malloc by Sakshi Agrawal · 11 years ago
  93. 224acfd Remove unnecessary tests from RS build. by Tim Murray · 11 years ago
  94. c88bcef Don't call free on MallocPtr not from Malloc by Sakshi Agrawal · 11 years ago
  95. 2734b50 am aafa7a84: Fix IO_OUTPUT teardown issue. by Tim Murray · 11 years ago
  96. aafa7a8 Fix IO_OUTPUT teardown issue. by Tim Murray · 11 years ago
  97. bef2bae Merge "Provide a mechanism for adjusting RSCompilerDriver after construction." by Stephen Hines · 11 years ago
  98. b7d9c80 Provide a mechanism for adjusting RSCompilerDriver after construction. by Stephen Hines · 11 years ago
  99. 4a17f28 Remove unnecessary set_buffer_count by Jason Sams · 11 years ago
  100. cca3d6c Add support for DEBUG context type. by Stephen Hines · 11 years ago