1. 7d48969 don't call deprecated iter next by Mike Reed · 4 years, 8 months ago
  2. 15760c9 switch to new SkPathDirection enum by Mike Reed · 4 years, 8 months ago
  3. 6c41ab1 Consolidate NDK and APEX implementations by Derek Sollenberger · 4 years, 9 months ago
  4. e385ff5 Merge "Decouple SurfaceTexture from HWUI" by TreeHugger Robot · 4 years, 9 months ago
  5. 0b1967c Merge "Update MediaMetadateRetriever to use android graphic's C APIs." by Derek Sollenberger · 4 years, 9 months ago
  6. aaa9e83 Decouple SurfaceTexture from HWUI by Stan Iliev · 4 years, 10 months ago
  7. 213daca Update MediaMetadateRetriever to use android graphic's C APIs. by Derek Sollenberger · 4 years, 9 months ago
  8. 4aa30d0 Remove native calls to HWUI from Surface and use the public API instead by Derek Sollenberger · 5 years ago
  9. 68f6d6f Merge "Fix scaling + cropping in ImageDecoder" by TreeHugger Robot · 4 years, 9 months ago
  10. 017cbab Merge "Add Bitmap.CompressFormat#WEBP_LOSSY/LOSSLESS" by TreeHugger Robot · 4 years, 9 months ago
  11. 6e07e16 Fix scaling + cropping in ImageDecoder by Leon Scroggins III · 4 years, 9 months ago
  12. 3019d9c Merge "Fix AnimatedImageDrawables using ByteBuffers" by TreeHugger Robot · 4 years, 10 months ago
  13. 9ca0c52 Move registration of Android Graphics JNI behind the C API. by Derek Sollenberger · 5 years ago
  14. 84d5b19 Merge "Create C API for accessing android.graphics.Bitmap in native code." by Derek Sollenberger · 4 years, 10 months ago
  15. 94d294b Add Bitmap.CompressFormat#WEBP_LOSSY/LOSSLESS by Leon Scroggins III · 4 years, 11 months ago
  16. 3642532 Set opacity on AndroidBitmapInfo by Leon Scroggins III · 5 years ago
  17. a7ec12f Fix AnimatedImageDrawables using ByteBuffers by Leon Scroggins III · 4 years, 11 months ago
  18. 9ca5bbe Create C API for accessing android.graphics.Bitmap in native code. by Derek Sollenberger · 5 years ago
  19. 39adc88 use rect version of join, the other is deprecated by Mike Reed · 5 years ago
  20. 40d7813 Create C API for accessing android.graphics.Region in native code. by Derek Sollenberger · 5 years ago
  21. 95e7c02 Merge "Continue to isolate graphics classes by introducing C API" by TreeHugger Robot · 5 years ago
  22. c287a77 Continue to isolate graphics classes by introducing C API by Derek Sollenberger · 5 years ago
  23. f333b2c Merge "Prefer animation in ImageDecoder.decodeDrawable" by Chong Zhang · 5 years ago
  24. d6d4432 Merge "NDK: Report RGBA_F16 as appropriate" by Leon Scroggins · 5 years ago
  25. cba2792 Prefer animation in ImageDecoder.decodeDrawable by Chong Zhang · 5 years ago
  26. eefe3fb NDK: Report RGBA_F16 as appropriate by Leon Scroggins III · 5 years ago
  27. e78f7c9 Move GraphicBuffer back into libandroid_runtime. by Derek Sollenberger · 5 years ago
  28. 5c8d9dbb Merge "Remove final usage of asSkCanvas" by TreeHugger Robot · 5 years ago
  29. 8b99419 Update includes to begin isolating graphics classes. by Derek Sollenberger · 5 years ago
  30. 894e85a Remove final usage of asSkCanvas by John Reck · 5 years ago
  31. 6bdd90f Remove unused (mostly GL-related) headers by Fedor Kudasov · 5 years ago
  32. 25b1884 Remove jni function that exposes native window by Fedor Kudasov · 5 years ago
  33. 21e7e2d Build native android graphics library for desktop by Jerome Gaillard · 5 years ago
  34. 0ab4439 Replace Skia font macros with enums. by Ben Wagner · 5 years ago
  35. 2ee3743 use new non-255 colormatrix by Mike Reed · 5 years ago
  36. 1c2f5fc Update to new factories for effects by Mike Reed · 5 years ago
  37. 61783592 Use libnativehelper to get access to NIO buffer internals by Orion Hodson · 5 years ago
  38. 71fae62 Pass Bitmap's native instance to JNI where feasible by Leon Scroggins III · 5 years ago
  39. ca8aef6 Remove bitmap::getBitmapAllocationByteCount by Leon Scroggins III · 5 years ago
  40. 79a5f4b Merge "Remove unused HarfBuzz src in libandroid_runtime" am: b9940315bf am: dbc06c23a6 by Luca Stefani · 5 years ago
  41. 576c8b7 Merge "Revert "Speculative fix for createBitmap crash"" by Leon Scroggins · 5 years ago
  42. c052fa2 Merge changes I241824bf,I9021864f by Leon Scroggins · 5 years ago
  43. 7e7a8ef Merge "Stop double-counting native memory in graphics classes" by TreeHugger Robot · 5 years ago
  44. 10965f3 Convert ColorLong in native code in Paint by Leon Scroggins III · 5 years ago
  45. bbdb731 Stop double-counting native memory in graphics classes by Leon Scroggins III · 5 years ago
  46. 03b3e236 Restore Paint#nSetColor(@ColorInt) by Leon Scroggins III · 5 years ago
  47. 300af26 Revert "Speculative fix for createBitmap crash" by Leon Scroggins III · 5 years ago
  48. 7e8c759 Merge "Change TabStop type from int to float" by TreeHugger Robot · 5 years ago
  49. d5621ed Change TabStop type from int to float by Seigo Nonaka · 5 years ago
  50. 41da9a9 Remove unused HarfBuzz src in libandroid_runtime by Luca Stefani · 5 years ago
  51. fb1b479 Hide packing structure from public API by Seigo Nonaka · 5 years ago
  52. 1b042a7 Merge "Pass ColorSpace to AnimatedImageDrawable" by TreeHugger Robot · 5 years ago
  53. 1ea6075 Start running CtsGraphicsTestCases for changes to graphics code. by Aurimas Liutikas · 5 years ago
  54. eac1423 Pass ColorSpace to AnimatedImageDrawable by Leon Scroggins III · 5 years ago
  55. 28f3943f Make ImageDecoder.setTargetColorSpace to EXTENDED promote to F16 by Leon Scroggins III · 5 years ago
  56. bf3e464 Refine ColorSpace restrictions for Bitmaps by Derek Sollenberger · 5 years ago
  57. 023c0fc Speculative fix for createBitmap crash by Leon Scroggins III · 5 years ago
  58. fcd2ab1 Merge "Properly refer to Java "long" as "jlong"" by TreeHugger Robot · 5 years ago
  59. 4a49d7a Merge "Remove code that does nothing" by TreeHugger Robot · 5 years ago
  60. def1685 Merge "Only decode to F16 if HARDWARE supports it" by TreeHugger Robot · 5 years ago
  61. 2befe1d Properly refer to Java "long" as "jlong" by Leon Scroggins III · 5 years ago
  62. a170a5a Remove code that does nothing by Leon Scroggins III · 5 years ago
  63. ee3bfe7 Only decode to F16 if HARDWARE supports it by Leon Scroggins III · 5 years ago
  64. a0baea2 Merge "Replace createHardwareBitmap with wrapHardwareBuffer." by Peiyong Lin · 5 years ago
  65. 9d42740 Replace createHardwareBitmap with wrapHardwareBuffer. by Peiyong Lin · 6 years ago
  66. b0aecc2 Use ColorLongs in Linear-, Radial-, and Sweep-Gradient by Leon Scroggins III · 6 years ago
  67. b391c99 Merge "Add Bitmap#getColor" by TreeHugger Robot · 5 years ago
  68. 39594b4 Merge "reset path before append glyph outlines, to match old SkPaint behavior" by TreeHugger Robot · 5 years ago
  69. bacaa1d reset path before append glyph outlines, to match old SkPaint behavior by Mike Reed · 5 years ago
  70. 870053d Add Bitmap#getColor by Leon Scroggins III · 5 years ago
  71. 2d04d98 Merge "jni: more O_CLOEXECs" am: 0bd511611e am: c37cf98395 am: db8af62777 by Nick Kralevich · 5 years ago
  72. 202084c Add Bitmap.setColorSpace() by Derek Sollenberger · 6 years ago
  73. 4b3a08c jni: more O_CLOEXECs by Nick Kralevich · 5 years ago
  74. 03acdb1 access hinting via SkFont by Mike Reed · 5 years ago
  75. 0ea09a4 IWYU by Mike Reed · 5 years ago
  76. d8cf9da Merge "Store SkFont in android::Paint" by TreeHugger Robot · 5 years ago
  77. f6d86ac Store SkFont in android::Paint by Mike Reed · 6 years ago
  78. 48340af Merge "Don't assume all FP16 bitmaps are linearly encoded." by Derek Sollenberger · 5 years ago
  79. 6e35e63 Don't assume all FP16 bitmaps are linearly encoded. by Derek Sollenberger · 6 years ago
  80. 5cca8f2 Add continuous SKP capture test api by John Reck · 6 years ago
  81. 94ba100 Convert @ColorLongs in native code by Leon Scroggins III · 6 years ago
  82. 0e443d1 ColorSpaces have native SkColorSpaces by Leon Scroggins III · 6 years ago
  83. 6ee4110 Add Paint#get(ShadowLayer)ColorLong by Leon Scroggins III · 6 years ago
  84. 8bbcd34 Add Paint#setShadowLayer(..., @ColorLong) by Leon Scroggins III · 6 years ago
  85. aefa03d Add Paint#setColor(@ColorLong) by Leon Scroggins III · 6 years ago
  86. 77571c7 Merge "Add Bitmap#eraseColor(@ColorLong) + helpers" by TreeHugger Robot · 6 years ago
  87. 4c4259b Add Bitmap#eraseColor(@ColorLong) + helpers by Leon Scroggins III · 6 years ago
  88. 40f4cb5 Merge "Switch to skcms-based factories and getters in SkColorSpace" by Brian Osman · 6 years ago
  89. 17dd2a3 Merge "Bitmap.cpp: replace dup() with fcntl(F_DUPFD_CLOEXEC)" am: f084e95629 am: 97261fc39e by Nick Kralevich · 6 years ago
  90. be8fac26 Switch to skcms-based factories and getters in SkColorSpace by Brian Osman · 6 years ago
  91. 07f1c1d Bitmap.cpp: replace dup() with fcntl(F_DUPFD_CLOEXEC) by Nick Kralevich · 6 years ago
  92. 13f8650 Merge "Fix spelling of "HARDWARE"" am: 9fbe481727 am: 281664abf5 am: 5ff66466e5 by Hans Boehm · 6 years ago
  93. e5b337d Fix spelling of "HARDWARE" by Hans Boehm · 6 years ago
  94. a33b751 Remove unused ICU headers by Victor Chang · 6 years ago
  95. 90bfeee Merge "Fix/suppress core/jni google-explicit-constructor warnings" am: ddeab2c144 am: e053f576b1 by Chih-Hung Hsieh · 6 years ago
  96. 0727be1 Fix/suppress core/jni google-explicit-constructor warnings by Chih-Hung Hsieh · 6 years ago
  97. e216948 Cleanup of Bitmap.h entry points. by Derek Sollenberger · 6 years ago
  98. 023e91a Merge "use SkFontMetrics instead of SkPaint::FontMetrics" by TreeHugger Robot · 6 years ago
  99. da3488a use SkFontMetrics instead of SkPaint::FontMetrics by Mike Reed · 6 years ago
  100. 8168f6f Merge "Added support for additional Blend Modes" by Nader Jawad · 6 years ago