1. 0599d6e Merge "Fix typos/spacing with new APIs." by Stephen Hines · 13 years ago
  2. 9069ee8 Fix typos/spacing with new APIs. by Stephen Hines · 13 years ago
  3. cb66aec Merge "Start implementing SurfaceTexture streaming into RS allocations." by Jason Sams · 13 years ago
  4. 532efd3 Start implementing SurfaceTexture streaming into RS allocations. by Jason Sams · 13 years ago
  5. cc3669a am fe07b9a2: Merge "Tentative fix for mysteriously recycled bitmap" by Justin Ho · 13 years ago
  6. 4e525a6 Tentative fix for mysteriously recycled bitmap by Romain Guy · 13 years ago
  7. eb5b735 Merge commit 'bdeec118' into manualmerge by Jason Sams · 13 years ago
  8. 4c2e4c8 Implement RS VSync on new vsync infrastructure. by Jason Sams · 13 years ago
  9. 0b1ad70 am e05bc81c: Merge "We should not throw for non-fatal errors." by Stephen Hines · 13 years ago
  10. be74bdd We should not throw for non-fatal errors. by Stephen Hines · 13 years ago
  11. 0a29fe1 am cc2daede: Merge "Properly recover from failed compilation." by Stephen Hines · 13 years ago
  12. cc2daed Merge "Properly recover from failed compilation." by Stephen Hines · 13 years ago
  13. 98bea4a am 7042613c: Merge "Fix an incorrect assert that doesn\'t account for element array size." by Alex Sakhartchouk · 13 years ago
  14. 862dadb Properly recover from failed compilation. by Stephen Hines · 13 years ago
  15. bf3c3f2 Fix an incorrect assert that doesn't account for element array size. by Alex Sakhartchouk · 13 years ago
  16. 6019853 am a403a2e0: Merge "Add GradientDrawable.setColors(int[])" by Romain Guy · 13 years ago
  17. 8bd9698 Add GradientDrawable.setColors(int[]) by Romain Guy · 13 years ago
  18. 99022a3 am b74b84f1: Merge "Proper equals/hashCode impls in Rect and RectF" by Romain Guy · 13 years ago
  19. 74d7ca1 Proper equals/hashCode impls in Rect and RectF by Romain Guy · 13 years ago
  20. bc19591 am 855eadf9: Merge "Fix potential bug with reordered size/offset arguments." by Stephen Hines · 13 years ago
  21. 855eadf Merge "Fix potential bug with reordered size/offset arguments." by Stephen Hines · 13 years ago
  22. 68a1df6 am 1a54368b: Merge "Add full support for Canvas.setDrawFilter()" by Romain Guy · 13 years ago
  23. 5ff9df6 Add full support for Canvas.setDrawFilter() by Romain Guy · 13 years ago
  24. 767a04d am e575005f: Merge "Update hardware acceleration doc" by Romain Guy · 13 years ago
  25. 36d7549 Update hardware acceleration doc by Romain Guy · 13 years ago
  26. 4cbe25a Fix potential bug with reordered size/offset arguments. by Stephen Hines · 13 years ago
  27. 86fcb90 am 22d41843: Fix the build, for real by Romain Guy · 13 years ago
  28. 22d4184 Fix the build, for real by Romain Guy · 13 years ago
  29. dec35b8 am 90bd1873: Merge "Fix build" by Romain Guy · 13 years ago
  30. 6544728 Fix build by Romain Guy · 13 years ago
  31. 3e77e8e5 am d2f0dcd1: Merge "Remove unused code" by Romain Guy · 13 years ago
  32. 68fc1df Remove unused code by Romain Guy · 13 years ago
  33. 4adbee3 am bad12166: Merge "Deprecate unused APIs" by Romain Guy · 13 years ago
  34. 12b7da6 am 6df477be: Merge "Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF)" by Jean-Baptiste Queru · 13 years ago
  35. 97aa8ee Merge ee4618bc by Jean-Baptiste Queru · 13 years ago
  36. f9d9c06 Deprecate unused APIs by Romain Guy · 13 years ago
  37. c6aacce Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) by Steve Block · 13 years ago
  38. 06ade6a Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) by Steve Block · 13 years ago
  39. 205c2c5 am e7bdf2d9: Merge "Don\'t crash on Canvas.drawPicture()" by Romain Guy · 13 years ago
  40. 84fce18 Don't crash on Canvas.drawPicture() by Romain Guy · 13 years ago
  41. c32d232 am 11d06a73: Merge "Fix text encoding when drawing with drawPosText in software" by Romain Guy · 13 years ago
  42. 62b6eaa Fix text encoding when drawing with drawPosText in software by Romain Guy · 13 years ago
  43. 615e7ce Start implementing SurfaceTexture streaming into RS allocations. by Jason Sams · 13 years ago
  44. 0136a90 am 10b06842: Prevent the GC from destroying the underlying native object by Romain Guy · 13 years ago
  45. 10b0684 Prevent the GC from destroying the underlying native object by Romain Guy · 13 years ago
  46. 2e681c1 resolved conflicts for merge of 08289f55 to graphics-dev by Steve Block · 13 years ago
  47. 3762c31 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  48. d5a62bb Adding getters to rs program obejcts. by Alex Sakhartchouk · 13 years ago
  49. a041adc Merge "Missing getter and additional tests." into graphics-dev by Alex Sakhartchouk · 13 years ago
  50. 60deb2d Merge "Adding tests for element/mesh getters. Fixing bugs found by tests." into graphics-dev by Alex Sakhartchouk · 13 years ago
  51. fc8d7a9 am 2b072677: am 201469f5: am bb7f590a: Merge "docs: Add developer guide cross-references, Project ACRE, round 4" into ics-mr1 by Joe Fernandez · 13 years ago
  52. 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
  53. 3aef8e1d docs: Add developer guide cross-references, Project ACRE, round 4 by Joe Fernandez · 13 years ago
  54. fd79e02 Missing getter and additional tests. by Alex Sakhartchouk · 13 years ago
  55. 3aac0ab Adding tests for element/mesh getters. Fixing bugs found by tests. by Alex Sakhartchouk · 13 years ago
  56. 35afa3d am f3bd2f7a: Merge "Fix AnimationDrawable double-start bug" by Chet Haase · 13 years ago
  57. f7917e6 Fix AnimationDrawable double-start bug by Chet Haase · 13 years ago
  58. f5d8ac7 Element getters. by Alex Sakhartchouk · 13 years ago
  59. 857d0c7 Private API to support MFF transition. by Jason Sams · 13 years ago
  60. e679e2e am e693fa3e: 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
  61. 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
  62. af9dcfe am 5a471818: Merge "Expand RS vector3 types to vector4." by Alex Sakhartchouk · 13 years ago
  63. 5a47181 Merge "Expand RS vector3 types to vector4." by Alex Sakhartchouk · 13 years ago
  64. e60149d Expand RS vector3 types to vector4. by Alex Sakhartchouk · 13 years ago
  65. 38da508 Followup to a bug fix. by Alex Sakhartchouk · 13 years ago
  66. e13c5c1 am 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
  67. 8ee964d am b14d771c: 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
  68. 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
  69. c93a151 Merge "Define, document, and test the behavior of very large SurfaceTextures" into ics-mr1 by Mathias Agopian · 13 years ago
  70. 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
  71. 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
  72. b89d88f Define, document, and test the behavior of very large SurfaceTextures by Mathias Agopian · 13 years ago
  73. 0528bcc am 951aa9d8: am 9acae658: am 847fbbea: Merge "Localized optimizations in views and bitmaps" into ics-mr1 by Christopher Tate · 13 years ago
  74. 951aa9d am 9acae658: am 847fbbea: Merge "Localized optimizations in views and bitmaps" into ics-mr1 by Christopher Tate · 13 years ago
  75. 1373a8e Localized optimizations in views and bitmaps by Christopher Tate · 13 years ago
  76. 93c47f1 Fixing a race condition in RSSurfaceView. Bug 5601083 by Alex Sakhartchouk · 13 years ago
  77. 18cd212 Merge "Path rendering" into graphics-dev by Jason Sams · 13 years ago
  78. f15ed01 Path rendering by Jason Sams · 13 years ago
  79. d26d4ce am 7e6c75f5: am d211b488: Merge "SurfaceTexture: unhide setDefaultBufferSize" into ics-mr1 by Jamie Gennis · 13 years ago
  80. d211b48 Merge "SurfaceTexture: unhide setDefaultBufferSize" into ics-mr1 by Jamie Gennis · 13 years ago
  81. 2aafe74 SurfaceTexture: unhide setDefaultBufferSize by Jamie Gennis · 13 years ago
  82. c5037af am e0ad4746: Merge "Some optimizations for view inflation." into ics-mr1 by Dianne Hackborn · 13 years ago
  83. 68d9173 Some optimizations for view inflation. by Dianne Hackborn · 13 years ago
  84. 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
  85. 74b2b95 am 09848bc8: Merge "docs: add developer guide cross references, Project ACRE, round 3" into ics-mr0 by Joe Fernandez · 13 years ago
  86. 61fd1e8 docs: add developer guide cross references, Project ACRE, round 3 by Joe Fernandez · 13 years ago
  87. 71f2cf1 Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE by Steve Block · 13 years ago
  88. 7d5f5e7 adding getters to Sampler ProgramRaster, ProgramStore, Element. by Alex Sakhartchouk · 13 years ago
  89. 098ffcd Don't call saveLayer() when it's not required Bug #5435653 by Romain Guy · 13 years ago
  90. 85397d8 Simplify the way we get the version info. Reduces startup overhead. by Jason Sams · 13 years ago
  91. 94aaed3 Remove unused fields in ProgramRaster by Jason Sams · 13 years ago
  92. 2f2eea7 Merge "Fix wobbly spinners" by Chet Haase · 13 years ago
  93. e5cdb6c Fix wobbly spinners by Chet Haase · 13 years ago
  94. f68832b Turn hinting back on by Romain Guy · 13 years ago
  95. ddb715b Pull animation attributes out of main view class. by Dianne Hackborn · 13 years ago
  96. 2273b1e Hide RTL related APIs by Fabrice Di Meglio · 13 years ago
  97. a1b92c5 Fix bug 5231904 - Fix wobbly progress spinners by Adam Powell · 13 years ago
  98. 41bff38 Tweaks to NotificationPanel animation by Chet Haase · 13 years ago
  99. 8b5a8b5 Merge "Code cleaning" by Fabrice Di Meglio · 13 years ago
  100. 7d892dc Code cleaning by Fabrice Di Meglio · 13 years ago