1. 4658d77 Check setName() for null string + fix rsRand(). by Alex Sakhartchouk · 13 years ago
  2. 2c74ad9 Fix for bug 3434228 by Alex Sakhartchouk · 13 years ago
  3. ef65bb3 2X2 matrix needs 4 float elements. by Stephen Hines · 13 years ago
  4. 8cecbb5 DO NOT MERGE: Fix typos in RenderScript docs. by Stephen Hines · 13 years ago
  5. 98e88ca Merge "Fixing element count bug in renderscript." by Alex Sakhartchouk · 13 years ago
  6. 971ec7a Merge changes I9a202210,If26ef8be by Mathias Agopian · 13 years ago
  7. 58a7775 fix YV12 documentation by Mathias Agopian · 13 years ago
  8. 9ea30a6 Fixing element count bug in renderscript. by Alex Sakhartchouk · 13 years ago
  9. 525af5d reformat file, which contained tabs instead of spaces by Mathias Agopian · 13 years ago
  10. 3476977 Discovered a matrix element bug while writing cts unit tests. by Alex Sakhartchouk · 13 years ago
  11. 8588732 Expand on the SurfaceTexture API docs. by Jamie Gennis · 13 years ago
  12. dc02e18 Revert "Merge "Expand on the SurfaceTexture API docs."" by Jamie Gennis · 13 years ago
  13. 069d748 Merge "Expand on the SurfaceTexture API docs." by Jamie Gennis · 13 years ago
  14. 373ed6f Merge "Bug 3438258 Add SurfaceTexture as MediaPlayer sink" by Glenn Kasten · 13 years ago
  15. 47b8ade Add a new Camera API to control the camera's location by Romain Guy · 13 years ago
  16. 4a317db More documentation for Canvas.drawArc() by Romain Guy · 13 years ago
  17. ed78943 Add dither XML attribute support to Gradient and ShapeDrawable. by Romain Guy · 13 years ago
  18. cc562a3 Bug 3438258 Add SurfaceTexture as MediaPlayer sink by Glenn Kasten · 13 years ago
  19. acf3397 Expand on the SurfaceTexture API docs. by Jamie Gennis · 13 years ago
  20. 39c512b Don't swap bottom left and bottom right corner radii. by Romain Guy · 13 years ago
  21. f7f9d9c Expose an API to get a bitmap's size in bytes. by Jesse Wilson · 13 years ago
  22. 8a9f9d8 Fix Paint#breakText(char[]..) JavaDoc by Brian Muramatsu · 13 years ago
  23. 676b173 Deprecate ARGB_4444. by Romain Guy · 13 years ago
  24. 272fc45 am affeaaed: am bbdc4ce2: Merge "clean up and add javadocs" into honeycomb by Robert Ly · 13 years ago
  25. 11518ac clean up and add javadocs by Robert Ly · 13 years ago
  26. 366a840 Expose several useful Bitmap APIs. Bug #3408073 by Romain Guy · 13 years ago
  27. 2fc941e Fixes cache misses and extra allocations. Bug #3421454 by Romain Guy · 13 years ago
  28. feeea8f Assume ARGB_8888 for unknown configs. Bug #3327175 by Romain Guy · 13 years ago
  29. f6a362a Don't convert 4444 images to 565. Bug #3327175 by Romain Guy · 13 years ago
  30. 5f8b665 Add SurfaceTexture docs for getTransformMatrix. by Jamie Gennis · 13 years ago
  31. e1df07f Merge "Fix for an IOOBoundsException in Paint." into honeycomb by Gilles Debunne · 13 years ago
  32. 3c0f91b Merge "Add docs about threading to SurfaceTexture." into honeycomb by Jamie Gennis · 13 years ago
  33. 1feba8b Fix for an IOOBoundsException in Paint. by Gilles Debunne · 13 years ago
  34. 37cec0f Add docs about threading to SurfaceTexture. by Jamie Gennis · 13 years ago
  35. f4f05b8 Update package descriptions with editorial revisions. by Scott Main · 14 years ago
  36. 2b1847e Remove unused API by Romain Guy · 13 years ago
  37. a566b7c Fix bitmap meshes to work in display lists. by Romain Guy · 13 years ago
  38. 8418474 Merge "fix bug 3375251 Copying arrays of objects would generate an exception due to excessive internal type checking." into honeycomb by Jason Sams · 13 years ago
  39. ed5bab9 fix bug 3375251 by Jason Sams · 13 years ago
  40. a383b3f Update Bitmap.recycle() doc for heap-allocated pixel data by Patrick Dubroy · 13 years ago
  41. 99d4911 Merge "Add support for drawBitmapMesh()." into honeycomb by Romain Guy · 13 years ago
  42. 5a7b466 Add support for drawBitmapMesh(). by Romain Guy · 13 years ago
  43. e9f5c18 Properly use Long2 for "UInt2" for FieldPacker. by Stephen Hines · 13 years ago
  44. 1368436 Merge "Check and propogate errors from llvm." into honeycomb by Jason Sams · 13 years ago
  45. 9dd9d02 Merge "Expose unchecked copyFrom variants." into honeycomb by Jason Sams · 13 years ago
  46. fdc54a9 Check and propogate errors from llvm. by Jason Sams · 13 years ago
  47. 4fa3eed Expose unchecked copyFrom variants. by Jason Sams · 13 years ago
  48. 120856c Pass SkRegion::toString() through to java. by Joe Onorato · 13 years ago
  49. d1ac981 Fix race condition between GC thread and by Jason Sams · 13 years ago
  50. 991040c Cleanup logs. by Jason Sams · 13 years ago
  51. 4b26247 Merge "Change to stream decoding mode if the file descriptor cannot support seek." into honeycomb by Owen Lin · 13 years ago
  52. a9d0d47 Change to stream decoding mode if the file descriptor cannot support seek. by Owen Lin · 13 years ago
  53. 44593df Merge "More docs" into honeycomb by Alex Sakhartchouk · 13 years ago
  54. 3240339 Merge "Add error checks to the copyFrom functions." into honeycomb by Jason Sams · 13 years ago
  55. ec0d335 More docs by Alex Sakhartchouk · 13 years ago
  56. 1689c34 Merge "Add BitmapFactory.Options.inMutable to load mutable bitmaps." into honeycomb by Romain Guy · 13 years ago
  57. 2361098 Add BitmapFactory.Options.inMutable to load mutable bitmaps. by Romain Guy · 13 years ago
  58. cf18c47 Merge "Implement SurfaceTexture frame-available callback." into honeycomb by Jamie Gennis · 13 years ago
  59. 376590d Implement SurfaceTexture frame-available callback. by Jamie Gennis · 13 years ago
  60. b97b251 Add error checks to the copyFrom functions. by Jason Sams · 13 years ago
  61. 21b4103 unhide functions used by reflected files for SDK. by Jason Sams · 13 years ago
  62. 0b08c5c Merge "Don't drop the drawable cache completely on configuration change" into honeycomb by Dianne Hackborn · 13 years ago
  63. 6efd2ba Don't drop the drawable cache completely on configuration change by Christopher Lais · 13 years ago
  64. 0473ff1 Removing things that shouldn't be public by Alex Sakhartchouk · 13 years ago
  65. f5c876e Docs plus removing some junk per API review. by Alex Sakhartchouk · 13 years ago
  66. 9aba232 Merge "Add getTransformMatrix to the SurfaceTexture API." into honeycomb by Jamie Gennis · 13 years ago
  67. 623c54d Documentation by Alex Sakhartchouk · 14 years ago
  68. 208a1c6 Merge "Implement more of copy2DRange*" into honeycomb by Jason Sams · 14 years ago
  69. fb9f82c Implement more of copy2DRange* by Jason Sams · 14 years ago
  70. b11e3d2 Unhide more of the RS APIs. by Stephen Hines · 14 years ago
  71. 8f597fd Merge "Cleanup bitmap uploads Implement standalone mipmap generation." into honeycomb by Jason Sams · 14 years ago
  72. f708609 Cleanup bitmap uploads Implement standalone mipmap generation. by Jason Sams · 14 years ago
  73. cf894c9 Merge "Fix CTS test. Bug #3345445" into honeycomb by Romain Guy · 14 years ago
  74. 9454fe1 Fix CTS test. Bug #3345445 by Romain Guy · 14 years ago
  75. 27d1160 Merge "Adding ability to load cubemaps from individual faces." into honeycomb by Alex Sakhartchouk · 14 years ago
  76. b0ba48c Add getTransformMatrix to the SurfaceTexture API. by Jamie Gennis · 14 years ago
  77. 4b9adfb Merge "Correct the API comments." into honeycomb by Wei-Ta Chen · 14 years ago
  78. 96d3b5e Correct the API comments. by Wei-Ta Chen · 14 years ago
  79. 252c078 Add error checks to bitmap uploads. Fix java side calculation for pixel sizes. by Jason Sams · 14 years ago
  80. dcc2319 Adding ability to load cubemaps from individual faces. by Alex Sakhartchouk · 14 years ago
  81. 3b703f2 Hide Canvas.getGL() by Romain Guy · 14 years ago
  82. fe852e2 Updating cubemap loading code. by Alex Sakhartchouk · 14 years ago
  83. 67e3d20 Hide and delete some code that should not be public. by Jason Sams · 14 years ago
  84. 6c19176 Merge "Adding comments to the renderscript program classes." into honeycomb by Alex Sakhartchouk · 14 years ago
  85. df27202 Adding comments to the renderscript program classes. by Alex Sakhartchouk · 14 years ago
  86. fa445b9 Cleanup subdata apis by Jason Sams · 14 years ago
  87. b0253ea Additional loading methods for fonts and a3d files. Cleaned up error messages. by Alex Sakhartchouk · 14 years ago
  88. 6714efc Add the SurfaceTexture java class. by Jamie Gennis · 14 years ago
  89. b03ba34 Merge "Add MipmapDrawableTest" by Brian Muramatsu · 14 years ago
  90. 70588bf resolved conflicts for merge of 3a2c6bf0 to master by Brad Fitzpatrick · 14 years ago
  91. 3a2c6bf am 69ea4e15: Documentation fixes found over vacation hacking. by Brad Fitzpatrick · 14 years ago
  92. 69ea4e1 Documentation fixes found over vacation hacking. by Brad Fitzpatrick · 14 years ago
  93. cfc2330c fix build by Jason Sams · 14 years ago
  94. 334108b Random cleanup by Jason Sams · 14 years ago
  95. a23d4e7 unhide renderscript by Jason Sams · 14 years ago
  96. 6b1f6e6 Merge "Keep a reference to the local matrix. Bug #3299324" by Romain Guy · 14 years ago
  97. a9ebfa6 Keep a reference to the local matrix. Bug #3299324 by Romain Guy · 14 years ago
  98. b341df4 Merge "Fixed bug with reverseTransition" by Michael Jurka · 14 years ago
  99. 69011ff Merge "Move adapter2D to a derived class from Allocation." by Jason Sams · 14 years ago
  100. 49a05d7 Move adapter2D to a derived class from Allocation. by Jason Sams · 14 years ago