1. 95648b8 Add BitmapFactory.Options.inColorSpace by Romain Guy · 7 years ago
  2. 8242656 Color management, the missing pieces by Romain Guy · 7 years ago
  3. 5320a72 Support Alpha8->RGBA bitmap copying by Matt Sarett · 7 years ago
  4. d70532d Don't apply the sRGB OETF twice on RGBAF16 bitmaps by Romain Guy · 7 years ago
  5. ce217fa Make Bitmap.get/setPixel[s] color space aware by Romain Guy · 7 years ago
  6. 5acc476 Write Bitmap's color space in parcel by Romain Guy · 7 years ago
  7. efb4b06 Add ColorSpace information on Bitmap by Romain Guy · 7 years ago
  8. 53fc3cd Merge "Fix NDK access to recycle'd bitmaps" by TreeHugger Robot · 7 years ago
  9. 00799f7 Fix NDK access to recycle'd bitmaps by John Reck · 7 years ago
  10. 656117b Fix premultiplied flag for hardware bitmaps by sergeyv · 7 years ago
  11. 89ddb1f Update framework to use new SkColorSpace API by Matt Sarett · 7 years ago
  12. 6e3658a Hidden method to get a graphic buffer from a hardware bitmap by sergeyv · 8 years ago
  13. 0a0f231 Move GraphicBuffer to graphics package by sergeyv · 8 years ago
  14. 81f97ee HardwareBitmaps: support createBitmap methods that return immutable bitmap by sergeyv · 8 years ago
  15. 15a1085 Fix getConfig on recycled bitmap by sergeyv · 8 years ago
  16. 8b6fe1d Merge "Support Bitmap.copy for hardware bitmaps" by Sergei Vasilinetc · 8 years ago
  17. 045d478 Merge "Fix ViewCaptureTest, Bitmap.sameAs" by Chris Craik · 8 years ago
  18. 05126d1 Support Bitmap.copy for hardware bitmaps by sergeyv · 8 years ago
  19. 795bd0f Fix ViewCaptureTest, Bitmap.sameAs by Chris Craik · 8 years ago
  20. 9505a65 Add new RGBA_F16 bitmap config by Romain Guy · 8 years ago
  21. 1eabed3 Add check if bitmap is hardware in Bitmap.sameAs by sergeyv · 8 years ago
  22. 19b4b01 Fix getConfig function for hw bitmaps by sergeyv · 8 years ago
  23. 10219fb SkImageEncoder->SkEncodeImage by Hal Canary · 8 years ago
  24. 780b624 Merge "Reference colorspace during creation of SkImageInfo" by TreeHugger Robot · 8 years ago
  25. 7d5219f Reference colorspace during creation of SkImageInfo by sergeyv · 8 years ago
  26. ab12c1f update callers to newer Skia APIs by Mike Reed · 8 years ago
  27. 9192d5e Remove unused method by John Reck · 8 years ago
  28. ec4a4b1 Use Bitmap in DisplayList & RecordedOps instead of SkBitmap by sergeyv · 8 years ago
  29. 5fd2a1c Pass Bitmap instead of SkBitmap in drawNinePatch & drawBitmapMesh by sergeyv · 8 years ago
  30. fc999950 Pass Bitmap instead of SkBitmap for bitmap rect operation by sergeyv · 8 years ago
  31. aed7f58 Pass Bitmap instead of SkBitmap in canvas.drawBitmap(Bitmap, float,float,Paint) by sergeyv · 8 years ago
  32. c1c5406 Rename hwui/PixelRef to hwui/Bitmap Test: refactoring cl. bug:32216791 by sergeyv · 8 years ago
  33. c36bd6c Move allocatePixelRef methods to hwui. by sergeyv · 8 years ago
  34. 1158b6d layoutlib relies on refSkPixelRef(), put it back by Romain Guy · 8 years ago
  35. 21986f2 Merge "Linear blending, step 1" by Romain Guy · 8 years ago
  36. 253f2c2 Linear blending, step 1 by Romain Guy · 8 years ago
  37. 163f881 Move PixelRef to hwui Test: refactoring cl. bug:27762775 by sergeyv · 8 years ago
  38. c69853c Remove all hacks around ref counting in Bitmap by sergeyv · 8 years ago
  39. 4508218 Make bitmap backed by native memory instead of java byte array by sergeyv · 8 years ago
  40. 003bdee Ensure munmap matches mmap by John Reck · 8 years ago
  41. 897b9ef Eliminate recents upload jank am: 4387190d8e am: 021a952150 by John Reck · 8 years ago
  42. 4387190 Eliminate recents upload jank by John Reck · 8 years ago
  43. 85e0c89 resolve merge conflicts of 1599b981 to nyc-dev-plus-aosp by Chih-Hung Hsieh · 8 years ago
  44. c6baf56 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 8 years ago
  45. a5fdde9 Take app screenshots in 565. by Winson · 8 years ago
  46. 562cfef Remove warning by John Reck · 8 years ago
  47. dccca44 Reland: Move text logic from jni to hwui level by sergeyv · 8 years ago
  48. afbd0f1 Revert "Move text logic from jni to hwui level" by Sergei Vasilinetc · 8 years ago
  49. a7f6bba1 Move text logic from jni to hwui level by sergeyv · 8 years ago
  50. 66ce1c3 Lock SkBitmap before accessing color table by Leon Scroggins III · 8 years ago
  51. 775873a Use NativeAllocationRegistry for Paint, Canvas, and Bitmap by Richard Uhler · 9 years ago
  52. 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
  53. 2fba776 Log errno when dup fd cannot be allocated BUG: 25165471 am: 211abad3b9 by Erik Wolsheimer · 9 years ago
  54. 211abad Log errno when dup fd cannot be allocated BUG: 25165471 by Erik Wolsheimer · 9 years ago
  55. 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
  56. 8cee7c1 Limit persistent ashmem backed fds to a minimum of 128kB. by Riley Andrews · 9 years ago
  57. b57dd72 resolved conflicts for a884d81e to stage-aosp-master by Elliott Hughes · 9 years ago
  58. 76f6a86 constify JNINativeMethod function pointer tables by Daniel Micay · 9 years ago
  59. 01a0af3 Yell loudly about undefined behind in Bitmap, but work anyway by John Reck · 9 years ago
  60. 6260b22 Fix bitmap get/set pixels for ALPHA_8 by Chris Craik · 9 years ago
  61. a316c5d Fix Bitmap parceling through ashmem. by Jeff Brown · 9 years ago
  62. 0781a2f Fix reconfigure & setPremult alpha handling by John Reck · 9 years ago
  63. 721ae5f Add internal bitmap api for creating immutable ashmem backed bitmaps. by Riley Andrews · 9 years ago
  64. 39d7f30 Use ashmem to optimize all bitmap copies. by Riley Andrews · 10 years ago
  65. 2a94a10 Update the rowBytes when reconfiguring to match the new imageInfo. by Derek Sollenberger · 9 years ago
  66. ae2e8b4 Add warning if an in-use Bitmap is reconfigured by John Reck · 9 years ago
  67. f29ed28 Attempt to solve the double-GC problem by John Reck · 9 years ago
  68. c6e2e8f Move AssetAtlas off of SkBitmap* by John Reck · 9 years ago
  69. 7809f83 Revert "Move AssetAtlas off of SkBitmap*" by John Reck · 9 years ago
  70. 87ffb63 Move AssetAtlas off of SkBitmap* by John Reck · 9 years ago
  71. ec419e0 Make Bitmap_createFromParcel check the color count. by Leon Scroggins III · 9 years ago
  72. 3d4eed7 Update HWUI to store its own SkBitmap objects by Derek Sollenberger · 10 years ago
  73. 71487eb Merge frameworks/base changes from master-skia to master. by Mike Reed · 10 years ago
  74. a2732a2 Stop pretending USE_OPENGL_RENDERER is a thing by John Reck · 10 years ago
  75. 7d13d9d resolved conflicts for merge of 3fc5e3ca to lmp-mr1-dev-plus-aosp by Andreas Gampe · 10 years ago
  76. ed6b9df Frameworks/base: Consistency in core/jni by Andreas Gampe · 10 years ago
  77. 3a091b7 resolved conflicts for merge of 8e0cfe7c to lmp-mr1-dev-plus-aosp by Dan Albert · 10 years ago
  78. 46d8444 Fix clang warnings in core/jni. by Dan Albert · 10 years ago
  79. a35778c7 Yank ResourceCache out of Caches by John Reck · 10 years ago
  80. f23f5de Merge "[Bitmap] Add null pointer protection in Bitmap_sameAs()" into lmp-dev by Chris Craik · 10 years ago
  81. 53001ca [Bitmap] Add null pointer protection in Bitmap_sameAs() by henry.uh_chen · 10 years ago
  82. 6ba30b8 Add android.Paint that inherits SkPaint by Behdad Esfahbod · 10 years ago
  83. 1103b32 SkBitmap::Config is deprecated, use SkColorType by Mike Reed · 10 years ago
  84. 57ee620 Read premultiplied status from the SkBitmap. by Leon Scroggins III · 10 years ago
  85. b933055 stop using (deprecated) SkBitmap::Config by Mike Reed · 10 years ago
  86. 17a8bfc In Bitmap.reconfigure, update the pixelref's info. by Leon Scroggins III · 10 years ago
  87. 32054b0 Fix Bitmap.cpp line endings by Chris Craik · 10 years ago
  88. cc11f15 Update to call new Skia APIs. by Leon Scroggins · 10 years ago
  89. 2d5cf4f Update framework to enable Skia to run in debug mode. by Derek Sollenberger · 10 years ago
  90. 73c0471 Remove call to setIsOpaque (again). by Leon Scroggins · 10 years ago
  91. 36bef0b AArch64: Make graphics classes 64-bit compatible by Ashok Bhat · 11 years ago
  92. 7023df0 Revert "AArch64: Make graphics classes 64-bit compatible" by Narayan Kamath · 11 years ago
  93. 18b4cbe AArch64: Make graphics classes 64-bit compatible by Ashok Bhat · 11 years ago
  94. 8790be6 Remove calls to deprecated SkBitmap::setIsOpaque() by Leon Scroggins III · 11 years ago
  95. 4b9a19a Call SkBitmap::config() instead of ::getConfig() by Leon Scroggins III · 11 years ago
  96. ed79ff0 framework changes needed to support Skia at r12108. by Derek Sollenberger · 11 years ago
  97. ca32021 Replace stream wrap-function w/ more specific ones by Leon Scroggins III · 11 years ago
  98. 1abf5d6 Add inPremutiplied option to BitmapFactory.Options, functionality in Bitmap by Chris Craik · 11 years ago
  99. 3ed7278 Convert 4444 bitmaps to 8888 Bug #10206452 by Romain Guy · 11 years ago
  100. c84d203 Add reconfigure method to Bitmap by Chris Craik · 11 years ago