1. 2bcd843 SkFontHost_FreeType: better debugging info by Hal Canary · 7 years ago
  2. ac568a9 1010102, 101010x, 888x in sw by Mike Klein · 7 years ago
  3. 1c5906f saturate some irect ops for fuzzers by Mike Reed · 7 years ago
  4. 57b0430 Fix mock tex rt gpu mem size by Brian Salomon · 7 years ago
  5. 825d4d7 Revert "Reduce the amount of padding needed for SDFs, take 2" by Jim Van Verth · 7 years ago
  6. 1010530 Reduce the amount of padding needed for SDFs, take 2 by Jim Van Verth · 7 years ago
  7. 495e0f0 Simplify SkAnimatedImage by Leon Scroggins III · 7 years ago
  8. 598f9ed Revert "Reduce the amount of padding needed for SDFs." by Jim Van Verth · 7 years ago
  9. 1c6e783 handle paths with degenerate verbs by Mike Reed · 7 years ago
  10. c4e3109 don't draw images with nonfinite dst bounds by Mike Reed · 7 years ago
  11. 63227ca handle clipping large triangles by Mike Reed · 7 years ago
  12. b42610a Reduce the amount of padding needed for SDFs. by Jim Van Verth · 7 years ago
  13. 6a0176b Add ref counted wrapped around GrTexture ReleaseProc by Greg Daniel · 7 years ago
  14. 7f86192 Revert "Drop support for unused MSAA extensions" by Robert Phillips · 7 years ago
  15. 2f5b8d8 don't draw non-finite contexts in imagefilters by Mike Reed · 7 years ago
  16. e41e176 Add kRGBX_8888, kRGBA_1010102, and kRGBX_1010102 color types. Unused for now. by Brian Salomon · 7 years ago
  17. 7df2746 Drop support for unused MSAA extensions by Chris Dalton · 7 years ago
  18. 926e193 check that rect is finite before jamming our bounds by Mike Reed · 7 years ago
  19. b50e385 handle conics in 1D patheffect by Mike Reed · 7 years ago
  20. caaf211 handle conics in text warper by Mike Reed · 7 years ago
  21. 7f1a074 Remove some unused sample count caps by Brian Salomon · 7 years ago
  22. 58acd74 validate that contours begin with moveTo by Mike Reed · 7 years ago
  23. 11e5bff workaround for Intel SPIR-V OpCompositeConstruct bug by Ethan Nicholas · 7 years ago
  24. aa3dfbe Remove Ops whose lazy proxies fail to instantiate on flush by Greg Daniel · 7 years ago
  25. 9d86f1d Add createTextureProxy function to ProxyProvider that takes an SkImage by Greg Daniel · 7 years ago
  26. 26a8d90 fixed creating a vector from another vector in SPIR-V output by Ethan Nicholas · 7 years ago
  27. fbe6620 add SkPicture::MakePlaceholder() by Mike Klein · 7 years ago
  28. 88d9071 Revert "hide picture virtuals (no public callers)" by Mike Klein · 7 years ago
  29. 8005bff hide picture virtuals (no public callers) by Mike Reed · 7 years ago
  30. da3e9ad Make SkAndroidCodec (optionally) respect origin by Leon Scroggins III · 7 years ago
  31. 05d7416 make SkGammas less bad by Mike Klein · 7 years ago
  32. de5c502 move checkLE functionality directly onto readbuffer by Mike Reed · 7 years ago
  33. 3338482 remove SkColorSpace_Base by Mike Klein · 7 years ago
  34. 8f11d4d eliminate SK_BUILD_FOR_WIN32 by Mike Klein · 7 years ago
  35. 53d57ac Remove legacy mask blur code. by Herbert Derby · 7 years ago
  36. dcb086b Remove unused SkPictureContentInfo by Brian Salomon · 7 years ago
  37. 33bf56d Remove GrContext::getRecommendedSampleCount and SkPictureContentInfo::suitableForGpuRasterization by Brian Salomon · 7 years ago
  38. 1bd556a use coverage modes instead of blend modes by Mike Reed · 7 years ago
  39. 1d74620 bug fixes from PVS Studio (static analysis) by Mike Klein · 7 years ago
  40. a56c4d2 Rename .include files to .inc by Ben Wagner · 7 years ago
  41. fc4f768 Use int when possible to calculate atlas indices in shaders. by Jim Van Verth · 7 years ago
  42. 4f505f9 Add cache for handling of contexts. by Herb Derby · 7 years ago
  43. 20dc672 compose and combine maskfilters by Mike Reed · 7 years ago
  44. 531b3c0 Revert "Increase depth threshold for SkClipStack::isRRect." by Stan Iliev · 7 years ago
  45. a8a51ce Start of cross process SkScalerContext. by Mike Klein · 7 years ago
  46. a83d013 Misc guarding of enums in ImageFilter CreateProcs by Robert Phillips · 7 years ago
  47. 548d387 Keep SkRasterPipelineSpriteBlitter's src/dst offset math in size_t by Mike Klein · 7 years ago
  48. 678f6b1 pass size_t to ptr_and_ix() by Mike Klein · 7 years ago
  49. b0ae566 Check enum values in SkDisplacementMapEffect's CreateProc by Robert Phillips · 7 years ago
  50. dc3d7fc Add check for bad enum in SkMatrixConvolutionImageFilter's CreateProc by Robert Phillips · 7 years ago
  51. 04f8b79 fix serializing shadowrec by Mike Reed · 7 years ago
  52. 5340b3f allow 4444 sw surfaces by Mike Klein · 7 years ago
  53. bddcc95 Add return value to doLazyInstantiation to know if it succeedes. by Greg Daniel · 7 years ago
  54. 44804c0 Skip driver workarounds in GrGLCaps::initConfigTable based on GrContextOptions by Brian Salomon · 7 years ago
  55. f2336e4 Add lazy proxy's for wrapping backend textures by Greg Daniel · 7 years ago
  56. 4e69f14 Fix noncoherent advanced blend eq NV workaround by Brian Salomon · 7 years ago
  57. fe8da17 Revert "Revert "converted vertex shaders to device coords"" by Robert Phillips · 7 years ago
  58. 757c154 Remove superfluous SkReadBuffer validity checks by Robert Phillips · 7 years ago
  59. 29b3434 Revert "converted vertex shaders to device coords" by Ethan Nicholas · 7 years ago
  60. 8524c30 Make SkAnimatedImage::update return sentinel when stopped by Leon Scroggins III · 7 years ago
  61. 980a48d Move glyph cache and descriptor functions off of SkPaint by Herb Derby · 7 years ago
  62. 27059d3 ccpr: Use primitive restart feature on ARM by Chris Dalton · 7 years ago
  63. 80747ef move the guts of SkMaskFilter.h into SkMaskFilterBase.h by Mike Reed · 7 years ago
  64. a7701e0 GrTessellator: add a #define for max aa verb count. by Stephen White · 7 years ago
  65. 37834c8 Various MSAN fixes by Kevin Lubick · 7 years ago
  66. 3bfba2a Increase depth threshold for SkClipStack::isRRect. by Brian Salomon · 7 years ago
  67. ea26d6b Revert "Revert "Revert "Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arcs.""" by Brian Salomon · 7 years ago
  68. 574b06f init out-param on buffer failure by Mike Reed · 7 years ago
  69. 959ccc2 Fix skia image filter fuzz SkLightingImageFilter complaint by Robert Phillips · 7 years ago
  70. bee2732 Fix some fuzzer bugs from Skia's image filter fuzzer by Robert Phillips · 7 years ago
  71. 74d6e11 require finite blob bounds by Mike Reed · 7 years ago
  72. 01b476a Start of adding GrContextOption that overrides driver workarounds. by Brian Salomon · 7 years ago
  73. 165fa63 check for valid vertices mode by Mike Reed · 7 years ago
  74. b4e965c Revert "Revert "Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arcs."" by Brian Salomon · 7 years ago
  75. 08dae92 Fixed a few spots where SkSL optimizer was not respecting side effects by Ethan Nicholas · 7 years ago
  76. d8327a8 Clean up SkScalerContext descriptor creation by Herb Derby · 7 years ago
  77. 0331d37 remove unneeded SkFlattenableSerialization by Mike Reed · 7 years ago
  78. 75ae421 IWYU -- SkShader.h by Mike Reed · 7 years ago
  79. 1fe0bcc check for huge paths by Mike Reed · 7 years ago
  80. 48661b8 Make use of VkSemaphores thread safe assuming use of the same VkQueue. by Greg Daniel · 7 years ago
  81. 2e6feed Fix crash in ~GrContext by Robert Phillips · 7 years ago
  82. baafcdc move zero-init to sk_malloc for masks by Mike Reed · 7 years ago
  83. 3b428cb Set empty device clip when an image filter has zero bounds by Xianzhu Wang · 7 years ago
  84. 4c11945 Respect repetition count in SkAnimatedImage by Leon Scroggins III · 7 years ago
  85. f35fd8d Move more internal methods from GrContext to GrContextPriv (take 3) by Robert Phillips · 7 years ago
  86. dba65f9 Add a workaround for inaccurate interpolants on Adreno 3xx. by Brian Salomon · 7 years ago
  87. 8ad91a9 remove unused SkRasterizer by Mike Reed · 7 years ago
  88. 3bc266b Revert "Revert "simplify GrFPArgs, isolating localmatrix"" by Mike Reed · 7 years ago
  89. bfadcf0 Revert "Revert "use GrFPArgs for maskfilters"" by Mike Reed · 7 years ago
  90. 2914555 Revert "Move more internal methods from GrContext to GrContextPriv (take 2)" by Leon Scroggins · 7 years ago
  91. 4f7f197 Revert "use GrFPArgs for maskfilters" by Mike Reed · 7 years ago
  92. 3d628fe Revert "simplify GrFPArgs, isolating localmatrix" by Mike Reed · 7 years ago
  93. faca00d ccpr: Unblacklist Mali by Chris Dalton · 7 years ago
  94. 36591e5 Better handle context-loss in MakeBackendTextureFromSkImage by Eric Karl · 7 years ago
  95. 81fe2a1 remove some old old pict ops by Mike Reed · 7 years ago
  96. b76c717 simplify GrFPArgs, isolating localmatrix by Mike Reed · 7 years ago
  97. ad6660a Use equal_range for factory lookups by Vladimir Levin · 7 years ago
  98. a99b393 use GrFPArgs for maskfilters by Mike Reed · 7 years ago
  99. c22e50b Move more internal methods from GrContext to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  100. 4d12051 Add explicit abandoned flag to the GrProxyProvider by Robert Phillips · 7 years ago