1. d9512a3 default dithering to ON (cheap, looks good) by Mike Reed · 15 years ago
  2. ea84a7c Remove "predefined" elements from Java layer. Static elements continue to exist but are no longer treated as a special version of element. by Jason Sams · 15 years ago
  3. 2525a81 Improve structure support using symbol lookup of named structures in scripts to allow them to appear as just pointers to structs. by Jason Sams · 15 years ago
  4. ae209ac Don't leak jni refs. by Joe Onorato · 15 years ago
  5. 650a3eb Load bitmap resources entirely from native code. by Romain Guy · 15 years ago
  6. 07ae406 Implement async data/subData. Implement TriangleMeshBuilder in SimpleMesh which replaces TriangleMesh. Update Film to use new builder. by Jason Sams · 15 years ago
  7. 67c6844 Remove bogus comments and logging. by Jason Sams · 15 years ago
  8. f5b4596 Implement java interface for RS shutdown and fix shutdown deadlock with the command fifo. by Jason Sams · 15 years ago
  9. b13ada5 Add support for selecting the color bit depth and if the application used a depth buffer. by Jason Sams · 15 years ago
  10. dbade9d expose runtime changes to gamma by Mike Reed · 15 years ago
  11. 4a51c20 I am getting tired of the java doc warnings, so fix them. by Dianne Hackborn · 15 years ago
  12. 6afa16f Add dither XML flag to StateListDrawable. by Jeff Sharkey · 15 years ago
  13. 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
  14. 25ffcdc Point Sprites by Jason Sams · 15 years ago
  15. 484d57f Move the sky by Romain Guy · 15 years ago
  16. 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
  17. 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
  18. 948ee25 Merge change 21660 into eclair by Android (Google) Code Review · 15 years ago
  19. 4f7136c Optimized Galaxy by Romain Guy · 15 years ago
  20. 9fb956d Merge change 21653 into eclair by Android (Google) Code Review · 15 years ago
  21. bc948de Remove global IO context and integrate it into the RS context. by Jason Sams · 15 years ago
  22. 5fe1afe Merge change 21603 into eclair by Android (Google) Code Review · 15 years ago
  23. 46407d8 Fix infinite recursion. by Dianne Hackborn · 15 years ago
  24. 334ea0c Update fountain and add writable flag to script slots. by Jason Sams · 15 years ago
  25. 7341d7a More work on wallpapers. by Dianne Hackborn · 15 years ago
  26. 81e4640 Add Galaxy wallpaper by Romain Guy · 15 years ago
  27. e14e70a fix documentation by Mike Reed · 15 years ago
  28. 317a628 Surface::GPU and Surface::HARDWARE are now deprecated; they will be set automatically if needed. by Mathias Agopian · 15 years ago
  29. fbf0b9e Implement named slots and convert script.addType to script.setType to remove ordering restrictions. by Jason Sams · 15 years ago
  30. 1b52aae Fix build break. by Jason Sams · 15 years ago
  31. 43ee0685 Implement reflecting Java objects into the ACC enviroment. by Jason Sams · 15 years ago
  32. a8f2ace readData should read the data, not write the data. by Joe Onorato · 15 years ago
  33. 3f8f9da8 Fix the simulator build by removing librs_jni and libRS from it. by Marco Nelissen · 15 years ago
  34. b3c61e7 Fix the build by Romain Guy · 15 years ago
  35. 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
  36. 5d3b131 Merge change 20657 by Android (Google) Code Review · 15 years ago
  37. 1010ac9 Fix possible NPE when mutating a DrawableContainer by Romain Guy · 15 years ago
  38. 40a29e8 Implement basic allocation readback. Add Get height, width to ScriptC_Lib. by Jason Sams · 15 years ago
  39. 01e5fbd build libRS by Joe Onorato · 15 years ago
  40. d7b3774 Let java put #defines into renderscript by Joe Onorato · 15 years ago
  41. 1bada8c Begin implementing SimpleMesh and fix some bugs with refcounting and java object destruction tracking. by Jason Sams · 15 years ago
  42. 9bee51c Remove useless slot from ProgramVertex. Optimize GL state setup. by Jason Sams · 15 years ago
  43. 110195f Seperate ProgramVertex from RenderScript.java and merge ProgramVertexAlloc into the ProgramVertex class. by Jason Sams · 15 years ago
  44. 0835d42 Seperate Light and Sampler from RenderScript.java by Jason Sams · 15 years ago
  45. 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
  46. 69f0d31 Split ScriptC from RenderScript.java. Implement state caching in the Builder objects. by Jason Sams · 15 years ago
  47. 9df76c7 Merge change 9551 by Android (Google) Code Review · 15 years ago
  48. 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
  49. a32d100 Add new utility methods to rsScriptC_Lib, android.util.MathUtil and android.graphics.Color. by Romain Guy · 15 years ago
  50. b8c5a84 Split RenderScript Type and Allocation into seperate classes. by Jason Sams · 15 years ago
  51. 36e612a Begin splitting up RenderScript.java into seperate classes. First piece split off Element. by Jason Sams · 15 years ago
  52. 584a375 First pass at implementing the Grass live wallpaper in RenderScript. by Romain Guy · 15 years ago
  53. afcf686 am 25dff70f: Merge change 9039 into donut by Android (Google) Code Review · 15 years ago
  54. dba3ba5 Implement bitmap resource loaders for utility. cleanup rolloRS and checkin maps.png which was missing. by Jason Sams · 15 years ago
  55. 0d22101 Fix #2018814: System cannot correctly render assets with "wrap_content" attribute in QVGA by Dianne Hackborn · 15 years ago
  56. a590434 Merge change 8835 by Android (Google) Code Review · 15 years ago
  57. 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
  58. 2c3fc83 am ef9fd18d: Merge change 8616 into donut by Android (Google) Code Review · 15 years ago
  59. 96e240f Fiddle with default densities to try to sanitize the API. by Dianne Hackborn · 15 years ago
  60. e2dba02 am 11ea3347: Allow for screen density drawables in compatibility mode. by Dianne Hackborn · 15 years ago
  61. 11ea334 Allow for screen density drawables in compatibility mode. by Dianne Hackborn · 15 years ago
  62. 53305e8 Merge change 8421 by Android (Google) Code Review · 15 years ago
  63. 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
  64. bc51202 Merge change 8279 by Android (Google) Code Review · 15 years ago
  65. e29d471 Move the java and jni renderscript files to the proper location. by Jason Sams · 15 years ago
  66. 8aea2f5 am 59c25cba: Merge change 8218 into donut by Android (Google) Code Review · 15 years ago
  67. 5140141 DrawableContainer was not respecting the value returned by Drawable.getPadding(Rect). by Romain Guy · 15 years ago
  68. fead9b8 am fe6f45c8: Merge change 8098 into donut by Android (Google) Code Review · 15 years ago
  69. 61324e5 cast is floor. Use round instead. by Mitsuru Oshima · 15 years ago
  70. bec99bf am 5c536e91: Merge change 7840 into donut by Android (Google) Code Review · 15 years ago
  71. 469b4c6 am aad0fcc9: Merge change 7783 into donut by Android (Google) Code Review · 15 years ago
  72. 2784ff0 Fix issue where scaled bitmap sizes could be wrong. by Dianne Hackborn · 15 years ago
  73. a53b828 Add "nodpi" density, and expose a bunch of density-related APIs. by Dianne Hackborn · 15 years ago
  74. c634fdd am 09a903ab: Merge change 7696 into donut by Android (Google) Code Review · 15 years ago
  75. 1b22b97 add hidden Options field for native allocations by Mike Reed · 15 years ago
  76. eabdb7c am 6b532800: Merge change 6478 into donut by Android (Google) Code Review · 15 years ago
  77. 90cfa9d Fix ShapeDrawable.inflateTag() to accept proper dimension specs for padding by Phil Dubach · 15 years ago
  78. 0f07b2c Lazily allocate the mBounds Rect in Drawable. by Brad Fitzpatrick · 15 years ago
  79. fbc7c1a am 9848f11f: Merge change 5826 into donut by Android (Google) Code Review · 15 years ago
  80. 0901c82 am 91c91b74: Merge change 5817 into donut by Android (Google) Code Review · 15 years ago
  81. 91a546d am 083928fe: Merge change 5718 into donut by Android (Google) Code Review · 15 years ago
  82. 54285f2 Fix NullPointerException in NinePatch constructor by Phil Dubach · 15 years ago
  83. b5537c4 Replace indeterminate progress animated asset with new ones by Romain Guy · 15 years ago
  84. 4658e8e am 05ebcb51: Merge change 5609 into donut by Android (Google) Code Review · 15 years ago
  85. 6be507c Fix NullPointerException in DrawableContainer.mutate() by Phil Dubach · 15 years ago
  86. f4f7046 Update spinner's drawables. Clean up resources, pave the way for new animation. by Romain Guy · 15 years ago
  87. 82c88fc am a2a60a21: Merge change 5142 into donut by Android (Google) Code Review · 15 years ago
  88. 562bf17 Fix NPE in GradientDrawable constructor by Phil Dubach · 15 years ago
  89. ce1311a am 766d7236: Merge change 4737 into donut by Android (Google) Code Review · 15 years ago
  90. 8cdcb12 Add prepareToDraw() to Bitmap for fixing http://b/issue?id=1907995. by Wei-Ta Chen · 15 years ago
  91. 903ccf4 am 2b1aed10: Merge change 4527 into donut by Android (Google) Code Review · 15 years ago
  92. 4566b79 Fix Canvas.finalize() for the case where the constructor throws an exception by Phil Dubach · 15 years ago
  93. 984b5df Add support to BitmapFactory for decoding a bitmap from a MemoryFile FileDescriptor. by Marco Nelissen · 15 years ago
  94. 683f3be Unhide inInputShareable in BitmapFactory.Options. by Wei-Ta Chen · 15 years ago
  95. eb94967 Unhide inPurgeable in BitmapFactory.Options. by Wei-Ta Chen · 15 years ago
  96. 60b88ed Fix typos. by Ken Shirriff · 15 years ago
  97. 33a31b3 AI 148752: Fix description of breakText() param. BUG=1790234 by Dirk Dougherty · 15 years ago
  98. 807f23b Merge change 1057 into donut by Android (Google) Code Review · 15 years ago
  99. b10f138 * Add regoin scaling for transparent support by Mitsuru Oshima · 15 years ago
  100. a87a132 Fixes #1847219. Add a new API to load fonts from arbitrary files: Typeface.createFromFile(String/File). by Romain Guy · 15 years ago