1. 0aa99e7 Merge changes from topics 'hw_prohibit_copy_buffer', 'hw_create_immutable_bitmap', 'recycled_getConfig' by Sergei Vasilinetc · 8 years ago
  2. 81f97ee HardwareBitmaps: support createBitmap methods that return immutable bitmap by sergeyv · 8 years ago
  3. e2327c0 Fix out of bounds memory read in GIFMovie.cpp by Leon Scroggins III · 8 years ago
  4. 15a1085 Fix getConfig on recycled bitmap by sergeyv · 8 years ago
  5. 6eebb28b Use a colorspace when decoding to F16 by Matt Sarett · 8 years ago
  6. fa49cc0 Merge "Manual revert of "Decode to sRGB in BitmapFactory"" by Matt Sarett · 8 years ago
  7. 8a50364 Manual revert of "Decode to sRGB in BitmapFactory" by Matt Sarett · 8 years ago
  8. 8b6fe1d Merge "Support Bitmap.copy for hardware bitmaps" by Sergei Vasilinetc · 8 years ago
  9. 045d478 Merge "Fix ViewCaptureTest, Bitmap.sameAs" by Chris Craik · 8 years ago
  10. 05126d1 Support Bitmap.copy for hardware bitmaps by sergeyv · 8 years ago
  11. 795bd0f Fix ViewCaptureTest, Bitmap.sameAs by Chris Craik · 8 years ago
  12. 9505a65 Add new RGBA_F16 bitmap config by Romain Guy · 8 years ago
  13. 9f8cc0a Merge "Add check if bitmap is hardware in Bitmap.sameAs" by Sergei Vasilinetc · 8 years ago
  14. 2312cdc Decode to sRGB in BitmapFactory by Matt Sarett · 8 years ago
  15. 1eabed3 Add check if bitmap is hardware in Bitmap.sameAs by sergeyv · 8 years ago
  16. 0b2a66c Merge "Fix getConfig function for hw bitmaps" by Sergei Vasilinetc · 8 years ago
  17. 19b4b01 Fix getConfig function for hw bitmaps by sergeyv · 8 years ago
  18. 15589c36 Merge "Outline & Path perf improvements" by Chris Craik · 8 years ago
  19. 82f8f3e Merge "Prohibit Config.HARDWARE in factory methods, that create mutable bitmaps" by Sergei Vasilinetc · 8 years ago
  20. 2414e1b Outline & Path perf improvements by Chris Craik · 8 years ago
  21. 9fbb0b5 Prohibit Config.HARDWARE in factory methods, that create mutable bitmaps by sergeyv · 8 years ago
  22. dcc3630 Remove Rasterizer and its subclasses from the public API. by Derek Sollenberger · 8 years ago
  23. 10219fb SkImageEncoder->SkEncodeImage by Hal Canary · 8 years ago
  24. da6c8ffc Introduce Bitmap.Config.Hardware with @hide annotation by sergeyv · 8 years ago
  25. 1a62591 Merge "Add wordSpacing parameter to Paint" by Seigo Nonaka · 8 years ago
  26. 5e3935e Merge "Support hardware bitmaps in bitmap shaders" by Sergei Vasilinetc · 8 years ago
  27. 219e2c79 Add wordSpacing parameter to Paint by Seigo Nonaka · 8 years ago
  28. 554ffeb Support hardware bitmaps in bitmap shaders by sergeyv · 8 years ago
  29. b6e2013 Move test only initialization to each test setup. by Seigo Nonaka · 8 years ago
  30. 5f9dd15 Merge "Update bitmap shaders to the special no-copy image shaders." by Derek Sollenberger · 8 years ago
  31. 9a2d4e7 Remove fAsset->read() debug statement by Matt Sarett · 8 years ago
  32. 450756a Update bitmap shaders to the special no-copy image shaders. by Derek Sollenberger · 8 years ago
  33. 780b624 Merge "Reference colorspace during creation of SkImageInfo" by TreeHugger Robot · 8 years ago
  34. 7d5219f Reference colorspace during creation of SkImageInfo by sergeyv · 8 years ago
  35. ab12c1f update callers to newer Skia APIs by Mike Reed · 8 years ago
  36. 52d5a55 Merge "Replace SkAutoTUnref with sk_sp." by Ben Wagner · 8 years ago
  37. 18bd885 Replace SkAutoTUnref with sk_sp. by Ben Wagner · 8 years ago
  38. c2f31df use SkBlendMode by Mike Reed · 8 years ago
  39. 9192d5e Remove unused method by John Reck · 8 years ago
  40. c0f5036 Merge changes If99865cd,I5b794c94 by Derek Sollenberger · 8 years ago
  41. 050bb6a Minor cleanup of unused headers and overly described functions. by Derek Sollenberger · 8 years ago
  42. 95f7d7a Merge "Move SkMovie into frameworks/base" by TreeHugger Robot · 8 years ago
  43. b5e74b9 Move SkMovie into frameworks/base by Leon Scroggins III · 8 years ago
  44. 7de7385 Implement getTransparentRegion() using SkLatticeIter by Matt Sarett · 8 years ago
  45. fa4c311 Merge "PdfEditor: define LOG_TAG" am: a3bb8e3cc7 am: 9c0ea2d1cd am: 5aad37e70c by Mark Salyzyn · 8 years ago
  46. 9c0ea2d Merge "PdfEditor: define LOG_TAG" am: a3bb8e3cc7 by Mark Salyzyn · 8 years ago
  47. 121ab70 PdfEditor: define LOG_TAG by Mark Salyzyn · 8 years ago
  48. ec4a4b1 Use Bitmap in DisplayList & RecordedOps instead of SkBitmap by sergeyv · 8 years ago
  49. 5fd2a1c Pass Bitmap instead of SkBitmap in drawNinePatch & drawBitmapMesh by sergeyv · 8 years ago
  50. fc999950 Pass Bitmap instead of SkBitmap for bitmap rect operation by sergeyv · 8 years ago
  51. aed7f58 Pass Bitmap instead of SkBitmap in canvas.drawBitmap(Bitmap, float,float,Paint) by sergeyv · 8 years ago
  52. c1c5406 Rename hwui/PixelRef to hwui/Bitmap Test: refactoring cl. bug:32216791 by sergeyv · 8 years ago
  53. 7ca5ad1 Merge "Move allocatePixelRef methods to hwui. This patch also makes tests to use SkBitmap backed by hwui/PixelRef, Test: refactoring cl. bug:27762775" by Sergei Vasilinetc · 8 years ago
  54. c36bd6c Move allocatePixelRef methods to hwui. by sergeyv · 8 years ago
  55. 260ab72 use SkBlendMode instead of SkXfermode by Mike Reed · 8 years ago
  56. 1158b6d layoutlib relies on refSkPixelRef(), put it back by Romain Guy · 8 years ago
  57. 21986f2 Merge "Linear blending, step 1" by Romain Guy · 8 years ago
  58. 253f2c2 Linear blending, step 1 by Romain Guy · 8 years ago
  59. 163f881 Move PixelRef to hwui Test: refactoring cl. bug:27762775 by sergeyv · 8 years ago
  60. c69853c Remove all hacks around ref counting in Bitmap by sergeyv · 8 years ago
  61. f03f8e5 Merge "Paint conversion to @FastNative/@CriticalNative" by TreeHugger Robot · 8 years ago
  62. 170219c Merge "Matrix JNI update" by John Reck · 8 years ago
  63. f228597 Paint conversion to @FastNative/@CriticalNative by John Reck · 8 years ago
  64. 7ef8dbe Merge "Make bitmap backed by native memory instead of java byte array Test: refactoring CL. Existing unit tests still pass. bug:27762775" by TreeHugger Robot · 8 years ago
  65. 4508218 Make bitmap backed by native memory instead of java byte array by sergeyv · 8 years ago
  66. 94931bd Matrix JNI update by John Reck · 8 years ago
  67. d4babda Merge "Use SkMakeBitmapShader, avoid bitmap copy" by Matt Sarett · 8 years ago
  68. 62feb3a Use SkMakeBitmapShader, avoid bitmap copy by Matt Sarett · 8 years ago
  69. 5d31a29 Cleanup Xfermode by John Reck · 8 years ago
  70. 66ae3de Ensure munmap matches mmap am: aa394dd42c am: 068403a842 am: d073e28853 am: c9cf811b50 am: b74a6f60d1 by John Reck · 8 years ago
  71. 5a8af8f Ensure munmap matches mmap am: aa394dd42c am: 068403a842 am: d073e28853 am: c9cf811b50 by John Reck · 8 years ago
  72. b74a6f6 Ensure munmap matches mmap am: aa394dd42c am: 068403a842 am: d073e28853 by John Reck · 8 years ago
  73. d073e28 Ensure munmap matches mmap am: aa394dd42c am: 068403a842 by John Reck · 8 years ago
  74. 068403a Ensure munmap matches mmap am: aa394dd42c by John Reck · 8 years ago
  75. a493f62 Request legacy mode behavior from SkCodec in BitmapFactory by Matt Sarett · 8 years ago
  76. 003bdee Ensure munmap matches mmap by John Reck · 8 years ago
  77. aa394dd Ensure munmap matches mmap by John Reck · 8 years ago
  78. 900b2ab Merge "Fix google-explicit-constructor warnings in core/jni." am: cfc9f5d03d am: ed4b31f9e1 am: 276322ad2e by Chih-Hung Hsieh · 8 years ago
  79. 7af6508 Merge "Fix google-explicit-constructor warnings in core/jni." am: cfc9f5d03d am: ed4b31f9e1 by Chih-Hung Hsieh · 8 years ago
  80. a654328 Fix google-explicit-constructor warnings in core/jni. by Chih-Hung Hsieh · 8 years ago
  81. 00156a5f Only have a single call into pdfium at a time. am: 366262dc78 am: 20823b77da by Philip P. Moltmann · 8 years ago
  82. 366262d Only have a single call into pdfium at a time. by Philip P. Moltmann · 8 years ago
  83. 81be3a9 Move SkTypeface::CreateXXX to SkTypeface::MakeXXX. by Ben Wagner · 8 years ago
  84. d8b5c31 Move from SkData::NewXXX to SkData::MakeXXX. by Ben Wagner · 8 years ago
  85. 8b9a1fa Eliminate recents upload jank am: 4387190d8e am: 021a952150 am: 897b9effb7 by John Reck · 8 years ago
  86. 897b9ef Eliminate recents upload jank am: 4387190d8e am: 021a952150 by John Reck · 8 years ago
  87. 4387190 Eliminate recents upload jank by John Reck · 8 years ago
  88. 79ad7be Fix include to match Skia filename change by Matt Sarett · 8 years ago
  89. 8898c16 Remove references to SkImageDecoder (part 2) by Matt Sarett · 8 years ago
  90. 0d4604c Return DNG mimeType for the case kDNG_SkEncodedFormat by Yujie Qin · 8 years ago
  91. 3fabee6 Merge \"Don\'t count zero width space in hasGlyph layout\" into nyc-mr1-dev by Raph Levien · 8 years ago
  92. 4cb7bb5 skia SkDocument - new MakePDF API, fix leak by Hal Canary · 8 years ago
  93. 3f01d81 Don't count zero width space in hasGlyph layout by Raph Levien · 8 years ago
  94. 6141db3 Don't count zero width space in hasGlyph layout by Raph Levien · 8 years ago
  95. 39c2320 Merge "Handle Pdfium errors" by Philip P. Moltmann · 8 years ago
  96. 12328c0 Handle Pdfium errors by Philip P. Moltmann · 8 years ago
  97. ae1aa85 Follow the minikin namespace changes by Seigo Nonaka · 8 years ago
  98. ee80c47 Fix uses of SkImageInfo in BitmapFactory to preserve color space info by Matt Sarett · 8 years ago
  99. 61a5307 Use SkMatrix to compute pdf transformation. by Philip P. Moltmann · 8 years ago
  100. 1ec2fd7 stephenli@ manually merge many commits up to '032dcff' by The Android Automerger · 8 years ago