1. 60126ef Use unique_ptr instead of SkAutoTDelete. by Ben Wagner · 9 years ago
  2. fac5894 am 3b68ca16: am 96160dea: am 8e645d58: am 649c3c44: am 7290d93d: Merge "Yell loudly about undefined behind in Bitmap, but work anyway" into mnc-dev by John Reck · 9 years ago
  3. 01a0af3 Yell loudly about undefined behind in Bitmap, but work anyway by John Reck · 9 years ago
  4. 8e1ae26 am 6c3fc22c: am 5a70e76f: am 53a82e35: am 520a5c56: am 4604c1dc: Merge "Fix bitmap get/set pixels for ALPHA_8" into mnc-dev by Chris Craik · 9 years ago
  5. 6260b22 Fix bitmap get/set pixels for ALPHA_8 by Chris Craik · 9 years ago
  6. 2f02dc5 switch to new signature for NewWithProc by Mike Reed · 9 years ago
  7. c6024cd JNI optimization tweaks to Paint high-frequency methods by John Reck · 9 years ago
  8. 476f715 Create a thread_local cache for textLocale by John Reck · 9 years ago
  9. bea77a0 Deep-copying sucks when all you want is a borrow by John Reck · 9 years ago
  10. 1149cdc Make measureText(String, int, int) not use context by Raph Levien · 9 years ago
  11. 2a6d6e5 Fixes for Region_writeToParcel. by Leon Scroggins III · 9 years ago
  12. 1b83edc Merge "Workaround shader crash" into mnc-dev by Chris Craik · 9 years ago
  13. b786bbd Workaround shader crash by Chris Craik · 9 years ago
  14. ef9db7d Add more specific consumer names for common buffer queue endpoints. by Eino-Ville Talvala · 9 years ago
  15. a316c5d Fix Bitmap parceling through ashmem. by Jeff Brown · 9 years ago
  16. fbd0288 Update the pdfium library - framework by Svet Ganov · 9 years ago
  17. 36ff86c Apply contextStart consistently in getRunAdvance by Raph Levien · 9 years ago
  18. 0781a2f Fix reconfigure & setPremult alpha handling by John Reck · 9 years ago
  19. 462dd01 Fix overflow in NinePatchImpl. by Leon Scroggins III · 9 years ago
  20. 252893d Merge "Check that the parcel contained the expected amount of region data." into mnc-dev by Derek Sollenberger · 9 years ago
  21. 721ae5f Add internal bitmap api for creating immutable ashmem backed bitmaps. by Riley Andrews · 9 years ago
  22. 39d7f30 Use ashmem to optimize all bitmap copies. by Riley Andrews · 10 years ago
  23. cdadfc2 Check that the parcel contained the expected amount of region data. by Derek Sollenberger · 9 years ago
  24. beda861 Merge "Ensure that unparcelling Region only reads the expected number of bytes" into mnc-dev by Derek Sollenberger · 9 years ago
  25. 58cff53 Merge "SkScalarDiv and its variants are deprecated" into mnc-dev by Jérôme Poichet · 9 years ago
  26. 6d8371e Check for setting to already set by John Reck · 9 years ago
  27. 3082fe4 Ensure that unparcelling Region only reads the expected number of bytes by Derek Sollenberger · 9 years ago
  28. 47b3441 SkScalarDiv and its variants are deprecated by Mike Reed · 9 years ago
  29. 2a94a10 Update the rowBytes when reconfiguring to match the new imageInfo. by Derek Sollenberger · 9 years ago
  30. ae2e8b4 Add warning if an in-use Bitmap is reconfigured by John Reck · 9 years ago
  31. f29ed28 Attempt to solve the double-GC problem by John Reck · 9 years ago
  32. 7c103a3 Remove Bitmap#getSkBitmap by John Reck · 9 years ago
  33. c6e2e8f Move AssetAtlas off of SkBitmap* by John Reck · 9 years ago
  34. 3731dc2 A bunch more cleanups by John Reck · 9 years ago
  35. ed207b9 Change how Java Bitmaps are accessed in a few places by John Reck · 9 years ago
  36. c1b33d6 GraphicsJNI Canvas cleanup by John Reck · 9 years ago
  37. 1c17ba5 Merge "Add Paint methods for cursor positioning" by Raph Levien · 9 years ago
  38. edc22fb Revert "Change how Java Bitmaps are accessed in a few places" by John Reck · 9 years ago
  39. a027ec5 Add Paint methods for cursor positioning by Raph Levien · 9 years ago
  40. a771b98 Change how Java Bitmaps are accessed in a few places by John Reck · 9 years ago
  41. 4147877 Remove user of GraphicsJNI::createBitmap by John Reck · 9 years ago
  42. 3544e6f Merge "Don't use context in measureText(char[])" by Raph Levien · 9 years ago
  43. 80b485d Don't use context in measureText(char[]) by Raph Levien · 9 years ago
  44. f7f969e6 Add Paint.hasGlyph method by Raph Levien · 9 years ago
  45. c94f742 Calculate line breaks using Minikin by Raph Levien · 9 years ago
  46. 0b86062 Fix DrawFilter's usage in HWUI. by Derek Sollenberger · 9 years ago
  47. 2a1ce8a use SkFilterQuality instead of SkPaint::FilterLevel by Mike Reed · 9 years ago
  48. 210a189 Add HyphenEdit support to Paint by Raph Levien · 9 years ago
  49. ee24859 Refactor DisplayList path caching. by Derek Sollenberger · 9 years ago
  50. 247dc6e Fix use of SkMutex. by Leon Scroggins III · 9 years ago
  51. 3449789 SkStream is no longer a ref counted object. by Leon Scroggins III · 9 years ago
  52. ec419e0 Make Bitmap_createFromParcel check the color count. by Leon Scroggins III · 9 years ago
  53. 2d08eaf Merge "Revert "Revert "Remove references to SkPorterDuff as it is deprecated.""" by Chris Craik · 9 years ago
  54. 1526a45 Revert "Revert "Remove references to SkPorterDuff as it is deprecated."" by Chris Craik · 9 years ago
  55. fdbf68f Merge "Revert "Remove references to SkPorterDuff as it is deprecated."" by Chris Craik · 9 years ago
  56. 26b4f59 Revert "Remove references to SkPorterDuff as it is deprecated." by Chris Craik · 9 years ago
  57. f4faeac Cleanup Bitmap JNI attempt #2 by John Reck · 9 years ago
  58. b9a468e Merge "Revert "Cleanup Bitmap JNI"" by Chad Jones · 9 years ago
  59. c02977e Revert "Cleanup Bitmap JNI" by Chad Jones · 9 years ago
  60. 35da7d9 Merge "Cleanup Bitmap JNI" by John Reck · 9 years ago
  61. b291524 Cleanup Bitmap JNI by John Reck · 9 years ago
  62. a9aded1 Remove references to SkPorterDuff as it is deprecated. by Derek Sollenberger · 9 years ago
  63. c4e4eef Merge "Rename Canvas::getSkCanvas to Canvas::asSkCanvas" by Derek Sollenberger · 9 years ago
  64. 9a1eefe1 Merge "AvoidXferMode -> AvoidXfermode." by Leon Scroggins III · 9 years ago
  65. ed1ce37 AvoidXferMode -> AvoidXfermode. by Leon Scroggins III · 9 years ago
  66. 9bf106f Merge "Move SkAvoidXferMode into frameworks/base." by Leon Scroggins III · 9 years ago
  67. 626647c Move SkAvoidXferMode into frameworks/base. by Leon Scroggins III · 9 years ago
  68. c5ea9fa Merge "Fix bitmap allocation error that causes crash when calling Bitmap::extractAlpha" by Derek Sollenberger · 9 years ago
  69. d37095b Fix bitmap allocation error that causes crash when calling Bitmap::extractAlpha by Derek Sollenberger · 9 years ago
  70. b3d50e0 Rename Canvas::getSkCanvas to Canvas::asSkCanvas by Derek Sollenberger · 9 years ago
  71. 283ddb9 am 3523e4fc: am efe085ff: Merge "Handle bad ninepatch data." into lmp-mr1-dev by Leon Scroggins III · 9 years ago
  72. 8475144 am 3523e4fc: am efe085ff: Merge "Handle bad ninepatch data." into lmp-mr1-dev by Leon Scroggins III · 9 years ago
  73. a730ef3 Handle bad ninepatch data. by Leon Scroggins III · 9 years ago
  74. 849911a Move Canvas by John Reck · 9 years ago
  75. d5049e2 am 04b633c5: am 0de2eca5: am 112e35b4: Merge "Update generationId on bitmaps when decoded into by BitmapRegionDecoder" into lmp-mr1-dev by Chris Craik · 9 years ago
  76. 04b633c am 0de2eca5: am 112e35b4: Merge "Update generationId on bitmaps when decoded into by BitmapRegionDecoder" into lmp-mr1-dev by Chris Craik · 9 years ago
  77. 112e35b4 Merge "Update generationId on bitmaps when decoded into by BitmapRegionDecoder" into lmp-mr1-dev by Chris Craik · 9 years ago
  78. 17761233 Remove last mention of SkFontHost. by Ben Wagner · 9 years ago
  79. 3b47713 Update generationId on bitmaps when decoded into by BitmapRegionDecoder by Chris Craik · 9 years ago
  80. dbf22cc Merge "Update HWUI to store its own SkBitmap objects" by Derek Sollenberger · 9 years ago
  81. c2d3957 Remove dead code from AssetStreamAdapter. by Ben Wagner · 10 years ago
  82. f462c24 Use at least SkStreamAsset for SkTypefaces. by Ben Wagner · 10 years ago
  83. 3d4eed7 Update HWUI to store its own SkBitmap objects by Derek Sollenberger · 10 years ago
  84. 304cc53 Use the generic Canvas instead of SkCanvas by Derek Sollenberger · 10 years ago
  85. 40a0709 Merge "Merge frameworks/base changes from master-skia to master." by Tom Hudson · 10 years ago
  86. 152d728 Check for OOM in BitmapFactory's getMimeTypeString(). by Vladimir Marko · 10 years ago
  87. 2e61c04 am bf31cb6b: am 8371f2e3: Merge "Check for OOM in BitmapFactory\'s getMimeTypeString()." by Vladimir Marko · 10 years ago
  88. 4e29869 am bf31cb6b: am 8371f2e3: Merge "Check for OOM in BitmapFactory\'s getMimeTypeString()." by Vladimir Marko · 10 years ago
  89. 71487eb Merge frameworks/base changes from master-skia to master. by Mike Reed · 10 years ago
  90. f70afa9 am 721d0994: am f60b2d40: am 024191b5: Merge "Fix comment. It should be \'or\' not \'of\'." by Narayan Kamath · 10 years ago
  91. 7ab249a Check for OOM in BitmapFactory's getMimeTypeString(). by Vladimir Marko · 10 years ago
  92. 721d099 am f60b2d40: am 024191b5: Merge "Fix comment. It should be \'or\' not \'of\'." by Narayan Kamath · 10 years ago
  93. 024191b Merge "Fix comment. It should be 'or' not 'of'." by Narayan Kamath · 10 years ago
  94. 8dfaa49 Make DisplayListRenderer inherit from Canvas, merge JNI by Tom Hudson · 10 years ago
  95. 1e95477 Merge "Make SkiaCanvas creation call ref() on SkCanvas." by Leon Scroggins III · 10 years ago
  96. 0e52410 Merge "Remove dependence on SK_LEGACY_PICTURE_DRAW_API." by Leon Scroggins III · 10 years ago
  97. c21e364 Merge "Stop pretending USE_OPENGL_RENDERER is a thing" by John Reck · 10 years ago
  98. a2732a2 Stop pretending USE_OPENGL_RENDERER is a thing by John Reck · 10 years ago
  99. f2883b32 explicitly call tryAllocPixels if you want to check for failure by Mike Reed · 10 years ago
  100. 1898129 Make SkiaCanvas creation call ref() on SkCanvas. by Leon Scroggins III · 10 years ago