1. 4c2e4c8 Implement RS VSync on new vsync infrastructure. by Jason Sams · 12 years ago
  2. be74bdd We should not throw for non-fatal errors. by Stephen Hines · 12 years ago
  3. cc2daed Merge "Properly recover from failed compilation." by Stephen Hines · 12 years ago
  4. 862dadb Properly recover from failed compilation. by Stephen Hines · 12 years ago
  5. bf3c3f2 Fix an incorrect assert that doesn't account for element array size. by Alex Sakhartchouk · 12 years ago
  6. 8bd9698 Add GradientDrawable.setColors(int[]) by Romain Guy · 12 years ago
  7. 74d7ca1 Proper equals/hashCode impls in Rect and RectF by Romain Guy · 12 years ago
  8. 855eadf Merge "Fix potential bug with reordered size/offset arguments." by Stephen Hines · 12 years ago
  9. 5ff9df6 Add full support for Canvas.setDrawFilter() by Romain Guy · 12 years ago
  10. 36d7549 Update hardware acceleration doc by Romain Guy · 12 years ago
  11. 4cbe25a Fix potential bug with reordered size/offset arguments. by Stephen Hines · 12 years ago
  12. 22d4184 Fix the build, for real by Romain Guy · 12 years ago
  13. 6544728 Fix build by Romain Guy · 12 years ago
  14. 68fc1df Remove unused code by Romain Guy · 12 years ago
  15. f9d9c06 Deprecate unused APIs by Romain Guy · 12 years ago
  16. 84fce18 Don't crash on Canvas.drawPicture() by Romain Guy · 12 years ago
  17. 62b6eaa Fix text encoding when drawing with drawPosText in software by Romain Guy · 12 years ago
  18. 10b0684 Prevent the GC from destroying the underlying native object by Romain Guy · 13 years ago
  19. 3762c31 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  20. 2b07267 am 201469f5: am bb7f590a: Merge "docs: Add developer guide cross-references, Project ACRE, round 4" into ics-mr1 by Joe Fernandez · 13 years ago
  21. 3aef8e1d docs: Add developer guide cross-references, Project ACRE, round 4 by Joe Fernandez · 13 years ago
  22. f7917e6 Fix AnimationDrawable double-start bug by Chet Haase · 13 years ago
  23. e693fa3 am a962ef29: am 4c593010: Merge "Followup to a bug fix. Addtion of synchronized to the methods triggers an API change. Per council advice, pushing synch block into the function body." into ics-mr1 by Alex Sakhartchouk · 13 years ago
  24. 5a47181 Merge "Expand RS vector3 types to vector4." by Alex Sakhartchouk · 13 years ago
  25. e60149d Expand RS vector3 types to vector4. by Alex Sakhartchouk · 13 years ago
  26. 38da508 Followup to a bug fix. by Alex Sakhartchouk · 13 years ago
  27. d8fa1ad4 am 738d8cae: am c93a151f: Merge "Define, document, and test the behavior of very large SurfaceTextures" into ics-mr1 by Mathias Agopian · 13 years ago
  28. c93a151 Merge "Define, document, and test the behavior of very large SurfaceTextures" into ics-mr1 by Mathias Agopian · 13 years ago
  29. b14d771 am f579bb92: am cde433c5: Merge "Fixing a race condition in RSSurfaceView. Bug 5601083 When destroy is called shortly after creation, RS tries to set a surface on a partially destroyed context." into ics-mr1 by Alex Sakhartchouk · 13 years ago
  30. cde433c Merge "Fixing a race condition in RSSurfaceView. Bug 5601083 When destroy is called shortly after creation, RS tries to set a surface on a partially destroyed context." into ics-mr1 by Alex Sakhartchouk · 13 years ago
  31. b89d88f Define, document, and test the behavior of very large SurfaceTextures by Mathias Agopian · 13 years ago
  32. 951aa9d am 9acae658: am 847fbbea: Merge "Localized optimizations in views and bitmaps" into ics-mr1 by Christopher Tate · 13 years ago
  33. 1373a8e Localized optimizations in views and bitmaps by Christopher Tate · 13 years ago
  34. 93c47f1 Fixing a race condition in RSSurfaceView. Bug 5601083 by Alex Sakhartchouk · 13 years ago
  35. d26d4ce am 7e6c75f5: am d211b488: Merge "SurfaceTexture: unhide setDefaultBufferSize" into ics-mr1 by Jamie Gennis · 13 years ago
  36. d211b48 Merge "SurfaceTexture: unhide setDefaultBufferSize" into ics-mr1 by Jamie Gennis · 13 years ago
  37. 2aafe74 SurfaceTexture: unhide setDefaultBufferSize by Jamie Gennis · 13 years ago
  38. c5037af am e0ad4746: Merge "Some optimizations for view inflation." into ics-mr1 by Dianne Hackborn · 13 years ago
  39. 68d9173 Some optimizations for view inflation. by Dianne Hackborn · 13 years ago
  40. eba1864 am 74b2b954: am 09848bc8: Merge "docs: add developer guide cross references, Project ACRE, round 3" into ics-mr0 by Joe Fernandez · 13 years ago
  41. 74b2b95 am 09848bc8: Merge "docs: add developer guide cross references, Project ACRE, round 3" into ics-mr0 by Joe Fernandez · 13 years ago
  42. 61fd1e8 docs: add developer guide cross references, Project ACRE, round 3 by Joe Fernandez · 13 years ago
  43. 71f2cf1 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  44. 7d5f5e7 adding getters to Sampler ProgramRaster, ProgramStore, Element. by Alex Sakhartchouk · 13 years ago
  45. 098ffcd Don't call saveLayer() when it's not required Bug #5435653 by Romain Guy · 13 years ago
  46. 85397d8 Simplify the way we get the version info. Reduces startup overhead. by Jason Sams · 13 years ago
  47. 94aaed3 Remove unused fields in ProgramRaster by Jason Sams · 13 years ago
  48. 2f2eea7 Merge "Fix wobbly spinners" by Chet Haase · 13 years ago
  49. e5cdb6c Fix wobbly spinners by Chet Haase · 13 years ago
  50. f68832b Turn hinting back on by Romain Guy · 13 years ago
  51. ddb715b Pull animation attributes out of main view class. by Dianne Hackborn · 13 years ago
  52. 2273b1e Hide RTL related APIs by Fabrice Di Meglio · 13 years ago
  53. a1b92c5 Fix bug 5231904 - Fix wobbly progress spinners by Adam Powell · 13 years ago
  54. 41bff38 Tweaks to NotificationPanel animation by Chet Haase · 13 years ago
  55. 8b5a8b5 Merge "Code cleaning" by Fabrice Di Meglio · 13 years ago
  56. 7d892dc Code cleaning by Fabrice Di Meglio · 13 years ago
  57. d040edb Use floating point window positions. by Dianne Hackborn · 13 years ago
  58. e7197a9 Merge "Fix bug #5233207 android.graphics.cts.PaintTest#testBreakText fails on IRK56F trygon-userdebug" by Fabrice Di Meglio · 13 years ago
  59. 0d32b31 Accessors for frame count and duration. by Jeff Sharkey · 13 years ago
  60. 8fa6503 Fix bug #5233207 android.graphics.cts.PaintTest#testBreakText fails on IRK56F trygon-userdebug by Fabrice Di Meglio · 13 years ago
  61. bb66c21 Make Paint.set() copy shadow config. by Jeff Sharkey · 13 years ago
  62. 554366d SurfaceTexture: disable sync-mode SurfaceTextures by Jamie Gennis · 13 years ago
  63. fc8fa63 Fix issue #5128639: SystemUI grows by 10MB after taking a screenshot by Dianne Hackborn · 13 years ago
  64. f43fa57 Turn off hinting by default for higher density displays. by Dianne Hackborn · 13 years ago
  65. 1213697 Merge "Replacing sans serif system font with Roboto" by Justin Ho · 13 years ago
  66. 1ee6011 Remove ParcelSurfaceTexture and update MediaPlayer by Ted Bonkenburg · 13 years ago
  67. c88ba95 Merge "Make some methods/fields package private so that layoutlib can access them." by Xavier Ducrohet · 13 years ago
  68. 03f156e Merge "Remove unnecessary private API" by Romain Guy · 13 years ago
  69. 9d86551 Remove unnecessary private API by Romain Guy · 13 years ago
  70. beb2b5c Replacing sans serif system font with Roboto by Christian Robertson · 13 years ago
  71. 7f9f99ea Make some methods/fields package private so that layoutlib can access them. by Xavier Ducrohet · 13 years ago
  72. 37cc31c Merge "Add a return value for SurfaceTextureListener#onSurfaceTextureDestroyed." by Romain Guy · 13 years ago
  73. 402f055 Add a return value for SurfaceTextureListener#onSurfaceTextureDestroyed. by Grace Kloba · 13 years ago
  74. 8984b41 Add more Paint text APIs parameters checks by Fabrice Di Meglio · 13 years ago
  75. 15c097a Add more optimizations for Text measuring / breaking / getting advances by Fabrice Di Meglio · 13 years ago
  76. 4c7dbc0 Fix bug #4584320 Single Line EditText not drawing correctly with spans applied (ICS) by Fabrice Di Meglio · 13 years ago
  77. 2532672 Merge "Fix bug #4584320 Single Line EditText not drawing correctly with spans applied (ICS)" by Fabrice Di Meglio · 13 years ago
  78. f2ce877 Fix bug #4584320 Single Line EditText not drawing correctly with spans applied (ICS) by Fabrice Di Meglio · 13 years ago
  79. 8f019d6 Merge "Start using bcinfo components within librs." by Stephen Hines · 13 years ago
  80. 09f6d67 Merge "Add camera bayer image format." by Wu-cheng Li · 13 years ago
  81. 70fb908 Add camera bayer image format. by Wu-cheng Li · 13 years ago
  82. 4382467a Start using bcinfo components within librs. by Stephen Hines · 13 years ago
  83. ec46b4e Add a 'release' method to the SurfaceTexture public Java API by Mathias Agopian · 13 years ago
  84. 6311d0a Clear the bitmap from the canvas in a lot of places. by Dianne Hackborn · 13 years ago
  85. b1216dd Copy constructors should actually copy stuff. Bug #5027094 by Romain Guy · 13 years ago
  86. 0965a32 Allow Canvas.setBitmap() to receive a null Bitmap. by Romain Guy · 13 years ago
  87. 34235c6 cherrypick Change-Id: Iaada8d42f97786d393743cd7fc3011da1d21f22e by Scott Main · 13 years ago
  88. 804b3d7 Merge "Add getName to renderscript base object" by Alex Sakhartchouk · 13 years ago
  89. 0400b07 Add getName to renderscript base object by Alex Sakhartchouk · 13 years ago
  90. 684b235 Unhide new RS apis. by Jason Sams · 13 years ago
  91. 835b854 Fixing bitmap invalidation bug. by Alex Sakhartchouk · 13 years ago
  92. 46c7250 Merge "Clean test APIs for Harfbuzz support" by Fabrice Di Meglio · 13 years ago
  93. 796cc96 Clean test APIs for Harfbuzz support by Fabrice Di Meglio · 13 years ago
  94. dafbf24 Remove unused code by Romain Guy · 13 years ago
  95. 8c55a9a Merge "Remove the simulator target from all makefiles. Bug: 5010576" by Jeff Brown · 13 years ago
  96. bd882b1 Remove the simulator target from all makefiles. Bug: 5010576 by Jeff Brown · 13 years ago
  97. ac7f69b Merge "Add error checks for AllocationAdapters being used in unsupported ways." by Jason Sams · 13 years ago
  98. ef72ff2 Use resource entry name instead of mangled name. by Logan Chien · 13 years ago
  99. fcc8fae Merge "Correctly render nested rectangles with different winding rules." by Romain Guy · 13 years ago
  100. d4b5795 Correctly render nested rectangles with different winding rules. by Romain Guy · 13 years ago