1. c3e5765 Allow GPU memory access for USAGE_IO Allocations. by Miao Wang · 7 years ago
  2. 59f6142 Remove libgui and libui dependencies for vendor libs. by Miao Wang · 7 years ago
  3. 82e135c Remove libutils.so dependency from libRSDriver, libRSCpuRef, and most by Miao Wang · 7 years ago
  4. f750c53 Implement USAGE_IO_INPUT related functions on top of NDK. by Miao Wang · 7 years ago
  5. 2f0aa81 Remove RS_SERVER macro in rsAllocation.h by Miao Wang · 7 years ago
  6. 6223721 Remove RS_SERVER macros and references to unused headers. by Miao Wang · 7 years ago
  7. 7974fc0 frameworks/rs: fix typos and clang-tidy warnings by Rahul Chaudhry · 7 years ago
  8. 10ab8bb Fix google-explicit-constructor warnings in frameworks/rs. by Chih-Hung Hsieh · 8 years ago
  9. 7547468 Add multi-frame support to RenderScript: by Miao Wang · 9 years ago
  10. 47a5881 Add AllocationCreateStrided to support lib CPU driver by Miao Wang · 9 years ago
  11. 906e23b am 9a1f726c: Merge "Fix AllocationAdapter offseting" by Jason Sams · 9 years ago
  12. 9a1f726 Merge "Fix AllocationAdapter offseting" by Jason Sams · 9 years ago
  13. 442b7ff Fix AllocationAdapter offseting by Jason Sams · 9 years ago
  14. 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
  15. cc8cea7 Fix the bug for AllocationRead() that cannot handle 3d Allocation by Miao Wang · 9 years ago
  16. 5b15e92 am e9c79f66: Merge "Revert "Replaced android::Vector with std::vector."" by Yang Ni · 9 years ago
  17. b8353c5 Revert "Replaced android::Vector with std::vector." by Yang Ni · 9 years ago
  18. cfea6c1 Implement arrays and allocation adapters by Jason Sams · 9 years ago
  19. bc9dc27 Implement arrays and allocation adapters by Jason Sams · 9 years ago
  20. 50d707b am 365357ac: Merge "Cleanup of ForEachParams in cpu ref" by Jason Sams · 9 years ago
  21. c0d6847 Cleanup of ForEachParams in cpu ref by Jason Sams · 9 years ago
  22. 1c19f05 Add gralloc flags to support HW driver by Jason Sams · 10 years ago
  23. badcc00 am f0d7aa28: Add a BufferItem parameter to onFrameAvailable by Dan Stoza · 10 years ago
  24. f0d7aa2 Add a BufferItem parameter to onFrameAvailable by Dan Stoza · 10 years ago
  25. 7641f49 Merge commit 'e49da13c' into manualmerge by Jason Sams · 10 years ago
  26. e49da13 Add gralloc flags to support HW driver by Jason Sams · 10 years ago
  27. 93d6bc8 Replaced android::Vector with std::vector. by Chris Wailes · 10 years ago
  28. a36c50a Add 64bit large object support by Jason Sams · 10 years ago
  29. 4b3c34e Adds support for multi-input kernels to Frameworks/RS. by Chris Wailes · 10 years ago
  30. b8a94e2 Add getPointer for USAGE_SHARED allocations. by Jason Sams · 10 years ago
  31. 61656a7 Cleanup type offsets which cannot be calculated for flexible YUV. by Jason Sams · 11 years ago
  32. 1664780 Fix RS build. by Stephen Hines · 11 years ago
  33. ddceab9 Refactor hal to remove cpuConsumer from drivers by Jason Sams · 11 years ago
  34. 3bbc0fd Add 3D allocation copies. by Jason Sams · 11 years ago
  35. 3468938 Add custom allocator support for Allocation objects. by Tim Murray · 11 years ago
  36. 3a25fdd Cleanup lots of things related to IO_OUTPUT and error checking. by Tim Murray · 11 years ago
  37. 733396b Implement usage IO INPUT by Jason Sams · 11 years ago
  38. bc0ca6b Support typed YUV allocations by Jason Sams · 11 years ago
  39. a572aca Add support for YUV allocations. by Jason Sams · 11 years ago
  40. 58fd6a5 Rename ISurfaceTexture and SurfaceTexture by Andy McFadden · 12 years ago
  41. 2e1a94d Add support for user-allocated buffers from the C++ API. by Tim Murray · 12 years ago
  42. 358747a Add support for 2D strided copies to/from an allocation with the C++ API. by Tim Murray · 12 years ago
  43. 709a097 Separate CPU driver impl from reference driver. by Jason Sams · 12 years ago
  44. 509ea5c Add copy1DRangeToUnchecked. by Tim Murray · 12 years ago
  45. 6146238 Cache element type in allocation hal. by Jason Sams · 12 years ago
  46. 61a4bb7 Cleanup pointer access in adapter and font. by Jason Sams · 12 years ago
  47. 807fdc4 Move memory layout to driver. by Jason Sams · 12 years ago
  48. e3150cf Plumb context through for serialization. by Jason Sams · 12 years ago
  49. 2275e9c Fix duplicate malloc pointers. by Jason Sams · 12 years ago
  50. f22c8ac Add support for stride != width. by Jason Sams · 12 years ago
  51. 3522f40 Implement USAGE_IO_INPUT by Jason Sams · 12 years ago
  52. 7ac2a4d Beging IO stream out from allocation to surface texture. by Jason Sams · 12 years ago
  53. 7c4b1b3 resolved conflicts for merge of cb66aec0 to graphics-dev by Jason Sams · 12 years ago
  54. cf27eb4 Start implementing SurfaceTexture streaming into RS allocations. by Jason Sams · 12 years ago
  55. d104703 am 855eadf9: Merge "Fix potential bug with reordered size/offset arguments." by Stephen Hines · 12 years ago
  56. 6ae039b Fix potential bug with reordered size/offset arguments. by Stephen Hines · 12 years ago
  57. 41e373d Start implementing SurfaceTexture streaming into RS allocations. by Jason Sams · 12 years ago
  58. 179e9a4 Private API to support MFF transition. by Jason Sams · 13 years ago
  59. 2d1220c Expand RS vector3 types to vector4. by Alex Sakhartchouk · 13 years ago
  60. 064aa7e Remove ObjBaseRef from the hal struct by Alex Sakhartchouk · 13 years ago
  61. c7cec1e Fix issue with freeing allocation with circular references. by Jason Sams · 13 years ago
  62. 1e5149f Migrate perf-critical functions away from librs. by Stephen Hines · 13 years ago
  63. b81a0eb More work to make libRS buildable on the host. by Alex Sakhartchouk · 13 years ago
  64. eb4fe18 Start splitting allocation into hal and core. by Jason Sams · 13 years ago
  65. 7d9c5ff First draft of fbo in renderscript. Updating samples and benchmark by Alex Sakhartchouk · 13 years ago
  66. bad8074 Start seperating out RS compute implementation. Create hal by Jason Sams · 13 years ago
  67. bcac934 Implement sub updates for mipmap levels and cubmaps. by Jason Sams · 13 years ago
  68. 236385b Implement more of copy2DRange* by Jason Sams · 13 years ago
  69. 4b45b89 Move adapter2D to a derived class from Allocation. by Jason Sams · 13 years ago
  70. a2aab8b Cleanup and refactoring of an earlier cl. by Alex Sakhartchouk · 14 years ago
  71. b89b0b7 Add support for non-malloc backed textures. by Jason Sams · 14 years ago
  72. ebc5019 More API updates. by Jason Sams · 14 years ago
  73. 366c9c8 Allocation API update. by Jason Sams · 14 years ago
  74. 84e4027 Support for cubemaps. by Alex Sakhartchouk · 14 years ago
  75. afb743a Code cleanup to make formatting consistent across all the renderscript files. by Alex Sakhartchouk · 14 years ago
  76. 2353ae3 Async type creation. by Jason Sams · 14 years ago
  77. 96abf81 Implement allocation resizing. by Jason Sams · 14 years ago
  78. 900f161 Cleanup GL setup code and remove legacy 1.1 paths. by Jason Sams · 14 years ago
  79. 1e5168d Adding ability to dirty the allocation and notify shaders using it. by Alex Sakhartchouk · 14 years ago
  80. 5f0c84c SubElementData data upload functions. by Jason Sams · 14 years ago
  81. e3929c9 Refcounting in allocations. by Jason Sams · 14 years ago
  82. 760f1f7 Add support for non-VBO drawing in Meshes. by Jason Sams · 14 years ago
  83. b825f67 Creating the jni and java layer to integrate a3d by Alex Sakhartchouk · 14 years ago
  84. fb6b614 Removed unnecessary change based on comments. by Alex Sakhartchouk · 14 years ago
  85. fa84da2 Add support for linking to a skia bitmap rather than always copying the data from the bitmap. by Jason Sams · 14 years ago
  86. 7fabe1a Support defered generation of mipmaps. With this change we support mipmap generation when the texture is uploaded to GL without requiring RS to retain the full chain. by Jason Sams · 14 years ago
  87. cf4c7c9 Implement RS tracked defered texture and buffer object uploads. by Jason Sams · 15 years ago
  88. e6c6078 am e4df64bd: am 66358e24: am 9dab667e: Force a crash under conditions where white square bug in all apps is likely to occur. by Jason Sams · 15 years ago
  89. 13e2634 Force a crash under conditions where white square bug in all apps is likely to occur. by Jason Sams · 15 years ago
  90. 3dd429c resolved conflicts for merge of f6309041 to master by Jason Sams · 15 years ago
  91. c21cf40 Add support for dumping RS objects to aid in debugging of white blocks bug. by Jason Sams · 15 years ago
  92. 5c3e3bc Fix dirty state tracking of allocation attached to ProgramVertex objects when being updated while not attached. by Jason Sams · 15 years ago
  93. e514b45 Improve renderscript context teardown. Track object in the system and then force their cleanup by releasing all user references once destroy context is called. Java layer will no longer send destroy notifications for objects garbage collected once a context is destroyed. by Jason Sams · 15 years ago
  94. 9397e30 Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh which replaces TriangleMesh. Update Film to use new builder. by Jason Sams · 15 years ago
  95. e579df4 Implement basic allocation readback. Add Get height, width to ScriptC_Lib. by Jason Sams · 15 years ago
  96. e5ffb87 Begin implementing SimpleMesh and fix some bugs with refcounting and java object destruction tracking. by Jason Sams · 15 years ago
  97. 326e0dd Add the Renderscript library. (Not in the build by default yet.) by Jason Sams · 15 years ago