1. a580fb3 Add paint flags to viewer GUI. by Ben Wagner · 7 years ago
  2. 77d085e Add SkColorSpace::Make, taking an skcms_ICCProfile by Brian Osman · 7 years ago
  3. 84c0792 SkColorSetARGB in constants by Hal Canary · 7 years ago
  4. d234afd Remove SkPaint::kGenA8FromLCD_Flag. by Ben Wagner · 7 years ago
  5. e320486 Don't allow ganesh to allocate mip maps for wrapped textures. by Greg Daniel · 7 years ago
  6. 7444c3c Revert "Delete getRenderTargetHandle call on SkSurface." by Greg Daniel · 7 years ago
  7. 408ee9f remove unused virtual onNotifyPixelsChanged by Mike Reed · 7 years ago
  8. 584b501 Support downscaling to max texture size when making cross-context images by Brian Osman · 7 years ago
  9. d1999ca Update Skia milestone to 68 by Heather Miller · 7 years ago
  10. c828109 Delete getRenderTargetHandle call on SkSurface. by Greg Daniel · 7 years ago
  11. 9438790 Reland "Add private fIsBadForDAA bit to SkPath" by Yuqian Li · 7 years ago
  12. ba375a8 Add SK_SUPPORT_LEGACY_BACKEND_OBJECTS by Robert Phillips · 7 years ago
  13. c6c5ead Reland "Fix handling of MaskFilter matrices" by Florin Malita · 7 years ago
  14. 1f27585 remove unused/dumb methods from SkRect by Mike Reed · 7 years ago
  15. ed5e069 Revert "Add private fIsBadForDAA bit to SkPath" by Yuqian Li · 7 years ago
  16. 54aefc7 Add private fIsBadForDAA bit to SkPath by Yuqian Li · 7 years ago
  17. 8eaf64a Fix SkTCopyOnFirstWrite copy semantics by Florin Malita · 7 years ago
  18. 044b67d Remove guard around getBackendTexture/RenderTarget calls by Greg Daniel · 7 years ago
  19. c64ee20 Revert "Fix handling of MaskFilter matrices" by Robert Phillips · 7 years ago
  20. 2097fd0 Fix handling of MaskFilter matrices by Florin Malita · 7 years ago
  21. 323fbcf Move GrBackendRenderTarget over to new system of getting backed infos by Greg Daniel · 7 years ago
  22. ff7fa50 Add ctor to GrVkImageInfo. by Greg Daniel · 7 years ago
  23. 52e16d9 Update getBackendInfo calls on GrBackendTexture to support VkImageLayout better. by Greg Daniel · 7 years ago
  24. 5c71518 fix path to rect when missing close verb by Cary Clark · 7 years ago
  25. a7b8e74 Reland "Remove deprectated GrContext::MakeGL overloads that take raw ptr" by Brian Salomon · 7 years ago
  26. 0cfd547 Remove SK_SUPPORT_LEGACY_BLURMASKFILTER by Brian Osman · 7 years ago
  27. c1b9c10 Add versions of MakeGL() that don't require include GrGLInterface.h in order to use the GrGLMakeNativeInterface by Brian Salomon · 7 years ago
  28. 9ca3065 Don't use GrPixelConfig value as proxy for valid on GrBackendSurface. by Greg Daniel · 7 years ago
  29. 9988541 remove SK_IGNORE_TO_STRING by Cary Clark · 7 years ago
  30. 87f852d Revert "Remove deprectated GrContext::MakeGL overloads that take raw ptr" by Robert Phillips · 7 years ago
  31. efa60a1 Remove deprectated GrContext::MakeGL overloads that take raw ptr by Brian Salomon · 7 years ago
  32. f932a63 Add maxTextureSize()/maxRenderTargetSize() to GrContext by Brian Salomon · 7 years ago
  33. 8caf85f Add GrBackendTexture/RenderTarget accessors to SkSurface by Robert Phillips · 7 years ago
  34. 91749c8 Add SK_API to SkSurfaceCharacterization by Robert Phillips · 7 years ago
  35. ba75aee tweak SkImage documentation by Cary Clark · 7 years ago
  36. c550995 Add GrBackendTexture accessor to SkImage (take 2) by Robert Phillips · 7 years ago
  37. 1fda024 move SkIPoint16 to private header by Mike Reed · 7 years ago
  38. c1267c6 Add SkSurfaceCharacterization operator== && != by Robert Phillips · 7 years ago
  39. be77a02 Hide GrPixelConfig in SkSurfaceCharacterization by Robert Phillips · 7 years ago
  40. 42f8bc4 Add API for SkTextBlob serialization into caller's memory. by Khushal · 7 years ago
  41. 3a494f6 fix SkImageInfo indentation by Cary Clark · 7 years ago
  42. ecf548b update autogenerated includes by Cary Clark · 7 years ago
  43. 22c1f37 Revert "implement SkTDArray with std::vector" by Mike Klein · 7 years ago
  44. 224edf0 Revert "In older STLs, std::vector::insert() returns void." by Mike Klein · 7 years ago
  45. 7dd8ee9 In older STLs, std::vector::insert() returns void. by Mike Klein · 7 years ago
  46. 7c7ff03 ccpr: Normalize homogeneous coords with frexp/ldexp by Chris Dalton · 7 years ago
  47. 80e1d56 implement SkTDArray with std::vector by Mike Klein · 7 years ago
  48. 9b8b0ce fix SkRRect fuzzer assert by Cary Clark · 7 years ago
  49. 6b6fcc7 Add SkSurface factory that takes an SkSurfaceCharacterization by Robert Phillips · 7 years ago
  50. df1681e Revert "vulkan: Blacklist MSAA path renderer on Qualcomm drivers" by Chris Dalton · 7 years ago
  51. 155dd71 Add SK_API to GrContextThreadSafeProxy by Robert Phillips · 7 years ago
  52. 0361657 vulkan: Blacklist MSAA path renderer on Qualcomm drivers by Chris Dalton · 7 years ago
  53. cf6da8c Dump additional details about the gpu resources. by Derek Sollenberger · 7 years ago
  54. 560d283 Fixing build with SK_IGNORE_TO_STRING defined. by Kaloyan Donev · 7 years ago
  55. 6eba063 Add new GrResourceCache::purgeUnlockedResources variant by Robert Phillips · 7 years ago
  56. dfffb39 Fixed warnings for casting large type to smaller one. by Kaloyan Donev · 7 years ago
  57. 094fba9 Add SkColorSpaceXform_skcms by Brian Osman · 7 years ago
  58. 34df0d3 Hide GrBackendTexture/RenderTarget constructors that take a GrPixelConfig by Brian Salomon · 7 years ago
  59. 032aaae Remove legacy GrContext factories function and supporting code/types. by Brian Salomon · 7 years ago
  60. a6a3df7 Move GrPixelConfig to GrTypesPriv by Brian Salomon · 7 years ago
  61. 49edccd Remove legacy SkSurface::MakeFromBackendRenderTarget that does not take SkColorType by Brian Salomon · 7 years ago
  62. f4a00e4 Move a bunch of internal types from GrTypes to GrTypesPriv by Brian Salomon · 7 years ago
  63. 7956b59 Remove SkAutoGlyphCache decls that happen to work by Herb Derby · 7 years ago
  64. 539ebb8 rm SkTDArray::{Deleter,release()} by Mike Klein · 7 years ago
  65. 5fba7ad Support GL_RGB textures and render targets. by Brian Salomon · 7 years ago
  66. 42409c2 Remove deprecated version of SkImage::MakeFromAdoptedTexture that does not take SkColorType by Brian Salomon · 7 years ago
  67. ca37f32 change canvas-state to just record clip bounds by Mike Reed · 7 years ago
  68. 1045013 GrGLExtensions: remove unneded unique_ptr by Hal Canary · 7 years ago
  69. abf7b76 Add texture-specific flags for External & Rectangle textures by Robert Phillips · 7 years ago
  70. bfd2749 Remove deprecated SkImage::MakeFromTexture variants that don't take SkColorType by Brian Salomon · 7 years ago
  71. 3b68882 remove imageinfo flatten altogether by Cary Clark · 7 years ago
  72. 19eaf2d Revert "Revert "New read pixels implementation that is simpler but does all conversions on CPU."" by Brian Salomon · 7 years ago
  73. 56dc04b Remove deprecated versions of YUV texture SkImage factories by Brian Salomon · 7 years ago
  74. af77002 Allow SkTraceMemoryDump to exclude wrapped objects by Eric Karl · 7 years ago
  75. 5370677 Remove SkSurface::MakeFromBackendTexture variant that doesn't take SkColorType by Brian Salomon · 7 years ago
  76. cb88470 Remove SkSurface::MakeFromBackendTextureAsRenderTarget variant that doesn't take SkColorType by Brian Salomon · 7 years ago
  77. be5947c Revert "New read pixels implementation that is simpler but does all conversions on CPU." by Brian Salomon · 7 years ago
  78. c9a642e New read pixels implementation that is simpler but does all conversions on CPU. by Brian Salomon · 7 years ago
  79. fe0253f Alter GrSurface/GrSurfaceProxy flags to prepare for GrTexture/GrTextureProxy -specific flags by Robert Phillips · 7 years ago
  80. 76d69b4 Apply filterTextFlags so the fonts are the same. by Herb Derby · 7 years ago
  81. 7278d68 Add DoneProc to Promise Images by Greg Daniel · 7 years ago
  82. 6ceaafa Handle GrContext creation failure in DDL by Robert Phillips · 7 years ago
  83. 6a426c1 Cleanup SkImage YUV texture factories. by Brian Salomon · 7 years ago
  84. 9c2916e drawTextRSXform should not apply matrix to shader by Mike Reed · 7 years ago
  85. 7f44196 Make CreateBackendFormatFromTexture shared code by Robert Phillips · 7 years ago
  86. 38eb740 Remove SK_RASTER_RECORDER_IMPLEMENTATION by Robert Phillips · 7 years ago
  87. 057627f Make sure we set correct GrPixelConfig in promise images by Greg Daniel · 7 years ago
  88. 56008aa Add SkColorType getter on SkImage. by Greg Daniel · 7 years ago
  89. 8a3f55c Revert "Improve handling of GrPixelConfig in GrBackendTex/RT ctors" by Greg Daniel · 7 years ago
  90. 1be1f8d hide SkBlurMaskFilter and SkBlurQuality by Mike Reed · 7 years ago
  91. c2d0dd6 Add a shader cap for incomplete short int precision by Chris Dalton · 7 years ago
  92. e4aae34 Provide promise images when rendering SKPs w/ DDL by Robert Phillips · 7 years ago
  93. 7d2b16a Improve handling of GrPixelConfig in GrBackendTex/RT ctors by Greg Daniel · 7 years ago
  94. 7eddfb8 consolidate SaveLayerFlag internal references by Cary Clark · 7 years ago
  95. 98242a8 Revert "Reland "Add SkColorSpaceXform_skcms"" by Brian Osman · 7 years ago
  96. 57337d9 Reland "Add SkColorSpaceXform_skcms" by Brian Osman · 7 years ago
  97. 8103eca Revert "Add SkColorSpaceXform_skcms" by Brian Osman · 7 years ago
  98. 67f62b1 Add SkColorSpaceXform_skcms by Brian Osman · 7 years ago
  99. 18e7556 move blur impl into core by Mike Reed · 7 years ago
  100. 60ca867 make paint flatten unflatten private by Cary Clark · 7 years ago