1. ba5b5f5 harden line2d effect by Mike Reed · 7 years ago
  2. 4ee8851 Driver bug workaround: unbind_attachments_on_bound_render_fbo_delete by Adrienne Walker · 7 years ago
  3. 255ab8d Make SkStream readers report failure. by Ben Wagner · 8 years ago
  4. 8f8d481 Add SkIRect::adjust method by Robert Phillips · 7 years ago
  5. 51371a4 fonts: Handle fallback to using paths for text rendering for remoting. by Khushal · 7 years ago
  6. e6c0fe0 Remove SK_IGNORE_SKIMAGE_ONREFENCODED_CHANGE. by Ben Wagner · 7 years ago
  7. 1207843 Fix srcBounds computation in SkMatrixConvolutionImageFilter by Robert Phillips · 7 years ago
  8. c06754b mapRect should not fiddle with nonfinite values. by Cary Clark · 7 years ago
  9. c48f776 Driver bug workaround: pack_parameters_workaround_with_pack_buffer by Adrienne Walker · 7 years ago
  10. bdf5433 SkImage::onRefEncoded to return sk_sp. by Ben Wagner · 7 years ago
  11. 94f585e Driver bug workaround: gl_clear_broken by Adrienne Walker · 7 years ago
  12. 3ed3399 Driver bug workaround: restore_scissor_on_fbo_change by Adrienne Walker · 7 years ago
  13. 510e9e3 Reland "Reland "remove obsolete color defines"" by Cary Clark · 7 years ago
  14. 6ee268d Fix UBSAN warnings in SkPerlinNoiseShaderImpl by Kevin Lubick · 7 years ago
  15. d7c7978 Driver bug workaround: max_msaa_sample_count_4 by Adrienne Walker · 7 years ago
  16. 001cae0 Driver bug workaround: disallow_large_instanced_draw by Adrienne Walker · 7 years ago
  17. cc45cc7 remove typedef Info by Cary Clark · 7 years ago
  18. 724afe8 Driver bug workaround: max_texture_size_limit_4096 by Adrienne Walker · 7 years ago
  19. fb8bafb remove unused SkColorSpace::Make by Mike Klein · 7 years ago
  20. ecd35c1 Remove non-smart SkFontConfigInterface::SetGlobal. by Ben Wagner · 7 years ago
  21. 0e38394 Reland "Driver bug workaround: disable_discard_framebuffer" by Adrienne Walker · 7 years ago
  22. 6831484 Reland "Driver bug workaround: disable_blend_equation_advanced" by Adrienne Walker · 7 years ago
  23. ab7181d Reland "Add driver bug workarounds to GrCaps" by Adrienne Walker · 7 years ago
  24. a20681c Move SkFontConfigInterface to smart pointers. by Ben Wagner · 7 years ago
  25. 9236b02 Revert "Revert "implement SkScalar versions in terms of float versions"" by Mike Reed · 7 years ago
  26. 0e6db75 Revert "implement SkScalar versions in terms of float versions" by Mike Reed · 7 years ago
  27. 4c3cb37 implement SkScalar versions in terms of float versions by Mike Reed · 7 years ago
  28. 5140f9a Minor refactoring to image filters by Robert Phillips · 7 years ago
  29. 79bf7ac Include SkUnPremultiply.h in GrContext.h to fix Android compile by Brian Salomon · 7 years ago
  30. 103d6f6 Define ~GrContextThreadSafeProxy in GrContext.cpp by Brian Salomon · 7 years ago
  31. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 7 years ago
  32. 5c560c9 Fix unchecked allocation in kImageFilter::Common::unflatten() by Florin Malita · 7 years ago
  33. a0ca909 Revert "Remove GrBackendObject and all related functions from Skia." by Brian Osman · 7 years ago
  34. 27fe397 Revert "strip down SkICC.cpp" by Mike Klein · 7 years ago
  35. 1d686a9 Add SkColorSpace::toProfile by Brian Osman · 7 years ago
  36. 52aacd6 Add GrContextThreadSafeProxy and remove most friends of GrContextThreadSafeProxy by Brian Salomon · 7 years ago
  37. ce4cf72 non-linear blending first steps by Mike Klein · 7 years ago
  38. 024615e Revert "Add driver bug workarounds to GrCaps" by Greg Daniel · 7 years ago
  39. 636d803 Revert "Driver bug workaround: disable_blend_equation_advanced" by Greg Daniel · 7 years ago
  40. 0b1e628 Revert "Driver bug workaround: disable_discard_framebuffer" by Greg Daniel · 7 years ago
  41. 8aa0dca Driver bug workaround: disable_discard_framebuffer by Adrienne Walker · 7 years ago
  42. f31fece Driver bug workaround: disable_blend_equation_advanced by Adrienne Walker · 7 years ago
  43. cab2549 use 64bit math in TArray realloc by Mike Reed · 7 years ago
  44. 328490c Add driver bug workarounds to GrCaps by Adrienne Walker · 7 years ago
  45. ccd4cfc Remove GrBackendObject and all related functions from Skia. by Greg Daniel · 7 years ago
  46. d813f9c Remove SkPaint::Flags::kDevKernFlag. by Ben Wagner · 7 years ago
  47. e61b969 SkColorSpace::Make(const skcms_ICCProfile&) by Mike Klein · 7 years ago
  48. eab50eb strip down SkICC.cpp by Mike Klein · 7 years ago
  49. 46cc3da Revert "Revert "SkAdvancedTypefaceMetrics: factor out GlyphToUnicode"" by Hal Canary · 7 years ago
  50. 06d3746 Add fPreferExternalImagesOverES3 to GrContextOptions by Brian Osman · 7 years ago
  51. 97c1108 Revert "SkAdvancedTypefaceMetrics: factor out GlyphToUnicode" by Greg Daniel · 7 years ago
  52. 1c2bcd8 SkAdvancedTypefaceMetrics: factor out GlyphToUnicode by Hal Canary · 7 years ago
  53. 8a8a144 Treat SkFILEStream's fOriginalOffset as the start by Leon Scroggins III · 7 years ago
  54. efb84e6 sk_sp: check for self-assignment by Hal Canary · 7 years ago
  55. 5bdc4d5 SkAdvancedTypefaceMetrics: simplify more by Hal Canary · 7 years ago
  56. d286aa7 Revert "Reland "remove obsolete color defines"" by Cary Clark · 7 years ago
  57. 05cfcff Reland "remove obsolete color defines" by Cary Clark · 7 years ago
  58. da926db Remove fCacheKeys from SkImageFilter. by Ben Wagner · 7 years ago
  59. ba2c826 Implement canCopySurface for GrMock and GrMtl. by Greg Daniel · 7 years ago
  60. 8ba34f8 Change SkMatrix44::fTypeMask to atomic by Yuqian Li · 7 years ago
  61. b73a9f8 Add internal grsurface flag to track if using gl rectangle or external texture. by Greg Daniel · 7 years ago
  62. 90864a2 Simplify textToGlyphs by Herb Derby · 7 years ago
  63. fcac00f Reland "Remove devKerning" by Herb Derby · 7 years ago
  64. efe39bc Take sk_sp<SkDevice> instead of SkDevice* by Herb Derby · 7 years ago
  65. c76e26a Revert "Remove devKerning" by Mike Klein · 7 years ago
  66. c86c5c0 Remove devKerning by Herb Derby · 7 years ago
  67. 3155d9c Revert "remove obsolete color defines" by Cary Clark · 7 years ago
  68. 41dff6e [skottie] Add support for round-corners geometry effects by Florin Malita · 7 years ago
  69. 8afbecb remove obsolete color defines by Cary Clark · 7 years ago
  70. fb68b3b Remove GrPrimitiveType::kTriangleFan by Brian Salomon · 7 years ago
  71. cccafe8 Rewrite SkVertices specified with triangle fans as indexed triangles by Brian Salomon · 7 years ago
  72. a070ed7 Add InternalSurfaceFlag so we know if RenderTargetProxys and RenderTargets use GL FBO 0. by Greg Daniel · 7 years ago
  73. d98f78c alternative no anonymous enums by Cary Clark · 7 years ago
  74. 218c294 Remove the MSAA path renderer by Chris Dalton · 7 years ago
  75. 25af671 Add GrCap check for whether we can do a copy or not, and implement in Vk backend by Greg Daniel · 7 years ago
  76. 910ca0f Experiment to track coverage in a layer by Mike Reed · 7 years ago
  77. 4772825 include/private/SkTemplates: SkInPlaceNewCheck uses ... by Hal Canary · 7 years ago
  78. 6736236 include/private/SkTemplates: Cleanup bare pointers. by Hal Canary · 7 years ago
  79. 849dce1 Update flag checks when validating surface being assigned to proxy. by Greg Daniel · 7 years ago
  80. 57e1f02 (Mostly) respect FilterQuality in draw[stretchy] by Leon Scroggins III · 7 years ago
  81. 701a3ca Fixed SkVertices crashing on Windows DLL builds by Yong-Hwan Baek · 7 years ago
  82. 2fda63a Fix argument names and documentation for SkMatrix44::set3x3() by Brian Osman · 7 years ago
  83. 2748391 Add ability to dump opList info at flush-time by Robert Phillips · 7 years ago
  84. ab4f5bd rm SkRRectsGaussianEdgeMaskFilter by Robert Phillips · 7 years ago
  85. 12ee97c crash rather than overflow in SkTDArray by Mike Klein · 7 years ago
  86. 23e4544 disallow negative setReserve() calls by Mike Klein · 7 years ago
  87. bd000a1 rm SkTDArray::select() by Mike Klein · 7 years ago
  88. 91ab155 Always call endFlush on opLists that might survive a flush by Chris Dalton · 7 years ago
  89. 061020e With ES3, enable both ES2 and ES3 external image extensions by Brian Osman · 7 years ago
  90. a580fb3 Add paint flags to viewer GUI. by Ben Wagner · 7 years ago
  91. 77d085e Add SkColorSpace::Make, taking an skcms_ICCProfile by Brian Osman · 7 years ago
  92. 84c0792 SkColorSetARGB in constants by Hal Canary · 7 years ago
  93. d234afd Remove SkPaint::kGenA8FromLCD_Flag. by Ben Wagner · 7 years ago
  94. e320486 Don't allow ganesh to allocate mip maps for wrapped textures. by Greg Daniel · 7 years ago
  95. 7444c3c Revert "Delete getRenderTargetHandle call on SkSurface." by Greg Daniel · 7 years ago
  96. 408ee9f remove unused virtual onNotifyPixelsChanged by Mike Reed · 7 years ago
  97. 584b501 Support downscaling to max texture size when making cross-context images by Brian Osman · 7 years ago
  98. d1999ca Update Skia milestone to 68 by Heather Miller · 7 years ago
  99. c828109 Delete getRenderTargetHandle call on SkSurface. by Greg Daniel · 7 years ago
  100. 9438790 Reland "Add private fIsBadForDAA bit to SkPath" by Yuqian Li · 7 years ago