1. b590b35 [Renderscript] Add check for Allocation.copyTo(Array) and by Miao Wang · 11 years ago
  2. b730d86 Fix IO_INPUT with 64-bit. by Tim Murray · 12 years ago
  3. cd38b76 Allocation.resize() should throw an exception in API 21+. by Tim Murray · 12 years ago
  4. 3de3dc7 Update copyFrom(BaseObj[]) for large objects. by Tim Murray · 12 years ago
  5. 7f22d01 am c5b11fcc: am ff83ed2d: am b02dadd4: Merge "Create FieldPacker.getPos() to get the actual amount of data used for FP." by Stephen Hines · 12 years ago
  6. fa1275a Create FieldPacker.getPos() to get the actual amount of data used for FP. by Stephen Hines · 12 years ago
  7. 1136bb9 Generic object based data copy. by Jason Sams · 13 years ago
  8. e6eaaf6 Fix getBytesSize for YUV allocations. by Tim Murray · 13 years ago
  9. 355707e Move RenderScript from graphics/ to new fw/base subdirectory rs. by Tim Murray · 13 years ago[Renamed from graphics/java/android/renderscript/Allocation.java]
  10. 7a629fa Convert Java/JNI to 64-bit, part 2. by Tim Murray · 13 years ago
  11. 29868dfa Add long/double read support. by Jason Sams · 13 years ago
  12. 6fcf2e1 Use Object + type in place of specific array by Jason Sams · 13 years ago
  13. 2e05973 Remove old hidden API. by Jason Sams · 13 years ago
  14. 1887d52 Remove hidden API setSurfaceTexture. by Jason Sams · 13 years ago
  15. d1576fb Move RenderScript from graphics/ to new fw/base subdirectory rs. by Tim Murray · 13 years ago
  16. 1622981 Fix sdk build. by Ying Wang · 13 years ago
  17. 3042d26 Generic object based data copy. by Jason Sams · 13 years ago
  18. 8437967 Merge "Convert Java/JNI to 64-bit, part 2." by Tim Murray · 13 years ago
  19. 460a049 Convert Java/JNI to 64-bit, part 2. by Tim Murray · 13 years ago
  20. 6090995 Remove unused imports from frameworks/base. by John Spurlock · 13 years ago
  21. 21659ac Add long/double read support. by Jason Sams · 13 years ago
  22. e729a94 Use Object + type in place of specific array by Jason Sams · 13 years ago
  23. 390ec00 Remove old hidden API. by Jason Sams · 13 years ago
  24. 3a1b8e4 Remove hidden API setSurfaceTexture. by Jason Sams · 13 years ago
  25. 88990da Don't set Allocation mSize when we have no Type. by Stephen Hines · 13 years ago
  26. 6b11598 Merge "Unhide USAGE_IO_INPUT functions" into klp-dev by Jason Sams · 13 years ago
  27. 42ef238 Unhide USAGE_IO_INPUT functions by Jason Sams · 13 years ago
  28. 2f2472c Add garbage collection hooks by Tim Murray · 13 years ago
  29. 3f4579f am 379641a7: am ea45ab6f: Merge "Improve RS documentation." into jb-mr2-dev by Tim Murray · 13 years ago
  30. c11e25c Improve RS documentation. by Tim Murray · 13 years ago
  31. 1b1c39d am d19068a7: am 413adc92: Merge "Fix free after use with createFromBitmapResource" into jb-mr2-dev by Jason Sams · 13 years ago
  32. 3ece2f3 Fix free after use with createFromBitmapResource by Jason Sams · 13 years ago
  33. 6d7a53c Add support to Java for RS tracing. by Tim Murray · 13 years ago
  34. f64cca9 Updating API based on feedback by Jason Sams · 13 years ago
  35. 9bf1892 Revert GC thread changes by Jason Sams · 13 years ago
  36. d6b8a03 Merge "Add support for synchronous get()." into jb-mr2-dev by Tim Murray · 13 years ago
  37. c876cc4 Fix docs typo in YUV code by Jason Sams · 13 years ago
  38. a2f289a Merge "USAGE_IO_INPUT buffer notifications" into jb-mr2-dev by Jason Sams · 13 years ago
  39. 739c826 USAGE_IO_INPUT buffer notifications by Jason Sams · 13 years ago
  40. 7c4caad Add support for synchronous get(). by Tim Murray · 13 years ago
  41. 3eba934 Merge "Clean up USAGE_SHARED and add syncing for USAGE_SHARED." into jb-mr2-dev by Tim Murray · 13 years ago
  42. 60799fb Fix docs with deprecated resize1D by Jason Sams · 13 years ago
  43. 07c6fa1 Merge "Implement RS GC worker thread." into jb-mr2-dev by Jason Sams · 13 years ago
  44. 78e6494 Clean up USAGE_SHARED and add syncing for USAGE_SHARED. by Tim Murray · 13 years ago
  45. f8c033d Implement RS GC worker thread. by Tim Murray · 13 years ago
  46. b05d689 Cleanup Allocation and add 3D copies. by Jason Sams · 13 years ago
  47. abd5db9 Add support and better exceptions for Bitmaps with a null config. by Tim Murray · 13 years ago
  48. c089c2f Fix build break. by Jason Sams · 13 years ago
  49. 72226e0 Implement USAGE_IO_INPUT by Jason Sams · 13 years ago
  50. 5f528be Check Element in all API levels for copy2DRangeFrom(). by Stephen Hines · 13 years ago
  51. a9a7b37 Fix copyFrom() to use proper dimensions for copying. by Stephen Hines · 13 years ago
  52. 3c67218 Merge "Implement rs.sendMessage()" by Jason Sams · 13 years ago
  53. e68c1ce am 11f1c5b8: am b3a57191: am 0a00de11: am 805d2e2d: am 00f49084: Merge "docs: fix renderscript links that currently require redirect" into jb-mr1-dev by Scott Main · 13 years ago
  54. 455d644 Implement rs.sendMessage() by Jason Sams · 13 years ago
  55. b47fa16 docs: fix renderscript links that currently require redirect by Scott Main · 13 years ago
  56. d34dc85 We can only optimize bitmaps that have USAGE_SHARED. by Stephen Hines · 13 years ago
  57. 00bb454 Add USAGE_SHARED for Allocations. by Tim Murray · 14 years ago
  58. a314551 Add support for Bitmap-backed Allocations in Java. by Tim Murray · 14 years ago
  59. f671fb0 Add copyFrom(Allocation a). by Tim Murray · 14 years ago
  60. bc254b9 add resize2D to Java API by Tim Murray · 14 years ago
  61. 9c9ad3f8c2 Revert "Deprecate" by Stephen Hines · 14 years ago
  62. a0c2eb2 Deprecate by Alex Sakhartchouk · 14 years ago
  63. 918e840 Unhiding J API's for Renderscript. by Alex Sakhartchouk · 14 years ago
  64. e07694b Validate context when using RS objects. by Jason Sams · 14 years ago
  65. c5f519c Rename ioReceive and ioSend by Jason Sams · 14 years ago
  66. fb9aa9f Convert from SurfaceTexture to Surface by Jason Sams · 14 years ago
  67. 36c0f64 Add getSizeBytes and cleanup docs. by Jason Sams · 14 years ago
  68. 03d2d00 Cleanup Allocation docs and getter funcs. by Jason Sams · 14 years ago
  69. fe1d5ff Implement USAGE_IO_INPUT by Jason Sams · 14 years ago
  70. f70b0fc8 start new headers by Jason Sams · 14 years ago
  71. 163766c Beging IO stream out from allocation to surface texture. by Jason Sams · 14 years ago
  72. 0599d6e Merge "Fix typos/spacing with new APIs." by Stephen Hines · 14 years ago
  73. 9069ee8 Fix typos/spacing with new APIs. by Stephen Hines · 14 years ago
  74. 532efd3 Start implementing SurfaceTexture streaming into RS allocations. by Jason Sams · 14 years ago
  75. 98bea4a am 7042613c: Merge "Fix an incorrect assert that doesn\'t account for element array size." by Alex Sakhartchouk · 14 years ago
  76. bf3c3f2 Fix an incorrect assert that doesn't account for element array size. by Alex Sakhartchouk · 14 years ago
  77. 615e7ce Start implementing SurfaceTexture streaming into RS allocations. by Jason Sams · 14 years ago
  78. fc8d7a9 am 2b072677: am 201469f5: am bb7f590a: Merge "docs: Add developer guide cross-references, Project ACRE, round 4" into ics-mr1 by Joe Fernandez · 14 years ago
  79. 3aef8e1d docs: Add developer guide cross-references, Project ACRE, round 4 by Joe Fernandez · 14 years ago
  80. 857d0c7 Private API to support MFF transition. by Jason Sams · 15 years ago
  81. 48fe534 Add error checks for AllocationAdapters being used in unsupported ways. by Jason Sams · 15 years ago
  82. ad37cb2 Fix more type info caching bugs. by Jason Sams · 15 years ago
  83. 452a766 Fix defered type creation when loading from A3D. by Jason Sams · 15 years ago
  84. ba862d1 AllocationAdapter cleanup. by Jason Sams · 15 years ago
  85. 3c0618b Merge "Add support for more vector types to RS." by Stephen Hines · 15 years ago
  86. 20fbd01 POSITVE -> POSITIVE typo fix by Stephen Hines · 15 years ago
  87. 304b1f5 Allocation copy functions. by Alex Sakhartchouk · 15 years ago
  88. 85dae04 Unhiding render target code for renderscript by Alex Sakhartchouk · 15 years ago
  89. 836c4a5 Add support for more vector types to RS. by Stephen Hines · 15 years ago
  90. 8e90f2b First draft of fbo in renderscript. Updating samples and benchmark by Alex Sakhartchouk · 15 years ago
  91. 11518ac clean up and add javadocs by Robert Ly · 15 years ago
  92. ed5bab9 fix bug 3375251 by Jason Sams · 15 years ago
  93. 4fa3eed Expose unchecked copyFrom variants. by Jason Sams · 15 years ago
  94. b97b251 Add error checks to the copyFrom functions. by Jason Sams · 15 years ago
  95. 21b4103 unhide functions used by reflected files for SDK. by Jason Sams · 15 years ago
  96. f5c876e Docs plus removing some junk per API review. by Alex Sakhartchouk · 15 years ago
  97. 623c54d Documentation by Alex Sakhartchouk · 15 years ago
  98. fb9f82c Implement more of copy2DRange* by Jason Sams · 15 years ago
  99. f708609 Cleanup bitmap uploads Implement standalone mipmap generation. by Jason Sams · 15 years ago
  100. 27d1160 Merge "Adding ability to load cubemaps from individual faces." into honeycomb by Alex Sakhartchouk · 15 years ago