1. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 7 years ago
  2. 30a38ff Remove SkImage_Base::asTextureRef (in favor of asTextureProxyRef) by Robert Phillips · 7 years ago
  3. 73879eb Improve color type handling in SkImage_Base::makeColorSpace() by Matt Sarett · 7 years ago
  4. 2a65cc0 test (and fix) clip_restriction in canvas by Mike Reed · 7 years ago
  5. 20c322e Revert "Add a new GrResourceCache purging mechanism for purging unused resources." by Brian Salomon · 7 years ago
  6. fbb56ce Add a new GrResourceCache purging mechanism for purging unused resources. by Brian Salomon · 7 years ago
  7. b667fe2 Small downsample_3_3 optimization by Matt Sarett · 7 years ago
  8. fde9bff Revert "Remove Android-specific SK_SUPPORT_LEGACY_IMG_SNAPSHOT flag" by Robert Phillips · 7 years ago
  9. e3b95ce Add support for writing icc profiles to the jpeg encoder by Matt Sarett · 7 years ago
  10. c3efe67 Remove Android-specific SK_SUPPORT_LEGACY_IMG_SNAPSHOT flag by Robert Phillips · 7 years ago
  11. 0ae6faa Make SkImage_Gpu be deferred (take 2) by Robert Phillips · 7 years ago
  12. 54d212e Revert "Revert "Remove GrPipeline from GrDrawOp."" by Brian Salomon · 7 years ago
  13. 337432d In GrRenderTargetOpList::forwardCombine check adjacent ops by Brian Salomon · 7 years ago
  14. 27ecd86 SkImageSource::Make() returns nullptr when srcrect is empty. by Hal Canary · 7 years ago
  15. ebbdec4 document when we retired a serialized verb -- for later removal by Mike Reed · 7 years ago
  16. bbd7a3b Make experimental Perlin noise shader take texture proxies by Robert Phillips · 7 years ago
  17. 0887c70 SkImage_Raster: Keep tmp in scope while it is in use by Matt Sarett · 7 years ago
  18. 74de1f6 More png API compatibility by Matt Sarett · 7 years ago
  19. 271d495 check-headers-self-sufficient: update by Hal Canary · 7 years ago
  20. 28da283 fix fuzz by Cary Clark · 7 years ago
  21. 687b656 Compatible use of png_set_iCCP by Matt Sarett · 7 years ago
  22. a33b43d Combine some duplicate code in AA using template by Yuqian Li · 7 years ago
  23. a3b6a55 In Vulkan make sure to add barriers between write operations by Greg Daniel · 7 years ago
  24. 1683f78 Have SkColorSpaceXformCanas tell SkCanvas about clips. by Mike Klein · 7 years ago
  25. 81444fb rename makeCopyForTextureParams to isACopyNeededForTextureParams by Robert Phillips · 7 years ago
  26. eaa78c4 Revert "Make SkImage_Gpu be deferred" by Robert Phillips · 7 years ago
  27. 4c55027 Add support for F32 sources to SkColorSpaceXform by Matt Sarett · 7 years ago
  28. eb35f4d Add pre-Flush callback to GrDrawingManager (take 2) by Robert Phillips · 7 years ago
  29. 0db235b Make SkImage_Gpu be deferred by Robert Phillips · 7 years ago
  30. 0e032be Add support for writing ICC profiles in png encodes by Matt Sarett · 7 years ago
  31. 18ea65a Revert "Revert "remove unused SkMeshUtils and SkBoundaryPatch"" by Mike Reed · 7 years ago
  32. 02f577b reenable lua and fix bitrot by Mike Reed · 7 years ago
  33. c5cc2de Set maxVertexAttrib limit for Vulkan by Greg Daniel · 7 years ago
  34. b1168a7 Improvements to readpixels GM by Brian Osman · 7 years ago
  35. edf06b2 Ignore Clang's -Wdeprecated-register for flex-generated code by Roland McGrath · 7 years ago
  36. d7b34a5 Make SkMemory.h and adjust all files for usage. by Herb Derby · 7 years ago
  37. 628999d Gray8 is supported on GPU, remove incorrect comments & check by Brian Osman · 7 years ago
  38. ed182d7 Remove SkImage::MakeTextureFromPixmap by Brian Osman · 7 years ago
  39. 480951f Fix discardable memory bot by calling lockPixels() by Matt Sarett · 7 years ago
  40. 1a3c4b8 Eager or Lazy evaluation of sub-drawings for SkDeferredCanvas. by Herb Derby · 7 years ago
  41. 09de753 Move SkOSFile.h to src/core by Ben Wagner · 7 years ago
  42. e2ce08a SkData::MakeFromFD to pass size to release proc. by Ben Wagner · 7 years ago
  43. 006c8da Revert "remove unused SkMeshUtils and SkBoundaryPatch" by Stephan Altmueller · 7 years ago
  44. ac6b1fa Remove budgeted parameter from SkSurface::makeImageSnapshot (take 2) by Robert Phillips · 7 years ago
  45. 5e21e09 remove unused SkMeshUtils and SkBoundaryPatch by Mike Reed · 7 years ago
  46. 2f6b5a4 remove legacy vertices virtual from SkDevice by Mike Reed · 7 years ago
  47. 919cc45 Revert "Revert "Add color spin test for SkColorSpaceXformCanvas"" by Mike Klein · 7 years ago
  48. 06ee8e8 Revert "Revert "Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot""" by Yuqian Li · 7 years ago
  49. eefa289 sk_fgetsize to not use ftell. by Ben Wagner · 7 years ago
  50. 7da8d64 SkXPS: use correct drawBitmapRect logic for !bitmap.bounds().contains(*src) by Hal Canary · 7 years ago
  51. 795c5ea don't use deprecated (raw) form of SkPatchUtils, delete duplicate util by Mike Reed · 7 years ago
  52. f6ce600 Remove "Unused uniform in shader" messages by Brian Osman · 7 years ago
  53. bc21243 SkXPS: fix drawBitmapRect() by Hal Canary · 7 years ago
  54. 31249bb Revert "Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot"" by Robert Phillips · 7 years ago
  55. fed9cfd remove legacy virtual for vertices, only support object form by Mike Reed · 7 years ago
  56. e0a34e7 Only set dw antialias mode to grayscale for A8. by Ben Wagner · 7 years ago
  57. 2fb3662 Fix overflow bug in slow span. by Herb Derby · 7 years ago
  58. 9bc39bb Add highp to specular lighting intermediate to fix iOS bots by Brian Osman · 7 years ago
  59. e88a1cb Revert[2] "More SkVertices implementation work"" by Mike Reed · 7 years ago
  60. a392dba Revert "Revert "Revert "Revert "Detect Chrome either by renderer or version strings."""" by Brian Salomon · 7 years ago
  61. 1eb3fef Revert "More SkVertices implementation work" by Mike Reed · 7 years ago
  62. 73e21af Revert "Add color spin test for SkColorSpaceXformCanvas" by Eric Boren · 7 years ago
  63. 14583e1 More SkVertices implementation work by Mike Reed · 7 years ago
  64. 5fa6645 remove unused VerticesFlags by Mike Reed · 7 years ago
  65. c48af93 Revert "Remove GrPipeline from GrDrawOp." by Brian Salomon · 7 years ago
  66. fd47ca5 Revert "Revert "Revert "Detect Chrome either by renderer or version strings.""" by Brian Salomon · 7 years ago
  67. c551fa4 Revert "Revert "Detect Chrome either by renderer or version strings."" by Brian Salomon · 7 years ago
  68. aa9e332 Revert[4] "store vertices arrays inline with object"""" by Mike Reed · 7 years ago
  69. 2bf4b3a Remove GrPipeline from GrDrawOp. by Brian Salomon · 7 years ago
  70. 1165b1e Revert "Detect Chrome either by renderer or version strings." by Brian Salomon · 7 years ago
  71. be4eed2 Detect Chrome either by renderer or version strings. by Brian Salomon · 7 years ago
  72. 2225306 Support pixel antialising in DirectWrite. by Ben Wagner · 7 years ago
  73. 510dd42 In GrClipStackClip check whether op bounds are inside RT before checking for empty clip stack. by Brian Salomon · 7 years ago
  74. 0c492cf Revert[3] "store vertices arrays inline with object""" by Mike Reed · 7 years ago
  75. 9e9188f Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot" by Yuqian Li · 7 years ago
  76. a6ae1f7 wired up SPIR-V validator by Ethan Nicholas · 7 years ago
  77. 3338914 Support all gradient types in SkColorSpaceXformCanvas. by Mike Klein · 7 years ago
  78. 859621f Outset dst texture bounds by a pixel to fix corruption in dstreadshuffle. by Brian Salomon · 7 years ago
  79. b64bcbd Remove budgeted parameter from SkSurface::makeImageSnapshot by Robert Phillips · 7 years ago
  80. 8301046 Rename GrAADistanceFieldPathRenderer to GrSmallPathRenderer by Jim Van Verth · 7 years ago
  81. 0c984a0 More pre-emptive proxification by Robert Phillips · 7 years ago
  82. b66fa52 Revert "Support pixel antialising in DirectWrite." by Mike Reed · 7 years ago
  83. 34db1ee Support pixel antialising in DirectWrite. by Ben Wagner · 7 years ago
  84. cb01aec Add color spin test for SkColorSpaceXformCanvas by Matt Sarett · 7 years ago
  85. 0b83319 SkDynamicMemoryWStream::detachAsStream() returns unique_ptr by Hal Canary · 7 years ago
  86. 18ea816 Revert "Add pre-Flush callback to GrDrawingManager" by Robert Phillips · 7 years ago
  87. d492db9 SkColorSpaceXformCanvas: simple support for shaders by Mike Klein · 7 years ago
  88. 7d9f9e3 Revert[2] "store vertices arrays inline with object"" by Mike Reed · 7 years ago
  89. a4c41b3 Push setMipColorMode calls further down-stack & add to GrTextureProxy by Robert Phillips · 7 years ago
  90. cd9ada5 must check for zero-length in reader32::read() before calling memcpy by Mike Reed · 7 years ago
  91. d222ec4 Add pre-Flush callback to GrDrawingManager by Robert Phillips · 7 years ago
  92. 04ef48c Fix warning in Clang 4.0 Mac build. by Mike Klein · 7 years ago
  93. 9e62df6 Revert "store vertices arrays inline with object" by Mike Reed · 7 years ago
  94. eaaebb1 store vertices arrays inline with object by Mike Reed · 7 years ago
  95. bd1f76f Emit dumpInfo string when processor opt test fails by Brian Osman · 7 years ago
  96. 296b1cc Retract GrContext from src/gpu/effects by Robert Phillips · 7 years ago
  97. e0d4fba Viewer's nonlinear blend mode uses SkColorSpaceXformCanvas by Brian Osman · 7 years ago
  98. dabe8ac SkDynamicMemoryWStream::detachAsData more memory efficent by Hal Canary · 7 years ago
  99. 63954c9 GPU version of onMakeColorSpace by Brian Osman · 7 years ago
  100. 9a8065d add uniqueID by Mike Reed · 7 years ago