1. b374a84 Unhide RenderScript resize intrinsic by Jason Sams · 10 years ago
  2. 31e12ac Update copyFrom(BaseObj[]) for large objects. by Tim Murray · 10 years ago
  3. 9496106 Adds support for multi-input kernels to Frameworks/Base/RS. by Chris Wailes · 10 years ago
  4. 7165bd6 Merge "Add check and throw for failed Intrinsic init." by Jason Sams · 10 years ago
  5. bc5d3ee Switch from size_t -> uint32_t for dimensions array. by Stephen Hines · 10 years ago
  6. fcb3161 We need to update mPos when we copy a FieldPacker via its data[] member. by Stephen Hines · 10 years ago
  7. 1c8da1c Add check and throw for failed Intrinsic init. by Jason Sams · 10 years ago
  8. b02dadd Merge "Create FieldPacker.getPos() to get the actual amount of data used for FP." by Stephen Hines · 10 years ago
  9. fa1275a Create FieldPacker.getPos() to get the actual amount of data used for FP. by Stephen Hines · 10 years ago
  10. b49dfea Fix element size on 64b by Jason Sams · 10 years ago
  11. 4154bbd Move FieldPacker over to use large objects on 64-bit. by Tim Murray · 10 years ago
  12. fdb15a7 DO NOT MERGE: Mark new util type functions as @hide in AOSP. by Tim Murray · 10 years ago
  13. 1afc29a Merge "Add support for mixed 32/64 APKs using RenderScript." by Tim Murray · 10 years ago
  14. f0c62b2 Add support for mixed 32/64 APKs using RenderScript. by Tim Murray · 10 years ago
  15. 4463cbc am 3b9600b6: Merge "Remove unused LOCAL_LDLIBS." by Ying Wang · 10 years ago
  16. b38e3fd Remove unused LOCAL_LDLIBS. by Ying Wang · 10 years ago
  17. f0aa4cc am a4898534: Merge "Fix improper use of JNI_ABORT for operations where Java objects are written." by Stephen Hines · 10 years ago
  18. a489853 Merge "Fix improper use of JNI_ABORT for operations where Java objects are written." by Stephen Hines · 10 years ago
  19. a4af572 am 112d1b94: Merge "Add BiCubic resize instrinsic" by Jason Sams · 10 years ago
  20. 414fa2c Fix improper use of JNI_ABORT for operations where Java objects are written. by Stephen Hines · 10 years ago
  21. 464af41 Add BiCubic resize instrinsic by Jason Sams · 10 years ago
  22. 095ece1 am b3cafa56: Merge "Fix RenderScriptGL setSurfaceTexture problem" by Jason Sams · 10 years ago
  23. 21e0af9 Fix RenderScriptGL setSurfaceTexture problem by Xiaofei Wan · 10 years ago
  24. 240d563 am c1f3d4c1: Merge "Fix 64 bit compile failures in renderscript" by Glenn Kasten · 10 years ago
  25. 78c0ce5 Fix 64 bit compile failures in renderscript by Narayan Kamath · 10 years ago
  26. 9a9916b am 2383f220: Merge "Validate objects are from the correct context." by Jason Sams · 10 years ago
  27. 678cc7f Validate objects are from the correct context. by Jason Sams · 10 years ago
  28. fb51a43 am 8377a4fd: Merge "Fix null check for BaseObj.equals." by Tim Murray · 10 years ago
  29. 8377a4f Merge "Fix null check for BaseObj.equals." by Tim Murray · 10 years ago
  30. 78214c95 Fix null check for BaseObj.equals. by Tim Murray · 10 years ago
  31. d138029 am 14420e29: Merge "AArch64: Use long[] for RS id array" by Narayan Kamath · 10 years ago
  32. 14420e2 Merge "AArch64: Use long[] for RS id array" by Narayan Kamath · 10 years ago
  33. 4870c81 am 7d1a6c5c: Merge "Fix destruction issues relating to AllocationAdapter." by Tim Murray · 10 years ago
  34. 6d63c84 Fix destruction issues relating to AllocationAdapter. by Tim Murray · 10 years ago
  35. b25a693 am d7043f00: Merge "Add hidden minor version ID for support lib workarounds." by Tim Murray · 10 years ago
  36. d7043f0 Merge "Add hidden minor version ID for support lib workarounds." by Tim Murray · 10 years ago
  37. 9807155 AArch64: Use long[] for RS id array by Ashok Bhat · 10 years ago
  38. eaf8237 am 38d799fc: Merge "Generic object based data copy." by Tim Murray · 10 years ago
  39. 38d799f Merge "Generic object based data copy." by Tim Murray · 10 years ago
  40. 1136bb9 Generic object based data copy. by Jason Sams · 11 years ago
  41. 578d4f5 am 56062983: Merge "AArch64: Use long for pointers in RS Java/JNI code" by Narayan Kamath · 10 years ago
  42. 5606298 Merge "AArch64: Use long for pointers in RS Java/JNI code" by Narayan Kamath · 10 years ago
  43. 8067c9e am 11e6cabc: Merge "Fix a typo." by Jean-Luc Brouillet · 10 years ago
  44. d60799e Fix a typo. by Jean-Luc Brouillet · 10 years ago
  45. 67cc2d0 Add hidden minor version ID for support lib workarounds. by Tim Murray · 10 years ago
  46. 0e0c088 AArch64: Use long for pointers in RS Java/JNI code by Ashok Bhat · 10 years ago
  47. b1bec0d am 3fb6feac: Merge "Check that bound allocations are 1D" by Tim Murray · 10 years ago
  48. 67d9e0b am 0cc37f4c: Merge "Fix debug context." by Tim Murray · 10 years ago
  49. 42e4aee am 0539b7b4: Merge "Enable asynchronous destruction of BaseObjs." by Tim Murray · 10 years ago
  50. 42955ba am d8b4dd95: Merge "Fix most logging macros for context pointers." by Tim Murray · 10 years ago
  51. d39e19e am 351879df: Merge "Fix getBytesSize for YUV allocations." by Tim Murray · 10 years ago
  52. 16e9362 am 8fced317: Merge "Move RenderScript from graphics/ to new fw/base subdirectory rs." by Tim Murray · 10 years ago
  53. 0e3431d DO NOT MERGE: Mark new util type functions as @hide in AOSP. by Tim Murray · 10 years ago
  54. cf9c894 Check that bound allocations are 1D by Jason Sams · 11 years ago
  55. b75c27e Fix debug context. by Tim Murray · 11 years ago
  56. 504abb3 Enable asynchronous destruction of BaseObjs. by Tim Murray · 11 years ago
  57. e926ddd Fix most logging macros for context pointers. by Tim Murray · 11 years ago
  58. e6eaaf6 Fix getBytesSize for YUV allocations. by Tim Murray · 11 years ago
  59. 355707e Move RenderScript from graphics/ to new fw/base subdirectory rs. by Tim Murray · 11 years ago