1. 7c93e86 Make casting to bidi flags explicit by Seigo Nonaka · 7 years ago
  2. 938e884 Avoid setting high contrast in every view draw by John Reck · 7 years ago
  3. 318ca04 Refactoring: Deprecate Paint.mNativeTypeface. by Seigo Nonaka · 7 years ago
  4. f51a80d Remove more references to kIndex_8 by Leon Scroggins III · 7 years ago
  5. 826deef switch over to SkVertices object, and stop using deprecated methods. by Mike Reed · 7 years ago
  6. a0a74d5 use _deprecated suffix for deprecated clipops by Mike Reed · 7 years ago
  7. 3318f8b include SkRegion.h explicitly (SkCanvas.h no longer does) by Mike Reed · 7 years ago
  8. bfa0b29 Use @CriticalNative in Canvas by Chris Craik · 8 years ago
  9. b29b16e Remove clipRegion from the public API. by Derek Sollenberger · 8 years ago
  10. 66b9d44 Revert "try to stop using exotic clipps" by Chris Craik · 8 years ago
  11. 834653b try to stop using exotic clipps by Mike Reed · 8 years ago
  12. 6c67f1d SkClipOp is now an enum class by Mike Reed · 8 years ago
  13. 6e49c9f switch over clip calls to use SkClipOp instead of SkRegion::Op by Mike Reed · 8 years ago
  14. 5fd2a1c Pass Bitmap instead of SkBitmap in drawNinePatch & drawBitmapMesh by sergeyv · 8 years ago
  15. fc999950 Pass Bitmap instead of SkBitmap for bitmap rect operation by sergeyv · 8 years ago
  16. aed7f58 Pass Bitmap instead of SkBitmap in canvas.drawBitmap(Bitmap, float,float,Paint) by sergeyv · 8 years ago
  17. c1c5406 Rename hwui/PixelRef to hwui/Bitmap Test: refactoring cl. bug:32216791 by sergeyv · 8 years ago
  18. 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
  19. ca9b1ed Merge "use SkBlendMode instead of SkXfermode use sk_sp versions of paint setters/getters" by Mike Reed · 8 years ago
  20. caa08ff The bigger update to Canvas by John Reck · 8 years ago
  21. c36bd6c Move allocatePixelRef methods to hwui. by sergeyv · 8 years ago
  22. 260ab72 use SkBlendMode instead of SkXfermode by Mike Reed · 8 years ago
  23. 253f2c2 Linear blending, step 1 by Romain Guy · 8 years ago
  24. ac347fb Merge "Remove all hacks around ref counting in Bitmap Test: refactoring cl. bug:27762775" by TreeHugger Robot · 8 years ago
  25. 5cb74bc Canvas fastjni -> @FastNative by John Reck · 8 years ago
  26. c69853c Remove all hacks around ref counting in Bitmap by sergeyv · 8 years ago
  27. efbf4ef [WIP] Use non-fast JNI for Canvas.native_drawBitmap. by Hiroshi Yamauchi · 8 years ago
  28. ae1aa85 Follow the minikin namespace changes by Seigo Nonaka · 8 years ago
  29. bad9918 Clean up and rename TypefaceImpl by sergeyv · 8 years ago
  30. dccca44 Reland: Move text logic from jni to hwui level by sergeyv · 8 years ago
  31. afbd0f1 Revert "Move text logic from jni to hwui level" by Sergei Vasilinetc · 8 years ago
  32. a7f6bba1 Move text logic from jni to hwui level by sergeyv · 8 years ago
  33. edf71a9 Don't force transparent text to be high contrast by Chris Craik · 8 years ago
  34. eecff56 Add internal Canvas save flags by Florin Malita · 9 years ago
  35. 775873a Use NativeAllocationRegistry for Paint, Canvas, and Bitmap by Richard Uhler · 9 years ago
  36. a171727 Initial text support in new reorderer/renderer by Chris Craik · 9 years ago
  37. 0dba1f6 FastJNI canvas by John Reck · 9 years ago
  38. 434a481 am ea1831d2: am b57dd722: resolved conflicts for a884d81e to stage-aosp-master by Elliott Hughes · 9 years ago
  39. b57dd72 resolved conflicts for a884d81e to stage-aosp-master by Elliott Hughes · 9 years ago
  40. 76f6a86 constify JNINativeMethod function pointer tables by Daniel Micay · 9 years ago
  41. 4c5efe9 Add ninePatch support to Canvas.h by Derek Sollenberger · 9 years ago
  42. 773bbe0 Revert "Add ninePatch support to Canvas.h" by John Reck · 9 years ago
  43. edca320 Add ninePatch support to Canvas.h by Derek Sollenberger · 9 years ago
  44. 6578a98 Support High Contrast Text for all canvas types by Derek Sollenberger · 9 years ago
  45. 749e674 Revert "Support High Contrast Text for all canvas types" by Chris Craik · 9 years ago
  46. 876d566 Support High Contrast Text for all canvas types by Derek Sollenberger · 9 years ago
  47. 94394b3 Move drawRegion from DisplayList to Canvas by Derek Sollenberger · 9 years ago
  48. 5ec6a28 Unify clipping return value behavior - true if not empty by Chris Craik · 9 years ago
  49. 7c103a3 Remove Bitmap#getSkBitmap by John Reck · 9 years ago
  50. 3731dc2 A bunch more cleanups by John Reck · 9 years ago
  51. ed207b9 Change how Java Bitmaps are accessed in a few places by John Reck · 9 years ago
  52. c1b33d6 GraphicsJNI Canvas cleanup by John Reck · 9 years ago
  53. 9d4efdf Revert "A bunch more cleanups" by John Reck · 9 years ago
  54. 1ff961d Revert "Remove Bitmap#getSkBitmap" by John Reck · 9 years ago
  55. 4bd981e Remove Bitmap#getSkBitmap by John Reck · 9 years ago
  56. c294d12 A bunch more cleanups by John Reck · 9 years ago
  57. 3891f3a Add compat path for restore underflow by Chris Craik · 9 years ago
  58. 7d5dda4 Revert "Avoid throwing ISE in Canvas#restore underflow" by Chris Craik · 9 years ago
  59. 14cfb6d Avoid throwing ISE in Canvas#restore underflow by Chris Craik · 9 years ago
  60. 2a1ce8a use SkFilterQuality instead of SkPaint::FilterLevel by Mike Reed · 9 years ago
  61. 2d08eaf Merge "Revert "Revert "Remove references to SkPorterDuff as it is deprecated.""" by Chris Craik · 9 years ago
  62. 1526a45 Revert "Revert "Remove references to SkPorterDuff as it is deprecated."" by Chris Craik · 9 years ago
  63. fdbf68f Merge "Revert "Remove references to SkPorterDuff as it is deprecated."" by Chris Craik · 9 years ago
  64. 26b4f59 Revert "Remove references to SkPorterDuff as it is deprecated." by Chris Craik · 9 years ago
  65. cd4ed96 emove uncessary include for SkPorterDuff.h (Part 2) by Derek Sollenberger · 9 years ago
  66. a9aded1 Remove references to SkPorterDuff as it is deprecated. by Derek Sollenberger · 9 years ago
  67. 849911a Move Canvas by John Reck · 10 years ago
  68. 3d4eed7 Update HWUI to store its own SkBitmap objects by Derek Sollenberger · 10 years ago
  69. 8dfaa49 Make DisplayListRenderer inherit from Canvas, merge JNI by Tom Hudson · 10 years ago
  70. f2883b32 explicitly call tryAllocPixels if you want to check for failure by Mike Reed · 10 years ago
  71. ed6b9df Frameworks/base: Consistency in core/jni by Andreas Gampe · 10 years ago
  72. 0f0b491 Frameworks/base: Wall Werror in core/jni by Andreas Gampe · 10 years ago
  73. e21e2a2 Clean up Minikin includes by Behdad Esfahbod · 10 years ago
  74. 63c5c78 Further centralize Minikin interaction by Behdad Esfahbod · 10 years ago
  75. acb4099 Refactor text drawing to move minikin interactions outside of the canvas interface. by Derek Sollenberger · 10 years ago
  76. 6ba30b8 Add android.Paint that inherits SkPaint by Behdad Esfahbod · 10 years ago
  77. 8872b38 Separate Canvas JNI code from the implementation. by Derek Sollenberger · 10 years ago
  78. 580ff81 Revert "Separate Canvas JNI code from the implementation." by John Reck · 10 years ago
  79. f5d6c55 Separate Canvas JNI code from the implementation. DO NOT MERGE by Derek Sollenberger · 10 years ago