1. d29c902 Revert "Fix memory leak where we close the descriptor instead of the file." by Jérôme Poichet · 10 years ago
  2. 1b99187 Fix memory leak where we close the descriptor instead of the file. by Derek Sollenberger · 10 years ago
  3. a08d10f Add missing null check to ninePatchInsets by Mathieu Chartier · 10 years ago
  4. bd8db2e8 Add bounds checking to nine patch scaling by Chris Craik · 10 years ago
  5. 77b5cad Add outline alpha by Chris Craik · 10 years ago
  6. 47cd8e9 Implement outline support for nine patches by Chris Craik · 10 years ago
  7. 42a1d08 SkBitmap::Config is deprecated, use SkColorType by Mike Reed · 10 years ago
  8. 4a9c389 kNative_8888_SkColorType is now kN32_SkColorType by Mike Reed · 10 years ago
  9. c054966 Make optical insets actually work by Alan Viverette · 10 years ago
  10. b933055 stop using (deprecated) SkBitmap::Config by Mike Reed · 10 years ago
  11. 0aa39dc Ignore inPurgeable and inInputShareable. by Leon Scroggins III · 10 years ago
  12. 28408c2 Remove call to deprecated SkBitmap::asImageInfo. by Leon Scroggins III · 10 years ago
  13. cc11f15 Update to call new Skia APIs. by Leon Scroggins · 10 years ago
  14. 46cb9bd Update framework to use M34 version of Skia. by Leon Scroggins · 10 years ago
  15. 42a51ae Fix scaleNinePatch. by Narayan Kamath · 10 years ago
  16. b5c4e7f resolved conflicts for merge of 92860a74 to master by Narayan Kamath · 10 years ago
  17. 6381dd4 LP64: Make 9 patches architecture agnostic. by Narayan Kamath · 10 years ago
  18. b644a3b Updates to the Skia API needed to merge the WebView m33 version of Skia. by Derek Sollenberger · 11 years ago
  19. 2826e5f Decode file descriptor from the correct offset. by Leon Scroggins III · 10 years ago
  20. a039843 AArch64: Make graphics classes 64-bit compatible by Ashok Bhat · 11 years ago
  21. 36bef0b AArch64: Make graphics classes 64-bit compatible by Ashok Bhat · 11 years ago
  22. 7023df0 Revert "AArch64: Make graphics classes 64-bit compatible" by Narayan Kamath · 10 years ago
  23. 18b4cbe AArch64: Make graphics classes 64-bit compatible by Ashok Bhat · 11 years ago
  24. 0102f8a In nativeDecodeFileDescriptor, use fdopen. by Leon Scroggins III · 11 years ago
  25. 8790be6 Remove calls to deprecated SkBitmap::setIsOpaque() by Leon Scroggins III · 11 years ago
  26. b9c58ab Merge AssetStream with AssetStreamAdaptor. by Leon Scroggins III · 11 years ago
  27. 4b9a19a Call SkBitmap::config() instead of ::getConfig() by Leon Scroggins III · 11 years ago
  28. f65183f Do not attempt to decode NULL SkData. by Leon Scroggins III · 11 years ago
  29. 1ffe727 Skip writing zeroes to java allocated memory. by Leon Scroggins III · 11 years ago
  30. 7315f1b Use a native buffer for decoding images. by Leon Scroggins III · 11 years ago
  31. cd0ba71 Create a pixelref wrapper for reused bitmaps by Chris Craik · 11 years ago
  32. ca32021 Replace stream wrap-function w/ more specific ones by Leon Scroggins III · 11 years ago
  33. 1abf5d6 Add inPremutiplied option to BitmapFactory.Options, functionality in Bitmap by Chris Craik · 11 years ago
  34. 5827cb5 Changes needed to support Skia at r10377. by Derek Sollenberger · 11 years ago
  35. d63ee75 Merge "Add webp to BitmapFactory.Options outMimetype" by Chris Craik · 11 years ago
  36. 95587f9 Add webp to BitmapFactory.Options outMimetype by Chris Craik · 11 years ago
  37. 787e357 Trace bitmaps decoding by Romain Guy · 11 years ago
  38. 6b0437c Fix SkASSERT errors resulting from the order objects are allocated on the stack. by Derek Sollenberger · 11 years ago
  39. 905e824 Add support for post-decode density scaling with reuse by Chris Craik · 11 years ago
  40. 7e8c03c Support all formats for BitmapFactory.Options.inBitmap by Chris Craik · 11 years ago
  41. 9f58361 Support larger bitmaps in BitmapFactory.Options.inBitmap by Chris Craik · 11 years ago
  42. 7f2e4ef am c24b1448: Merge "Don\'t mark recycled bitmaps as immutable" by Michael Jurka · 11 years ago
  43. afce5a4 Don't mark recycled bitmaps as immutable by Michael Jurka · 11 years ago
  44. ca79cf6 Update framework to support r5967 of Skia. by Derek Sollenberger · 12 years ago
  45. 8cba91d am 8b0851ca: am 3034d451: Merge "Fix for native crash on image decode OOM" into jb-mr1-dev by Raph Levien · 12 years ago
  46. 005bfc6 Fix for native crash on image decode OOM by Raph Levien · 12 years ago
  47. 2a6ecae Fix Skia assertions where we were allowing immutable bitmaps to be written to. by Derek Sollenberger · 12 years ago
  48. 053a82c Properly resize paletted bitmaps when adjusting for density by Romain Guy · 12 years ago
  49. 27d8383 Fix possible leak in bitmap decoding. by Jeff Brown · 12 years ago
  50. b2fe3be Fix crash when decoding bitmap by Marco Nelissen · 12 years ago
  51. 7634424 Fix scaling of layout bounds. by Dianne Hackborn · 12 years ago
  52. 8f8d9fb Keep opaque bitmaps opaque after scaling Bug #6293845 by Romain Guy · 12 years ago
  53. ec4a504 Embed layout padding in nine patch images by Amith Yamasani · 12 years ago
  54. 7b2f8b8 Pre-scale bitmaps on the native heap by Romain Guy · 12 years ago
  55. caf813f Remove unused private API by Romain Guy · 12 years ago
  56. b13b9bd frameworks/base refactoring. by Mathias Agopian · 12 years ago
  57. 99b7b7a Force bitmaps to load in ARGB8888 by default. Bug #5024993 by Romain Guy · 13 years ago
  58. a3804cf You don't need to poke around inside FileDescriptor manually. by Elliott Hughes · 13 years ago
  59. a06d86a Move NinePatchPeeker into its own file. by Leon Scroggins · 13 years ago
  60. 4b26247 Merge "Change to stream decoding mode if the file descriptor cannot support seek." into honeycomb by Owen Lin · 14 years ago
  61. a9d0d47 Change to stream decoding mode if the file descriptor cannot support seek. by Owen Lin · 14 years ago
  62. 2361098 Add BitmapFactory.Options.inMutable to load mutable bitmaps. by Romain Guy · 14 years ago
  63. 2118b25 Eliminate tracked allocations and the inNativeAlloc option. by Carl Shapiro · 14 years ago
  64. e4ac2d6 Allocate bitmap backing buffers in the Java heap. by Patrick Dubroy · 14 years ago
  65. decc8cd Add ability to reuse bitmaps when decoding PNG content by Chet Haase · 14 years ago
  66. 37f74ca Add ability to reuse bitmaps when loading new content by Chet Haase · 14 years ago
  67. ddb76c4 Change assets to use 64-bit API by Kenny Root · 14 years ago
  68. 953f909 Add inPreferQualityOverSpeed into BitmapFactory.Options. by Wei-Ta Chen · 14 years ago
  69. 2a3d754 Avoid copying byte arrays when just decoding bounds. by Bryan Mawhinney · 14 years ago
  70. 6b849e2 Unhide BitmapRegionDecoder. by Wei-Ta Chen · 14 years ago
  71. 2dcfbef Fix bug in JNI BitmapFactory by Joseph Wen · 14 years ago
  72. 340ce75 Revert "Rename LargeBitmap to BitmapRegionDecoder for having a better API." by Wei-Ta Chen · 14 years ago
  73. 50ba3d2 Rename LargeBitmap to BitmapRegionDecoder for having a better API. by Wei-Ta Chen · 14 years ago
  74. 18ef3725 DO NOT MERGE. Fix the build. by Romain Guy · 14 years ago
  75. 288471d DO NOT MERGE. Load assets in place instead of deferring until draw. by Romain Guy · 14 years ago
  76. f1f48bc Do JPEG tile-based decoding. by Joseph Wen · 14 years ago
  77. 39f10ec If we detect a 9patch chunk, force the config chooser to avoid 565, with its pre-dithering madness by Mike Reed · 14 years ago
  78. 36ad54a force purgeability for assets by Mike Reed · 14 years ago
  79. ab4a0c1 add API to change default config on image decoders. by Mike Reed · 15 years ago
  80. 1715441 use new setDither on ImageRef to retain that setting for purgeable images by Mike Reed · 15 years ago
  81. 1b22b97 add hidden Options field for native allocations by Mike Reed · 15 years ago
  82. 2a2c5cd Modify the decoding logic in the FD case when a purgeable flag is set, by Wei-Ta Chen · 15 years ago
  83. c70e06b Add (hidden for now) purgeable bitmaps by Mike Reed · 15 years ago
  84. 0a6a0e9 AI 144176: To fix the race condition in case "requestCancelDecode" by Ray Chen · 15 years ago
  85. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  86. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  87. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 15 years ago
  88. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  89. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago