1. da3e9ad Make SkAndroidCodec (optionally) respect origin by Leon Scroggins III · 6 years ago
  2. 05d7416 make SkGammas less bad by Mike Klein · 6 years ago
  3. de5c502 move checkLE functionality directly onto readbuffer by Mike Reed · 6 years ago
  4. 3338482 remove SkColorSpace_Base by Mike Klein · 6 years ago
  5. 8f11d4d eliminate SK_BUILD_FOR_WIN32 by Mike Klein · 6 years ago
  6. 53d57ac Remove legacy mask blur code. by Herbert Derby · 6 years ago
  7. dcb086b Remove unused SkPictureContentInfo by Brian Salomon · 6 years ago
  8. 33bf56d Remove GrContext::getRecommendedSampleCount and SkPictureContentInfo::suitableForGpuRasterization by Brian Salomon · 6 years ago
  9. 1bd556a use coverage modes instead of blend modes by Mike Reed · 6 years ago
  10. 1d74620 bug fixes from PVS Studio (static analysis) by Mike Klein · 6 years ago
  11. a56c4d2 Rename .include files to .inc by Ben Wagner · 6 years ago
  12. fc4f768 Use int when possible to calculate atlas indices in shaders. by Jim Van Verth · 6 years ago
  13. 4f505f9 Add cache for handling of contexts. by Herb Derby · 7 years ago
  14. 20dc672 compose and combine maskfilters by Mike Reed · 6 years ago
  15. 531b3c0 Revert "Increase depth threshold for SkClipStack::isRRect." by Stan Iliev · 6 years ago
  16. a8a51ce Start of cross process SkScalerContext. by Mike Klein · 7 years ago
  17. a83d013 Misc guarding of enums in ImageFilter CreateProcs by Robert Phillips · 6 years ago
  18. 548d387 Keep SkRasterPipelineSpriteBlitter's src/dst offset math in size_t by Mike Klein · 6 years ago
  19. 678f6b1 pass size_t to ptr_and_ix() by Mike Klein · 6 years ago
  20. b0ae566 Check enum values in SkDisplacementMapEffect's CreateProc by Robert Phillips · 6 years ago
  21. dc3d7fc Add check for bad enum in SkMatrixConvolutionImageFilter's CreateProc by Robert Phillips · 6 years ago
  22. 04f8b79 fix serializing shadowrec by Mike Reed · 6 years ago
  23. 5340b3f allow 4444 sw surfaces by Mike Klein · 6 years ago
  24. bddcc95 Add return value to doLazyInstantiation to know if it succeedes. by Greg Daniel · 6 years ago
  25. 44804c0 Skip driver workarounds in GrGLCaps::initConfigTable based on GrContextOptions by Brian Salomon · 6 years ago
  26. f2336e4 Add lazy proxy's for wrapping backend textures by Greg Daniel · 6 years ago
  27. 4e69f14 Fix noncoherent advanced blend eq NV workaround by Brian Salomon · 6 years ago
  28. fe8da17 Revert "Revert "converted vertex shaders to device coords"" by Robert Phillips · 6 years ago
  29. 757c154 Remove superfluous SkReadBuffer validity checks by Robert Phillips · 6 years ago
  30. 29b3434 Revert "converted vertex shaders to device coords" by Ethan Nicholas · 6 years ago
  31. 8524c30 Make SkAnimatedImage::update return sentinel when stopped by Leon Scroggins III · 6 years ago
  32. 980a48d Move glyph cache and descriptor functions off of SkPaint by Herb Derby · 6 years ago
  33. 27059d3 ccpr: Use primitive restart feature on ARM by Chris Dalton · 6 years ago
  34. 80747ef move the guts of SkMaskFilter.h into SkMaskFilterBase.h by Mike Reed · 6 years ago
  35. a7701e0 GrTessellator: add a #define for max aa verb count. by Stephen White · 6 years ago
  36. 37834c8 Various MSAN fixes by Kevin Lubick · 6 years ago
  37. 3bfba2a Increase depth threshold for SkClipStack::isRRect. by Brian Salomon · 6 years ago
  38. ea26d6b Revert "Revert "Revert "Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arcs.""" by Brian Salomon · 6 years ago
  39. 574b06f init out-param on buffer failure by Mike Reed · 6 years ago
  40. 959ccc2 Fix skia image filter fuzz SkLightingImageFilter complaint by Robert Phillips · 6 years ago
  41. bee2732 Fix some fuzzer bugs from Skia's image filter fuzzer by Robert Phillips · 6 years ago
  42. 74d6e11 require finite blob bounds by Mike Reed · 6 years ago
  43. 01b476a Start of adding GrContextOption that overrides driver workarounds. by Brian Salomon · 6 years ago
  44. 165fa63 check for valid vertices mode by Mike Reed · 6 years ago
  45. b4e965c Revert "Revert "Use GrOvalOpFactory ops to draw non-AA rrects, ovals, and arcs."" by Brian Salomon · 6 years ago
  46. 08dae92 Fixed a few spots where SkSL optimizer was not respecting side effects by Ethan Nicholas · 6 years ago
  47. d8327a8 Clean up SkScalerContext descriptor creation by Herb Derby · 6 years ago
  48. 0331d37 remove unneeded SkFlattenableSerialization by Mike Reed · 6 years ago
  49. 75ae421 IWYU -- SkShader.h by Mike Reed · 6 years ago
  50. 1fe0bcc check for huge paths by Mike Reed · 6 years ago
  51. 48661b8 Make use of VkSemaphores thread safe assuming use of the same VkQueue. by Greg Daniel · 6 years ago
  52. 2e6feed Fix crash in ~GrContext by Robert Phillips · 6 years ago
  53. baafcdc move zero-init to sk_malloc for masks by Mike Reed · 6 years ago
  54. 3b428cb Set empty device clip when an image filter has zero bounds by Xianzhu Wang · 6 years ago
  55. 4c11945 Respect repetition count in SkAnimatedImage by Leon Scroggins III · 6 years ago
  56. f35fd8d Move more internal methods from GrContext to GrContextPriv (take 3) by Robert Phillips · 6 years ago
  57. dba65f9 Add a workaround for inaccurate interpolants on Adreno 3xx. by Brian Salomon · 6 years ago
  58. 8ad91a9 remove unused SkRasterizer by Mike Reed · 6 years ago
  59. 3bc266b Revert "Revert "simplify GrFPArgs, isolating localmatrix"" by Mike Reed · 6 years ago
  60. bfadcf0 Revert "Revert "use GrFPArgs for maskfilters"" by Mike Reed · 6 years ago
  61. 2914555 Revert "Move more internal methods from GrContext to GrContextPriv (take 2)" by Leon Scroggins · 6 years ago
  62. 4f7f197 Revert "use GrFPArgs for maskfilters" by Mike Reed · 6 years ago
  63. 3d628fe Revert "simplify GrFPArgs, isolating localmatrix" by Mike Reed · 6 years ago
  64. faca00d ccpr: Unblacklist Mali by Chris Dalton · 6 years ago
  65. 36591e5 Better handle context-loss in MakeBackendTextureFromSkImage by Eric Karl · 6 years ago
  66. 81fe2a1 remove some old old pict ops by Mike Reed · 6 years ago
  67. b76c717 simplify GrFPArgs, isolating localmatrix by Mike Reed · 6 years ago
  68. ad6660a Use equal_range for factory lookups by Vladimir Levin · 6 years ago
  69. a99b393 use GrFPArgs for maskfilters by Mike Reed · 6 years ago
  70. c22e50b Move more internal methods from GrContext to GrContextPriv (take 2) by Robert Phillips · 6 years ago
  71. 4d12051 Add explicit abandoned flag to the GrProxyProvider by Robert Phillips · 6 years ago
  72. 2826627 drawimage + maskfilter bug fix by Mike Reed · 6 years ago
  73. 88260b5 Split GrContext into Normal/DDL flavors by Robert Phillips · 6 years ago
  74. 9cec1bc check for crazy bounds from fuzzer by Mike Reed · 6 years ago
  75. 07320e4 Revert "Move more internal methods from GrContext to GrContextPriv" by Hal Canary · 6 years ago
  76. f440cec Move more internal methods from GrContext to GrContextPriv by Robert Phillips · 6 years ago
  77. e582600 make rrect's more self-consistent, check drawable index by Mike Reed · 6 years ago
  78. 2cc7d13 Stop defining SK_CODEC_PRINTF in debug by Leon Scroggins III · 6 years ago
  79. 0a94e4c ccpr: Blacklist vertex shaders on ANGLE/Skylake by Chris Dalton · 6 years ago
  80. e3429e6 rename inner AsFPArgs to stand-alone GrFPArgs by Mike Reed · 6 years ago
  81. 59a1df2 Delete SkColorSpaceXformImageGenerator and SkImagePriv::SkMakeImageInColorSpace by Greg Daniel · 6 years ago
  82. cfe83d1 Add more asserts about MSAA render buffers and FBO 0 by Brian Osman · 6 years ago
  83. b1b80f7 Remove tonal color from DrawShadow internals by Jim Van Verth · 6 years ago
  84. a9c8a05 Be more explicit checking for render targets with MSAA render buffers by Brian Osman · 6 years ago
  85. 5a0f345 remove code from old picture serial guard by Mike Reed · 6 years ago
  86. f625860 Fix handling of red support for GalliumLLVM renderer by Robert Phillips · 6 years ago
  87. 6e87eee add shadermaskfilter by Mike Reed · 6 years ago
  88. e97e792 validate paint setters in readbuffer by Mike Reed · 6 years ago
  89. 9ca2784 Extract a GrCCPathParser class that is decoupled from atlas ops by Chris Dalton · 6 years ago
  90. a583b81 SkSL now supports ternary lvalues by Ethan Nicholas · 6 years ago
  91. 7b6ea19 detect fixed overflow in drawPoints by Mike Reed · 6 years ago
  92. 09a57b9 check for inconsistent counts in drawTextRSXform by Mike Reed · 6 years ago
  93. 40a29d7 Move GrOpFlushState out of GrDrawingManager and onto the stack by Robert Phillips · 6 years ago
  94. a7f7ee9 turn assert into check for text by Mike Reed · 6 years ago
  95. b6ba82c sk_in array is now sized correctly in SPIR-V output by Ethan Nicholas · 6 years ago
  96. d8b01ad Remove old command buffer ES3 tex storage limitation by Brian Salomon · 6 years ago
  97. e609e81 Remove GrGLCaps::fTextureRedSupport by Brian Salomon · 6 years ago
  98. 8f6c2ab cleaned up SkSL constant handling by Ethan Nicholas · 6 years ago
  99. adbe132 Remove GrSurfaceProxy::MakeWrapped (take 2) by Robert Phillips · 6 years ago
  100. fe266c2 use safemath::mull for buffer sizes by Mike Reed · 6 years ago