1. 9b2b9ef Color Matrix improvements. by Jason Sams · 11 years ago
  2. 3cec906 remove some old pixel formats by Mathias Agopian · 11 years ago
  3. 729b6fe Add Sampler support to C++ API. by Tim Murray · 11 years ago
  4. 4a92d12 Move to dynamic dispatch. Add support for IoAllocation* in rs.spec. by Tim Murray · 11 years ago
  5. 0b8a2be Load from libRS or libRSSupport. by Tim Murray · 11 years ago
  6. a423096 Move C++ API over to function tables rather than linking libRS directly. by Tim Murray · 11 years ago
  7. f51f8c7 Merge "Move rs.h functions over to extern "C"." by Tim Murray · 11 years ago
  8. f1ba8b8 Merge "Remove unused and incorrect code" by Stephen Hines · 11 years ago
  9. b18ab3a Remove unused and incorrect code by Tobias Grosser · 11 years ago
  10. c2ce707 Move rs.h functions over to extern "C". by Tim Murray · 11 years ago
  11. d2b0cdd Merge "revert to using a pbuffer as the dummy egl surface" by Mathias Agopian · 11 years ago
  12. 1975451 Merge "Remove more String8" by Jason Sams · 11 years ago
  13. 48ecf6a Remove more String8 by Jason Sams · 11 years ago
  14. c206956 Merge "Removed unused methods from rs.spec." by Tim Murray · 11 years ago
  15. 8c1da3f Removed unused methods from rs.spec. by Tim Murray · 11 years ago
  16. 5f244da Merge "Simplify code of convolve3x3" by Stephen Hines · 11 years ago
  17. f6023e4 Move all rs* generated functions to be extern "C". by Tim Murray · 11 years ago
  18. 3318d18 revert to using a pbuffer as the dummy egl surface by Mathias Agopian · 11 years ago
  19. 797e2b7 Merge "always pass the BufferQueue explicitely to consumers" by Mathias Agopian · 11 years ago
  20. da7ddd8 Simplify code of convolve3x3 by Tobias Grosser · 11 years ago
  21. d232558 always pass the BufferQueue explicitely to consumers by Mathias Agopian · 11 years ago
  22. 6ba6c66 Move linkloader into cpu_ref/ instead of driver/. by Stephen Hines · 11 years ago
  23. 574854b Fix up master issues with tracing/logging and the compatibility library. by Stephen Hines · 11 years ago
  24. 140a7ac resolved conflicts for merge of 5376c9bf to master by Stephen Hines · 11 years ago
  25. 5376c9b am b0934b67: Remove libutils and fix rsDebug for RS support library. by Stephen Hines · 11 years ago
  26. 3ad07bf Merge "Implement MemChunk::registerAllocFreeCallbacks()." by Stephen Hines · 11 years ago
  27. b0934b6 Remove libutils and fix rsDebug for RS support library. by Stephen Hines · 11 years ago
  28. a221f56 Implement MemChunk::registerAllocFreeCallbacks(). by Stephen Hines · 11 years ago
  29. 3abc05b Add Sampler custom alloc/delete by Ling Wan · 11 years ago
  30. 34b0d31 Implement all formats for convolve 5x5. by Jason Sams · 11 years ago
  31. f313dc3 Remove internal element builder and vector code. by Jason Sams · 11 years ago
  32. dc596dd Merge "Remove unnecessary string operations." by Jason Sams · 11 years ago
  33. a7f5e04 Remove unnecessary string operations. by Jason Sams · 11 years ago
  34. b9a4d82 use shared libft2 with new libpng/zlib deps by Victoria Lease · 11 years ago
  35. 4768dad Merge "Provide path to execute standalone bcc compiler." by Stephen Hines · 11 years ago
  36. 9394bc5 Merge "Implement U1, U2, F1, F2, F4 convolve 3x3" by Jason Sams · 11 years ago
  37. 3b35d77 Implement U1, U2, F1, F2, F4 convolve 3x3 by Jason Sams · 11 years ago
  38. b58d9ad Provide path to execute standalone bcc compiler. by Stephen Hines · 11 years ago
  39. e781228 Update header declarations for doxygen. by Stephen Hines · 11 years ago
  40. da9f173 Add test to check that we don't exceed our kernel dimensions. by Stephen Hines · 11 years ago
  41. 389ae9a Merge "Add the name of the forEach functions to the tracing output" by Stephen Hines · 11 years ago
  42. 1ccdfe2 Modify wballance to use histogram intrinsic. by Jason Sams · 11 years ago
  43. b68ba7e Performance fix Add support for processing 2 and 3 channel. by Jason Sams · 11 years ago
  44. cb1b58a Use histogram intrinsic. by Jason Sams · 11 years ago
  45. 47935ac Add the name of the forEach functions to the tracing output by Tobias Grosser · 11 years ago
  46. 2282e28 add histogram intrinsic by Jason Sams · 11 years ago
  47. 095623b am f85f4a21: (-s ours) Reconcile with jb-mr2-release - do not merge by The Android Open Source Project · 11 years ago
  48. f85f4a2 Reconcile with jb-mr2-release - do not merge by The Android Open Source Project · 11 years ago
  49. c09485a Fix Vine crash. by Tim Murray · 11 years ago
  50. d89c234 am 4accc1fe: am 606e5004: Fix Vine crash. by Tim Murray · 11 years ago
  51. 4accc1f am 606e5004: Fix Vine crash. by Tim Murray · 11 years ago
  52. 606e500 Fix Vine crash. by Tim Murray · 11 years ago
  53. cd7c446 am dfa409d3: (-s ours) Reconcile with jb-mr2-release - do not merge by The Android Open Source Project · 11 years ago
  54. dfa409d Reconcile with jb-mr2-release - do not merge by The Android Open Source Project · 11 years ago
  55. 67dff6f Fix crash in Vine by Jason Sams · 11 years ago
  56. 8aff557 am 06bd91ec: Fix crash in Vine by Jason Sams · 11 years ago
  57. 06bd91e Fix crash in Vine by Jason Sams · 11 years ago
  58. 502a38c ImageProcessing: Fix copy/paste typo by Tobias Grosser · 11 years ago
  59. ccfdd65 Merge "Build fix" by Jason Sams · 11 years ago
  60. 0cd3e90 Build fix by Jason Sams · 11 years ago
  61. 0124c85 Merge "Sampler image generator" by Jason Sams · 11 years ago
  62. 204009b Sampler image generator by Jason Sams · 11 years ago
  63. ea55070 Fix for LivePreview APK by sakshia · 11 years ago
  64. ba17ae4 Switch to separate build/load steps for Scripts. by Stephen Hines · 11 years ago
  65. 582b364 Take absolute value of value for fast_length(). by Stephen Hines · 11 years ago
  66. 1bb91da Merge "Build NEON run-time when targetting cortex-a15" by Stephen Hines · 11 years ago
  67. 080e2ef Build NEON run-time when targetting cortex-a15 by Tobias Grosser · 11 years ago
  68. 0b32973 am b5c1ba4f: Merge "Use hyphenated path for android-support-v8-renderscript." into jb-mr2-dev by Stephen Hines · 11 years ago
  69. b5c1ba4 Merge "Use hyphenated path for android-support-v8-renderscript." into jb-mr2-dev by Stephen Hines · 11 years ago
  70. 5a47020 Move RS runtime to frameworks/rs. by Stephen Hines · 11 years ago
  71. 62adb6b am e227f9a1: s/Renderscript/RenderScript and remove rs_graphics.rsh reference. by Stephen Hines · 11 years ago
  72. e227f9a s/Renderscript/RenderScript and remove rs_graphics.rsh reference. by Stephen Hines · 11 years ago
  73. 2993704 Use hyphenated path for android-support-v8-renderscript. by Stephen Hines · 11 years ago
  74. af56df1 Merge "Implement vector clamp for all types." by Jason Sams · 11 years ago
  75. c626135 Implement vector clamp for all types. by Jason Sams · 11 years ago
  76. e00052a Merge "Enable very basic tracing support." by Tim Murray · 11 years ago
  77. fa85e91 Enable very basic tracing support. by Tim Murray · 11 years ago
  78. f12f8ed Fix missing include in Android.mk. by Stephen Hines · 11 years ago
  79. c38948d Merge "Remove unnecessary tests from RS build." by Tim Murray · 11 years ago
  80. e881678 am c88bcef4: Don\'t call free on MallocPtr not from Malloc by Sakshi Agrawal · 11 years ago
  81. 224acfd Remove unnecessary tests from RS build. by Tim Murray · 11 years ago
  82. 7e85ca2 Don't call property_get when building for the host. by Nick Kralevich · 11 years ago
  83. c88bcef Don't call free on MallocPtr not from Malloc by Sakshi Agrawal · 11 years ago
  84. 2734b50 am aafa7a84: Fix IO_OUTPUT teardown issue. by Tim Murray · 11 years ago
  85. 6b42d4c am 20f62caa: Remove extraneous logging. by Tim Murray · 11 years ago
  86. aafa7a8 Fix IO_OUTPUT teardown issue. by Tim Murray · 11 years ago
  87. 20f62ca Remove extraneous logging. by Tim Murray · 11 years ago
  88. 26381c2 Merge "Fix some IP tests." by Tim Murray · 11 years ago
  89. 36054c2 Fix some IP tests. by Tim Murray · 11 years ago
  90. bef2bae Merge "Provide a mechanism for adjusting RSCompilerDriver after construction." by Stephen Hines · 11 years ago
  91. 9f8acce Fix invalid explicit casts of int4 -> uint4. by Stephen Hines · 11 years ago
  92. 16f6ebf am 4a17f289: Remove unnecessary set_buffer_count by Jason Sams · 11 years ago
  93. 87c9bd6 Merge "Mark math functions const/pure if possible." by Stephen Hines · 11 years ago
  94. 5213247 Mark math functions const/pure if possible. by Stephen Hines · 11 years ago
  95. b7d9c80 Provide a mechanism for adjusting RSCompilerDriver after construction. by Stephen Hines · 11 years ago
  96. 4a17f28 Remove unnecessary set_buffer_count by Jason Sams · 11 years ago
  97. 2a05621 am 6939f7bf: [tests only] Update RS tests. by Jason Sams · 11 years ago
  98. 6939f7b [tests only] Update RS tests. by Jason Sams · 11 years ago
  99. 6fe37d6 am 70cc3f31: Merge "Fix YUV intrinsic" into jb-mr2-dev by Jason Sams · 11 years ago
  100. 70cc3f3 Merge "Fix YUV intrinsic" into jb-mr2-dev by Jason Sams · 11 years ago