1. 82e135c Remove libutils.so dependency from libRSDriver, libRSCpuRef, and most by Miao Wang · 7 years ago
  2. f750c53 Implement USAGE_IO_INPUT related functions on top of NDK. by Miao Wang · 7 years ago
  3. 6223721 Remove RS_SERVER macros and references to unused headers. by Miao Wang · 7 years ago
  4. 11496ac Fix google-build-using-namespace warnings in rs. by Chih-Hung Hsieh · 8 years ago
  5. c2459dc Remove unused variables by Yang Ni · 8 years ago
  6. 3df9bb0 Separate libRS.so into public and internal libs by Yang Ni · 8 years ago
  7. 8b9c532 Merge "Revert "Added a flag to APIs for rsObj creation"" by Yang Ni · 8 years ago
  8. 79c51de Revert "Added a flag to APIs for rsObj creation" by Yang Ni · 8 years ago
  9. 35fb321 Cleanup uses of sprintf so we can deprecate it. by George Burgess IV · 8 years ago
  10. a7725cb Added a flag to APIs for rsObj creation by Yang Ni · 9 years ago
  11. 7547468 Add multi-frame support to RenderScript: by Miao Wang · 9 years ago
  12. 47a5881 Add AllocationCreateStrided to support lib CPU driver by Miao Wang · 9 years ago
  13. f5a7fd5 Merge "Notify drivers when user get a pointer to allocation" by Jason Sams · 9 years ago
  14. a48d45e Delete dead code by Jason Sams · 9 years ago
  15. 8ce1281 Notify drivers when user get a pointer to allocation by Jason Sams · 9 years ago
  16. f82b626 Add USAGE_OEM by Jason Sams · 9 years ago
  17. 43574b6 Cleanup allocation constructor by Jason Sams · 9 years ago
  18. 906e23b am 9a1f726c: Merge "Fix AllocationAdapter offseting" by Jason Sams · 9 years ago
  19. 9a1f726 Merge "Fix AllocationAdapter offseting" by Jason Sams · 9 years ago
  20. 442b7ff Fix AllocationAdapter offseting by Jason Sams · 9 years ago
  21. 4e02090 am ceb8d321: Merge "Fix the bug for AllocationRead() that cannot handle 3d Allocation correctly. Add the following functions to make it symmetric for read and write." by Miao Wang · 9 years ago
  22. cc8cea7 Fix the bug for AllocationRead() that cannot handle 3d Allocation by Miao Wang · 9 years ago
  23. 5b15e92 am e9c79f66: Merge "Revert "Replaced android::Vector with std::vector."" by Yang Ni · 9 years ago
  24. b8353c5 Revert "Replaced android::Vector with std::vector." by Yang Ni · 9 years ago
  25. cfea6c1 Implement arrays and allocation adapters by Jason Sams · 9 years ago
  26. bc9dc27 Implement arrays and allocation adapters by Jason Sams · 9 years ago
  27. 1c19f05 Add gralloc flags to support HW driver by Jason Sams · 10 years ago
  28. badcc00 am f0d7aa28: Add a BufferItem parameter to onFrameAvailable by Dan Stoza · 10 years ago
  29. f0d7aa2 Add a BufferItem parameter to onFrameAvailable by Dan Stoza · 10 years ago
  30. 7641f49 Merge commit 'e49da13c' into manualmerge by Jason Sams · 10 years ago
  31. e49da13 Add gralloc flags to support HW driver by Jason Sams · 10 years ago
  32. 25e7f8b am af7373fe: Return a void* from AllocationGetPointer! by Stephen Hines · 10 years ago
  33. af7373f Return a void* from AllocationGetPointer! by Stephen Hines · 10 years ago
  34. 61db21c resolved conflicts for merge of 81cfa2c5 to lmp-dev-plus-aosp by Stephen Hines · 10 years ago
  35. 44bef6f Replace NULL macros with nullptr literals. by Chris Wailes · 10 years ago
  36. 569b09b am 3fa79f84: Merge changes I4c6abd96,I9bcf36d0 by Stephen Hines · 10 years ago
  37. e4ed087 Fix IO_INPUT on 64-bit. by Tim Murray · 10 years ago
  38. 93d6bc8 Replaced android::Vector with std::vector. by Chris Wailes · 10 years ago
  39. eb09f8b am 6c6f7539: am 8c8eb23d: Merge "Add 64bit large object support" by Tim Murray · 10 years ago
  40. 4daa257 am 09e1490a: am db69bf01: Merge "Adds support for multi-input kernels to Frameworks/RS." by Stephen Hines · 10 years ago
  41. 4b3c34e Adds support for multi-input kernels to Frameworks/RS. by Chris Wailes · 10 years ago
  42. a36c50a Add 64bit large object support by Jason Sams · 10 years ago
  43. 03c155b Remove deprecated BufferQueue constructor by Dan Stoza · 10 years ago
  44. 0e61af9 Fix build break. by Tim Murray · 10 years ago
  45. a474474 Fix build break. by Tim Murray · 10 years ago
  46. b8a94e2 Add getPointer for USAGE_SHARED allocations. by Jason Sams · 10 years ago
  47. a273793 Return errors to user when copy fails. by Jason Sams · 10 years ago
  48. 8f615d6 Replace "mips" with "mipmaps" since the MIPS gcc compiler defines mips to 1. by Stephen Hines · 11 years ago
  49. 61656a7 Cleanup type offsets which cannot be calculated for flexible YUV. by Jason Sams · 11 years ago
  50. ddceab9 Refactor hal to remove cpuConsumer from drivers by Jason Sams · 11 years ago
  51. f51f8c7 Merge "Move rs.h functions over to extern "C"." by Tim Murray · 11 years ago
  52. c2ce707 Move rs.h functions over to extern "C". by Tim Murray · 11 years ago
  53. 48ecf6a Remove more String8 by Jason Sams · 11 years ago
  54. b0934b6 Remove libutils and fix rsDebug for RS support library. by Stephen Hines · 11 years ago
  55. 3bbc0fd Add 3D allocation copies. by Jason Sams · 11 years ago
  56. 099bc26 Start making RS 64-bit clean. by Tim Murray · 11 years ago
  57. 0b575de Add x86 server support. by Tim Murray · 11 years ago
  58. 3468938 Add custom allocator support for Allocation objects. by Tim Murray · 11 years ago
  59. 3a25fdd Cleanup lots of things related to IO_OUTPUT and error checking. by Tim Murray · 11 years ago
  60. 733396b Implement usage IO INPUT by Jason Sams · 11 years ago
  61. bc0ca6b Support typed YUV allocations by Jason Sams · 11 years ago
  62. 60c2796 Remove unstrided 2D copies. by Tim Murray · 11 years ago
  63. a572aca Add support for YUV allocations. by Jason Sams · 11 years ago
  64. 93eacc7 Cleanup diff with compat. by Jason Sams · 12 years ago
  65. 58fd6a5 Rename ISurfaceTexture and SurfaceTexture by Andy McFadden · 12 years ago
  66. 2e1a94d Add support for user-allocated buffers from the C++ API. by Tim Murray · 12 years ago
  67. 358747a Add support for 2D strided copies to/from an allocation with the C++ API. by Tim Murray · 12 years ago
  68. 7b3e309 Add support for 2D copies to arbitrary data pointers. by Tim Murray · 12 years ago
  69. 709a097 Separate CPU driver impl from reference driver. by Jason Sams · 12 years ago
  70. 509ea5c Add copy1DRangeToUnchecked. by Tim Murray · 12 years ago
  71. 6146238 Cache element type in allocation hal. by Jason Sams · 12 years ago
  72. 61a4bb7 Cleanup pointer access in adapter and font. by Jason Sams · 12 years ago
  73. 807fdc4 Move memory layout to driver. by Jason Sams · 12 years ago
  74. e3150cf Plumb context through for serialization. by Jason Sams · 12 years ago
  75. 2275e9c Fix duplicate malloc pointers. by Jason Sams · 12 years ago
  76. 9f70a4e Move incRefs()/decRefs() logic from Allocation -> Type. by Stephen Hines · 12 years ago
  77. 3522f40 Implement USAGE_IO_INPUT by Jason Sams · 12 years ago
  78. 4edf030 More header untangling. by Alex Sakhartchouk · 12 years ago
  79. 7ac2a4d Beging IO stream out from allocation to surface texture. by Jason Sams · 12 years ago
  80. 6f9fb0f am 7042613c: Merge "Fix an incorrect assert that doesn\'t account for element array size." by Alex Sakhartchouk · 12 years ago
  81. 7694632 Fix an incorrect assert that doesn't account for element array size. by Alex Sakhartchouk · 12 years ago
  82. d104703 am 855eadf9: Merge "Fix potential bug with reordered size/offset arguments." by Stephen Hines · 12 years ago
  83. 6ae039b Fix potential bug with reordered size/offset arguments. by Stephen Hines · 12 years ago
  84. 41e373d Start implementing SurfaceTexture streaming into RS allocations. by Jason Sams · 12 years ago
  85. 03f1910 resolved conflicts for merge of 08289f55 to graphics-dev by Steve Block · 12 years ago
  86. af12ac6 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 12 years ago
  87. 179e9a4 Private API to support MFF transition. by Jason Sams · 13 years ago
  88. 2d1220c Expand RS vector3 types to vector4. by Alex Sakhartchouk · 13 years ago
  89. 6598201 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  90. 064aa7e Remove ObjBaseRef from the hal struct by Alex Sakhartchouk · 13 years ago
  91. c7cec1e Fix issue with freeing allocation with circular references. by Jason Sams · 13 years ago
  92. c700e64 Fixing asynchronous performance issues. by Alex Sakhartchouk · 13 years ago
  93. 5c4369a Fix to the memory leak problem. by Alex Sakhartchouk · 13 years ago
  94. 74a8279 Allocation copy functions. by Alex Sakhartchouk · 13 years ago
  95. b81a0eb More work to make libRS buildable on the host. by Alex Sakhartchouk · 13 years ago
  96. eb4fe18 Start splitting allocation into hal and core. by Jason Sams · 13 years ago
  97. c19ff01 rsLib cleanup by Alex Sakhartchouk · 13 years ago
  98. c975cf4 Pipe rsa function though the RS api table. by Jason Sams · 13 years ago
  99. 186e591 Cleanup rs.spec file and code generator. by Jason Sams · 13 years ago
  100. 70b83c1 Modifying libRS internal communication to handle network rendering. by Alex Sakhartchouk · 13 years ago