1. 7c0ae0f bitmaps and pixelrefs no longer need lock/unlock by Mike Reed · 7 years ago
  2. 71483a8 Merge "use sk_sp to manage colortables" by TreeHugger Robot · 7 years ago
  3. 908370b Merge "Add BitmapFactory.Options.inColorSpace" into oc-dev am: c99bcc69f7 by Romain Guy · 7 years ago
  4. c99bcc6 Merge "Add BitmapFactory.Options.inColorSpace" into oc-dev by Romain Guy · 7 years ago
  5. 00ce770 Merge "Bug fix: use legacy SkCanvas regardless of color space tag" into oc-dev am: 101dc265a8 by Matt Sarett · 7 years ago
  6. 95648b8 Add BitmapFactory.Options.inColorSpace by Romain Guy · 7 years ago
  7. ca9b703 Bug fix: use legacy SkCanvas regardless of color space tag by Matt Sarett · 7 years ago
  8. 0a8fb52 use sk_sp to manage colortables by Mike Reed · 7 years ago
  9. 826deef switch over to SkVertices object, and stop using deprecated methods. by Mike Reed · 7 years ago
  10. 90fc43b Query color space before decoding a bitmap by Romain Guy · 7 years ago
  11. 2ecdfc2 Use SkColorSpace::isSRGB() in place of pointer comparison by Matt Sarett · 8 years ago
  12. dd3c06c Stop explicitly using kCallerPasses_Ownership by Leon Scroggins III · 7 years ago
  13. 327c720 BitmapFactory: Remove legacy premultiply hacks by Matt Sarett · 8 years ago
  14. 6c38257 BitmapFactory: Leave the P3 color space on wide gamut bitmaps by Matt Sarett · 8 years ago
  15. e8d2ebb Report bitmap config when decoding only metadata by Romain Guy · 8 years ago
  16. 33e3741 Decode images to sRGB, premultiply based on framework define by Matt Sarett · 8 years ago
  17. 6eebb28b Use a colorspace when decoding to F16 by Matt Sarett · 8 years ago
  18. 8a50364 Manual revert of "Decode to sRGB in BitmapFactory" by Matt Sarett · 8 years ago
  19. 9505a65 Add new RGBA_F16 bitmap config by Romain Guy · 8 years ago
  20. 2312cdc Decode to sRGB in BitmapFactory by Matt Sarett · 8 years ago
  21. 9fbb0b5 Prohibit Config.HARDWARE in factory methods, that create mutable bitmaps by sergeyv · 8 years ago
  22. 10219fb SkImageEncoder->SkEncodeImage by Hal Canary · 8 years ago
  23. da6c8ffc Introduce Bitmap.Config.Hardware with @hide annotation by sergeyv · 8 years ago
  24. 18bd885 Replace SkAutoTUnref with sk_sp. by Ben Wagner · 8 years ago
  25. aed7f58 Pass Bitmap instead of SkBitmap in canvas.drawBitmap(Bitmap, float,float,Paint) by sergeyv · 8 years ago
  26. c1c5406 Rename hwui/PixelRef to hwui/Bitmap Test: refactoring cl. bug:32216791 by sergeyv · 8 years ago
  27. 260ab72 use SkBlendMode instead of SkXfermode by Mike Reed · 8 years ago
  28. 253f2c2 Linear blending, step 1 by Romain Guy · 8 years ago
  29. c69853c Remove all hacks around ref counting in Bitmap by sergeyv · 8 years ago
  30. 4508218 Make bitmap backed by native memory instead of java byte array by sergeyv · 8 years ago
  31. a493f62 Request legacy mode behavior from SkCodec in BitmapFactory by Matt Sarett · 8 years ago
  32. 0d4604c Return DNG mimeType for the case kDNG_SkEncodedFormat by Yujie Qin · 8 years ago
  33. ee80c47 Fix uses of SkImageInfo in BitmapFactory to preserve color space info by Matt Sarett · 8 years ago
  34. 002c43e Delete references to SkImageDecoder by Matt Sarett · 8 years ago
  35. 990ea13 Return DNG mimeType for the case kRAW_SkEncodedFormat by Yujie Qin · 8 years ago
  36. 4e5ec34 Fine scale the decoded result to match the desired sampleSize. by Anton Daubert · 9 years ago
  37. c1d7b7f Use SkFILEStream directly when possible by Yujie Qin · 9 years ago
  38. 96ffbdc Use SkCodec::MinBufferedBytes() for front buffered image decode stream by Matt Sarett · 9 years ago
  39. 3b1b68d Allow ninepatches to be encoded using non-RGBA modes by Matt Sarett · 9 years ago
  40. e3b8f25 Merge "Make BitmapFactory.Options API Changes" by Matt Sarett · 9 years ago
  41. 5e2496b Make BitmapFactory.Options API Changes by Matt Sarett · 9 years ago
  42. d31512b Clean-ups for BitmapRegionDecoder by Matt Sarett · 9 years ago
  43. 9e7cd63 Allow SkAndroidCodec to compute the decode color type and alpha type by Matt Sarett · 9 years ago
  44. b8adc9a Modify BitmapFactory to use SkAndroidCodec by Matt Sarett · 9 years ago
  45. f35b989 Merge six commits from master-skia to master by Leon Scroggins III · 9 years ago
  46. d8f904f Revert "Merge six commits from master-skia to master" by Tom Hudson · 9 years ago
  47. 5507807 Merge six commits from master-skia to master by Leon Scroggins III · 9 years ago
  48. 434a481 am ea1831d2: am b57dd722: resolved conflicts for a884d81e to stage-aosp-master by Elliott Hughes · 9 years ago
  49. b57dd72 resolved conflicts for a884d81e to stage-aosp-master by Elliott Hughes · 9 years ago
  50. 76f6a86 constify JNINativeMethod function pointer tables by Daniel Micay · 9 years ago
  51. 60126ef Use unique_ptr instead of SkAutoTDelete. by Ben Wagner · 9 years ago
  52. ae2e8b4 Add warning if an in-use Bitmap is reconfigured by John Reck · 9 years ago
  53. f29ed28 Attempt to solve the double-GC problem by John Reck · 9 years ago
  54. ed207b9 Change how Java Bitmaps are accessed in a few places by John Reck · 9 years ago
  55. edc22fb Revert "Change how Java Bitmaps are accessed in a few places" by John Reck · 9 years ago
  56. a771b98 Change how Java Bitmaps are accessed in a few places by John Reck · 9 years ago
  57. 4147877 Remove user of GraphicsJNI::createBitmap by John Reck · 9 years ago
  58. 2a1ce8a use SkFilterQuality instead of SkPaint::FilterLevel by Mike Reed · 9 years ago
  59. 3449789 SkStream is no longer a ref counted object. by Leon Scroggins III · 10 years ago
  60. f4faeac Cleanup Bitmap JNI attempt #2 by John Reck · 10 years ago
  61. c02977e Revert "Cleanup Bitmap JNI" by Chad Jones · 10 years ago
  62. b291524 Cleanup Bitmap JNI by John Reck · 10 years ago
  63. c2d3957 Remove dead code from AssetStreamAdapter. by Ben Wagner · 10 years ago
  64. 2e61c04 am bf31cb6b: am 8371f2e3: Merge "Check for OOM in BitmapFactory\'s getMimeTypeString()." by Vladimir Marko · 10 years ago
  65. 4e29869 am bf31cb6b: am 8371f2e3: Merge "Check for OOM in BitmapFactory\'s getMimeTypeString()." by Vladimir Marko · 10 years ago
  66. 7ab249a Check for OOM in BitmapFactory's getMimeTypeString(). by Vladimir Marko · 10 years ago
  67. f2883b32 explicitly call tryAllocPixels if you want to check for failure by Mike Reed · 10 years ago
  68. 7d13d9d resolved conflicts for merge of 3fc5e3ca to lmp-mr1-dev-plus-aosp by Andreas Gampe · 10 years ago
  69. ed6b9df Frameworks/base: Consistency in core/jni by Andreas Gampe · 10 years ago
  70. 3a091b7 resolved conflicts for merge of 8e0cfe7c to lmp-mr1-dev-plus-aosp by Dan Albert · 10 years ago
  71. 46d8444 Fix clang warnings in core/jni. by Dan Albert · 10 years ago
  72. c793fcb Fix memory leak where we close the descriptor instead of the file. by Derek Sollenberger · 10 years ago
  73. 1449426 Decoder only returns true on complete success. by Leon Scroggins III · 10 years ago
  74. 5cb769d Fix memory leak where we close the descriptor instead of the file. by Derek Sollenberger · 10 years ago
  75. d29c902 Revert "Fix memory leak where we close the descriptor instead of the file." by Jérôme Poichet · 10 years ago
  76. 1b99187 Fix memory leak where we close the descriptor instead of the file. by Derek Sollenberger · 10 years ago
  77. a08d10f Add missing null check to ninePatchInsets by Mathieu Chartier · 10 years ago
  78. bd8db2e8 Add bounds checking to nine patch scaling by Chris Craik · 10 years ago
  79. 77b5cad Add outline alpha by Chris Craik · 10 years ago
  80. 47cd8e9 Implement outline support for nine patches by Chris Craik · 10 years ago
  81. 42a1d08 SkBitmap::Config is deprecated, use SkColorType by Mike Reed · 10 years ago
  82. 4a9c389 kNative_8888_SkColorType is now kN32_SkColorType by Mike Reed · 10 years ago
  83. c054966 Make optical insets actually work by Alan Viverette · 10 years ago
  84. b933055 stop using (deprecated) SkBitmap::Config by Mike Reed · 10 years ago
  85. 0aa39dc Ignore inPurgeable and inInputShareable. by Leon Scroggins III · 10 years ago
  86. 28408c2 Remove call to deprecated SkBitmap::asImageInfo. by Leon Scroggins III · 10 years ago
  87. cc11f15 Update to call new Skia APIs. by Leon Scroggins · 10 years ago
  88. 46cb9bd Update framework to use M34 version of Skia. by Leon Scroggins · 11 years ago
  89. 42a51ae Fix scaleNinePatch. by Narayan Kamath · 10 years ago
  90. b5c4e7f resolved conflicts for merge of 92860a74 to master by Narayan Kamath · 11 years ago
  91. 6381dd4 LP64: Make 9 patches architecture agnostic. by Narayan Kamath · 11 years ago
  92. b644a3b Updates to the Skia API needed to merge the WebView m33 version of Skia. by Derek Sollenberger · 11 years ago
  93. 2826e5f Decode file descriptor from the correct offset. by Leon Scroggins III · 11 years ago
  94. a039843 AArch64: Make graphics classes 64-bit compatible by Ashok Bhat · 11 years ago
  95. 36bef0b AArch64: Make graphics classes 64-bit compatible by Ashok Bhat · 11 years ago
  96. 7023df0 Revert "AArch64: Make graphics classes 64-bit compatible" by Narayan Kamath · 11 years ago
  97. 18b4cbe AArch64: Make graphics classes 64-bit compatible by Ashok Bhat · 11 years ago
  98. 0102f8a In nativeDecodeFileDescriptor, use fdopen. by Leon Scroggins III · 11 years ago
  99. 8790be6 Remove calls to deprecated SkBitmap::setIsOpaque() by Leon Scroggins III · 11 years ago
  100. b9c58ab Merge AssetStream with AssetStreamAdaptor. by Leon Scroggins III · 11 years ago