1. 07ae406 Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh which replaces TriangleMesh. Update Film to use new builder. by Jason Sams · 15 years ago
  2. 67c6844 Remove bogus comments and logging. by Jason Sams · 15 years ago
  3. f5b4596 Implement java interface for RS shutdown and fix shutdown deadlock with the command fifo. by Jason Sams · 15 years ago
  4. b13ada5 Add support for selecting the color bit depth and if the application used a depth buffer. by Jason Sams · 15 years ago
  5. dbade9d expose runtime changes to gamma by Mike Reed · 15 years ago
  6. 4a51c20 I am getting tired of the java doc warnings, so fix them. by Dianne Hackborn · 15 years ago
  7. 6afa16f Add dither XML flag to StateListDrawable. by Jeff Sharkey · 15 years ago
  8. d8e4161 Allow null to be re-bound as a root script. This was always legal from native and just a limitation of the java binding for the API. by Jason Sams · 15 years ago
  9. 25ffcdc Point Sprites by Jason Sams · 15 years ago
  10. 484d57f Move the sky by Romain Guy · 15 years ago
  11. 730ee65 Implement OOB destroy method that can be called from the java finalizer removing the need to explicitly destroy objects. by Jason Sams · 15 years ago
  12. 7ce033d Cleanup of object destruction. No need to have a per-class destruction function. This was a legacy of the distant past when the classes did not have a common base. by Jason Sams · 15 years ago
  13. 948ee25 Merge change 21660 into eclair by Android (Google) Code Review · 15 years ago
  14. 4f7136c Optimized Galaxy by Romain Guy · 15 years ago
  15. 9fb956d Merge change 21653 into eclair by Android (Google) Code Review · 15 years ago
  16. bc948de Remove global IO context and integrate it into the RS context. by Jason Sams · 15 years ago
  17. 5fe1afe Merge change 21603 into eclair by Android (Google) Code Review · 15 years ago
  18. 46407d8 Fix infinite recursion. by Dianne Hackborn · 15 years ago
  19. 334ea0c Update fountain and add writable flag to script slots. by Jason Sams · 15 years ago
  20. 7341d7a More work on wallpapers. by Dianne Hackborn · 15 years ago
  21. 81e4640 Add Galaxy wallpaper by Romain Guy · 15 years ago
  22. e14e70a fix documentation by Mike Reed · 15 years ago
  23. 317a628 Surface::GPU and Surface::HARDWARE are now deprecated; they will be set automatically if needed. by Mathias Agopian · 15 years ago
  24. fbf0b9e Implement named slots and convert script.addType to script.setType to remove ordering restrictions. by Jason Sams · 15 years ago
  25. 1b52aae Fix build break. by Jason Sams · 15 years ago
  26. 43ee0685 Implement reflecting Java objects into the ACC enviroment. by Jason Sams · 15 years ago
  27. a8f2ace readData should read the data, not write the data. by Joe Onorato · 15 years ago
  28. 3f8f9da8 Fix the simulator build by removing librs_jni and libRS from it. by Marco Nelissen · 15 years ago
  29. b3c61e7 Fix the build by Romain Guy · 15 years ago
  30. f415cf2 Add two addDefines methods to ScriptC.Builder. They add #defines from the fileds on a class or object that you pass in. by Joe Onorato · 15 years ago
  31. 5d3b131 Merge change 20657 by Android (Google) Code Review · 15 years ago
  32. 1010ac9 Fix possible NPE when mutating a DrawableContainer by Romain Guy · 15 years ago
  33. 40a29e8 Implement basic allocation readback. Add Get height, width to ScriptC_Lib. by Jason Sams · 15 years ago
  34. 01e5fbd build libRS by Joe Onorato · 15 years ago
  35. d7b3774 Let java put #defines into renderscript by Joe Onorato · 15 years ago
  36. 1bada8c Begin implementing SimpleMesh and fix some bugs with refcounting and java object destruction tracking. by Jason Sams · 15 years ago
  37. 9bee51c Remove useless slot from ProgramVertex. Optimize GL state setup. by Jason Sams · 15 years ago
  38. 110195f Seperate ProgramVertex from RenderScript.java and merge ProgramVertexAlloc into the ProgramVertex class. by Jason Sams · 15 years ago
  39. 0835d42 Seperate Light and Sampler from RenderScript.java by Jason Sams · 15 years ago
  40. 2253417 Split ProgramFragment and ProgramStore from RenderScript.java. Update Element and Type to new cached builder for easier app developement. by Jason Sams · 15 years ago
  41. 69f0d31 Split ScriptC from RenderScript.java. Implement state caching in the Builder objects. by Jason Sams · 15 years ago
  42. 9df76c7 Merge change 9551 by Android (Google) Code Review · 15 years ago
  43. bd1c3ad Implement the jni bindings for Adapter2D. Fix a refcount bug in the native adapter implementation. Use adapters in Film to border the mipmaps. by Jason Sams · 15 years ago
  44. a32d100 Add new utility methods to rsScriptC_Lib, android.util.MathUtil and android.graphics.Color. by Romain Guy · 15 years ago
  45. b8c5a84 Split RenderScript Type and Allocation into seperate classes. by Jason Sams · 15 years ago
  46. 36e612a Begin splitting up RenderScript.java into seperate classes. First piece split off Element. by Jason Sams · 15 years ago
  47. 584a375 First pass at implementing the Grass live wallpaper in RenderScript. by Romain Guy · 15 years ago
  48. afcf686 am 25dff70f: Merge change 9039 into donut by Android (Google) Code Review · 15 years ago
  49. dba3ba5 Implement bitmap resource loaders for utility. cleanup rolloRS and checkin maps.png which was missing. by Jason Sams · 15 years ago
  50. 0d22101 Fix #2018814: System cannot correctly render assets with "wrap_content" attribute in QVGA by Dianne Hackborn · 15 years ago
  51. a590434 Merge change 8835 by Android (Google) Code Review · 15 years ago
  52. b0ec1b4 Add "boxed" bitmap uploads which simply place a non-pow2 bitmap into the smallest larger pow texture. The added space is filled black. by Jason Sams · 15 years ago
  53. 2c3fc83 am ef9fd18d: Merge change 8616 into donut by Android (Google) Code Review · 15 years ago
  54. 96e240f Fiddle with default densities to try to sanitize the API. by Dianne Hackborn · 15 years ago
  55. e2dba02 am 11ea3347: Allow for screen density drawables in compatibility mode. by Dianne Hackborn · 15 years ago
  56. 11ea334 Allow for screen density drawables in compatibility mode. by Dianne Hackborn · 15 years ago
  57. 53305e8 Merge change 8421 by Android (Google) Code Review · 15 years ago
  58. 8af858e9 Unbreak build by making the build of renderscript again conditional on BUILD_RENDERSCRIPT until we can figure out why the build servers see an error that does not reproduce locally. by Jason Sams · 15 years ago
  59. bc51202 Merge change 8279 by Android (Google) Code Review · 15 years ago
  60. e29d471 Move the java and jni renderscript files to the proper location. by Jason Sams · 15 years ago
  61. 8aea2f5 am 59c25cba: Merge change 8218 into donut by Android (Google) Code Review · 15 years ago
  62. 5140141 DrawableContainer was not respecting the value returned by Drawable.getPadding(Rect). by Romain Guy · 15 years ago
  63. fead9b8 am fe6f45c8: Merge change 8098 into donut by Android (Google) Code Review · 15 years ago
  64. 61324e5 cast is floor. Use round instead. by Mitsuru Oshima · 15 years ago
  65. bec99bf am 5c536e91: Merge change 7840 into donut by Android (Google) Code Review · 15 years ago
  66. 469b4c6 am aad0fcc9: Merge change 7783 into donut by Android (Google) Code Review · 15 years ago
  67. 2784ff0 Fix issue where scaled bitmap sizes could be wrong. by Dianne Hackborn · 15 years ago
  68. a53b828 Add "nodpi" density, and expose a bunch of density-related APIs. by Dianne Hackborn · 15 years ago
  69. c634fdd am 09a903ab: Merge change 7696 into donut by Android (Google) Code Review · 15 years ago
  70. 1b22b97 add hidden Options field for native allocations by Mike Reed · 15 years ago
  71. eabdb7c am 6b532800: Merge change 6478 into donut by Android (Google) Code Review · 15 years ago
  72. 90cfa9d Fix ShapeDrawable.inflateTag() to accept proper dimension specs for padding by Phil Dubach · 15 years ago
  73. 0f07b2c Lazily allocate the mBounds Rect in Drawable. by Brad Fitzpatrick · 15 years ago
  74. fbc7c1a am 9848f11f: Merge change 5826 into donut by Android (Google) Code Review · 15 years ago
  75. 0901c82 am 91c91b74: Merge change 5817 into donut by Android (Google) Code Review · 15 years ago
  76. 91a546d am 083928fe: Merge change 5718 into donut by Android (Google) Code Review · 15 years ago
  77. 54285f2 Fix NullPointerException in NinePatch constructor by Phil Dubach · 15 years ago
  78. b5537c4 Replace indeterminate progress animated asset with new ones by Romain Guy · 15 years ago
  79. 4658e8e am 05ebcb51: Merge change 5609 into donut by Android (Google) Code Review · 15 years ago
  80. 6be507c Fix NullPointerException in DrawableContainer.mutate() by Phil Dubach · 15 years ago
  81. f4f7046 Update spinner's drawables. Clean up resources, pave the way for new animation. by Romain Guy · 15 years ago
  82. 82c88fc am a2a60a21: Merge change 5142 into donut by Android (Google) Code Review · 15 years ago
  83. 562bf17 Fix NPE in GradientDrawable constructor by Phil Dubach · 15 years ago
  84. ce1311a am 766d7236: Merge change 4737 into donut by Android (Google) Code Review · 15 years ago
  85. 8cdcb12 Add prepareToDraw() to Bitmap for fixing http://b/issue?id=1907995. by Wei-Ta Chen · 15 years ago
  86. 903ccf4 am 2b1aed10: Merge change 4527 into donut by Android (Google) Code Review · 15 years ago
  87. 4566b79 Fix Canvas.finalize() for the case where the constructor throws an exception by Phil Dubach · 15 years ago
  88. 984b5df Add support to BitmapFactory for decoding a bitmap from a MemoryFile FileDescriptor. by Marco Nelissen · 15 years ago
  89. 683f3be Unhide inInputShareable in BitmapFactory.Options. by Wei-Ta Chen · 15 years ago
  90. eb94967 Unhide inPurgeable in BitmapFactory.Options. by Wei-Ta Chen · 15 years ago
  91. 60b88ed Fix typos. by Ken Shirriff · 15 years ago
  92. 33a31b3 AI 148752: Fix description of breakText() param. BUG=1790234 by Dirk Dougherty · 15 years ago
  93. 807f23b Merge change 1057 into donut by Android (Google) Code Review · 15 years ago
  94. b10f138 * Add regoin scaling for transparent support by Mitsuru Oshima · 15 years ago
  95. a87a132 Fixes #1847219. Add a new API to load fonts from arbitrary files: Typeface.createFromFile(String/File). by Romain Guy · 15 years ago
  96. 83b2107 Fixes #1846038. DrawableContainer was wrongly returning its opacity by ignoring the visibility of the currently selected layer. This change simply reports a TRANSPARENT opacity if there is no currently selected layer of if the selected layer is not visible. Otherwise it reports the opacity computed by the state class. by Romain Guy · 15 years ago
  97. 13735a2 Merge branch 'readonly-p4-donut' into donut by Mitsuru Oshima · 15 years ago
  98. 8169dae AI 147976: Compatibility mode support. Part 2. by Mitsuru Oshima · 15 years ago
  99. 4924ae8 Merge change 618 into donut by Android (Google) Code Review · 15 years ago
  100. 23bd84c Fixes #1816088. Avoid initializing empty Rects when they are useless, especially in Zygote. by Romain Guy · 15 years ago