1. bd56ed14 Ensure munmap matches mmap am: aa394dd42c am: 068403a842 am: d073e28853 am: c9cf811b50 by John Reck · 8 years ago
  2. b74a6f6 Ensure munmap matches mmap am: aa394dd42c am: 068403a842 am: d073e28853 by John Reck · 8 years ago
  3. d073e28 Ensure munmap matches mmap am: aa394dd42c am: 068403a842 by John Reck · 8 years ago
  4. 068403a Ensure munmap matches mmap am: aa394dd42c by John Reck · 8 years ago
  5. aa394dd Ensure munmap matches mmap by John Reck · 8 years ago
  6. 4387190 Eliminate recents upload jank by John Reck · 8 years ago
  7. a5fdde9 Take app screenshots in 565. by Winson · 8 years ago
  8. 562cfef Remove warning by John Reck · 8 years ago
  9. dccca44 Reland: Move text logic from jni to hwui level by sergeyv · 8 years ago
  10. afbd0f1 Revert "Move text logic from jni to hwui level" by Sergei Vasilinetc · 8 years ago
  11. a7f6bba1 Move text logic from jni to hwui level by sergeyv · 8 years ago
  12. 66ce1c3 Lock SkBitmap before accessing color table by Leon Scroggins III · 8 years ago
  13. 775873a Use NativeAllocationRegistry for Paint, Canvas, and Bitmap by Richard Uhler · 9 years ago
  14. fa17e61 Log errno when dup fd cannot be allocated BUG: 25165471 am: 211abad3b9 am: b45defae8e am: 529893f84c am: 7698dd970f by Erik Wolsheimer · 9 years ago
  15. 211abad Log errno when dup fd cannot be allocated BUG: 25165471 by Erik Wolsheimer · 9 years ago
  16. 87455c73 Merge "Limit persistent ashmem backed fds to a minimum of 128kB." into mnc-dr-dev am: 966d6040c6 am: 95fc53b029 by Ian Pedowitz · 9 years ago
  17. 8cee7c1 Limit persistent ashmem backed fds to a minimum of 128kB. by Riley Andrews · 9 years ago
  18. b57dd72 resolved conflicts for a884d81e to stage-aosp-master by Elliott Hughes · 9 years ago
  19. 76f6a86 constify JNINativeMethod function pointer tables by Daniel Micay · 9 years ago
  20. 01a0af3 Yell loudly about undefined behind in Bitmap, but work anyway by John Reck · 9 years ago
  21. 6260b22 Fix bitmap get/set pixels for ALPHA_8 by Chris Craik · 9 years ago
  22. a316c5d Fix Bitmap parceling through ashmem. by Jeff Brown · 9 years ago
  23. 0781a2f Fix reconfigure & setPremult alpha handling by John Reck · 9 years ago
  24. 721ae5f Add internal bitmap api for creating immutable ashmem backed bitmaps. by Riley Andrews · 9 years ago
  25. 39d7f30 Use ashmem to optimize all bitmap copies. by Riley Andrews · 10 years ago
  26. 2a94a10 Update the rowBytes when reconfiguring to match the new imageInfo. by Derek Sollenberger · 9 years ago
  27. ae2e8b4 Add warning if an in-use Bitmap is reconfigured by John Reck · 9 years ago
  28. f29ed28 Attempt to solve the double-GC problem by John Reck · 9 years ago
  29. c6e2e8f Move AssetAtlas off of SkBitmap* by John Reck · 9 years ago
  30. 7809f83 Revert "Move AssetAtlas off of SkBitmap*" by John Reck · 9 years ago
  31. 87ffb63 Move AssetAtlas off of SkBitmap* by John Reck · 9 years ago
  32. ec419e0 Make Bitmap_createFromParcel check the color count. by Leon Scroggins III · 9 years ago
  33. 3d4eed7 Update HWUI to store its own SkBitmap objects by Derek Sollenberger · 10 years ago
  34. 71487eb Merge frameworks/base changes from master-skia to master. by Mike Reed · 10 years ago
  35. a2732a2 Stop pretending USE_OPENGL_RENDERER is a thing by John Reck · 10 years ago
  36. 7d13d9d resolved conflicts for merge of 3fc5e3ca to lmp-mr1-dev-plus-aosp by Andreas Gampe · 10 years ago
  37. ed6b9df Frameworks/base: Consistency in core/jni by Andreas Gampe · 10 years ago
  38. 3a091b7 resolved conflicts for merge of 8e0cfe7c to lmp-mr1-dev-plus-aosp by Dan Albert · 10 years ago
  39. 46d8444 Fix clang warnings in core/jni. by Dan Albert · 10 years ago
  40. a35778c7 Yank ResourceCache out of Caches by John Reck · 10 years ago
  41. f23f5de Merge "[Bitmap] Add null pointer protection in Bitmap_sameAs()" into lmp-dev by Chris Craik · 10 years ago
  42. 53001ca [Bitmap] Add null pointer protection in Bitmap_sameAs() by henry.uh_chen · 10 years ago
  43. 6ba30b8 Add android.Paint that inherits SkPaint by Behdad Esfahbod · 10 years ago
  44. 1103b32 SkBitmap::Config is deprecated, use SkColorType by Mike Reed · 10 years ago
  45. 57ee620 Read premultiplied status from the SkBitmap. by Leon Scroggins III · 10 years ago
  46. b933055 stop using (deprecated) SkBitmap::Config by Mike Reed · 10 years ago
  47. 17a8bfc In Bitmap.reconfigure, update the pixelref's info. by Leon Scroggins III · 10 years ago
  48. 32054b0 Fix Bitmap.cpp line endings by Chris Craik · 10 years ago
  49. cc11f15 Update to call new Skia APIs. by Leon Scroggins · 10 years ago
  50. 2d5cf4f Update framework to enable Skia to run in debug mode. by Derek Sollenberger · 10 years ago
  51. 73c0471 Remove call to setIsOpaque (again). by Leon Scroggins · 10 years ago
  52. 36bef0b AArch64: Make graphics classes 64-bit compatible by Ashok Bhat · 11 years ago
  53. 7023df0 Revert "AArch64: Make graphics classes 64-bit compatible" by Narayan Kamath · 11 years ago
  54. 18b4cbe AArch64: Make graphics classes 64-bit compatible by Ashok Bhat · 11 years ago
  55. 8790be6 Remove calls to deprecated SkBitmap::setIsOpaque() by Leon Scroggins III · 11 years ago
  56. 4b9a19a Call SkBitmap::config() instead of ::getConfig() by Leon Scroggins III · 11 years ago
  57. ed79ff0 framework changes needed to support Skia at r12108. by Derek Sollenberger · 11 years ago
  58. ca32021 Replace stream wrap-function w/ more specific ones by Leon Scroggins III · 11 years ago
  59. 1abf5d6 Add inPremutiplied option to BitmapFactory.Options, functionality in Bitmap by Chris Craik · 11 years ago
  60. 3ed7278 Convert 4444 bitmaps to 8888 Bug #10206452 by Romain Guy · 11 years ago
  61. c84d203 Add reconfigure method to Bitmap by Chris Craik · 11 years ago
  62. 547e665 Don't null the reference to Bitmap pixels until we're really ready by Chet Haase · 12 years ago
  63. 713e1bb Add API to enable mipmaps on Bitmap Bug #7353771 by Romain Guy · 12 years ago
  64. 038953d fix wrong read size in ToColor_S4444_Opaque by Keun young Park · 12 years ago
  65. 35ef567 Fix SkBitmap::fPixels not being locked correctly by Michal Stawinski · 12 years ago
  66. ec4a504 Embed layout padding in nine patch images by Amith Yamasani · 12 years ago
  67. d84e1ce Split Parcel JNI details away from Binder. by Jeff Sharkey · 12 years ago
  68. 2c183fa Notify a Bitmap is has changed when calling copyPixelFromBuffer by Romain Guy · 13 years ago
  69. 6579a9d Transfer large bitmaps using ashmem. Bug: 5224703 by Jeff Brown · 13 years ago
  70. b637717 Revert "Transfer large bitmaps using ashmem. Bug: 5224703" by Bart Sears · 13 years ago
  71. 56c58f6 Transfer large bitmaps using ashmem. Bug: 5224703 by Jeff Brown · 13 years ago
  72. a2c8a7b am ec5039b3: am 99c070d8: am 4fea5373: Merge "Add WEBP to the list of Image formats that support Compression." by Jean-Baptiste Queru · 13 years ago
  73. ec5039b am 99c070d8: am 4fea5373: Merge "Add WEBP to the list of Image formats that support Compression." by Jean-Baptiste Queru · 13 years ago
  74. 2305ac9 Add WEBP to the list of Image formats that support Compression. by Vikas Arora · 13 years ago
  75. c9e22e9 Switch to SkSafeUnref for better portability by Jean-Baptiste Queru · 13 years ago
  76. 4cb1753 Remove useless forward declarations. by Elliott Hughes · 13 years ago
  77. 1a81aea Update GL textures when changing a Bitmap's pixels Bug #4146495 by Romain Guy · 13 years ago
  78. 447ee77 Merge "Detect out of memory in extractAlpha" by Eric Hassold · 13 years ago
  79. ef7be26 Detect out of memory in extractAlpha by Eric Hassold · 13 years ago
  80. 6062c59 Skia Merge (revision 808) by Derek Sollenberger · 13 years ago
  81. e4ac2d6 Allocate bitmap backing buffers in the Java heap. by Patrick Dubroy · 14 years ago
  82. dee4cb0 Avoid SIGSEGV in Bitmap_writeToParcel. by Jack Palevich · 14 years ago
  83. 27f0b17 Fix native resource leak when OpenGL renderer is not being used. by Chet Haase · 14 years ago
  84. 5c13d89 Optimizing display lists by referencing pointers to resources instead of copying them by Chet Haase · 14 years ago
  85. a2341a9 Purge Skia objects from GL caches as needed. by Romain Guy · 14 years ago
  86. 9aaa826 Fix possible infinite loop when purging textures. by Romain Guy · 14 years ago
  87. 0bbae08 Add new API to check whether a Bitmap was modified. by Romain Guy · 14 years ago
  88. 76d1e01 hidden api sameAs() to compare the pixels of 2 bitmaps for equality by Mike Reed · 14 years ago
  89. a78b0a2 add (hidden) setHasAlpha() to allow clients like the view's cache to hint that a bitmap is opaque. by Mike Reed · 15 years ago
  90. de0dfb7 Fix issue #2125720 Weather Forecast Widget - graphics do not scale by Dianne Hackborn · 15 years ago
  91. c634fdd am 09a903ab: Merge change 7696 into donut by Android (Google) Code Review · 15 years ago
  92. 1b22b97 add hidden Options field for native allocations by Mike Reed · 15 years ago
  93. ce1311a am 766d7236: Merge change 4737 into donut by Android (Google) Code Review · 15 years ago
  94. 8cdcb12 Add prepareToDraw() to Bitmap for fixing http://b/issue?id=1907995. by Wei-Ta Chen · 15 years ago
  95. 0795272 move libbinder's header files under includes/binder by Mathias Agopian · 15 years ago
  96. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  97. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  98. f1e484a auto import from //branches/cupcake/...@127436 by The Android Open Source Project · 16 years ago
  99. b798689 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  100. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago