1. 4c9155b Remove EXPERIMENTAL_SHADOWING, Part 1 by Jim Van Verth · 7 years ago
  2. c06f309 Revert "Add support for row-by-row jpeg encoding" by Leon Scroggins · 7 years ago
  3. 9b848d5 Add support for row-by-row jpeg encoding by Matt Sarett · 7 years ago
  4. c3b10a3 Reland "Add a clip mask bench" by Florin Malita · 7 years ago
  5. cea615b Revert "Add a clip mask bench" by Mike Klein · 7 years ago
  6. c59a38d Add a clip mask bench by Florin Malita · 7 years ago
  7. d170c0f Only store width and height on SkPixelRef (last part) by Matt Sarett · 7 years ago
  8. 736a9cc remove unused yuv methods by Mike Reed · 7 years ago
  9. 2fcd4a4 Revert "Only store width and height on SkPixelRef" by Ben Wagner · 7 years ago
  10. 2cbb666 Only store width and height on SkPixelRef by Matt Sarett · 7 years ago
  11. df7e075 Fold SkImageCacherator into SkImage_Lazy by Brian Osman · 7 years ago
  12. 39312c8 Describe GCC-like asm steps as "assemble ..." by Mike Klein · 7 years ago
  13. ee7cb5d Delete SkGTypeface and SkGScalerContext by Matt Sarett · 7 years ago
  14. 7fbb7d3 Remove two more gpu headers from include/* by Robert Phillips · 7 years ago
  15. e3302df Make InstancedRendering more opList-splitting friendly by Robert Phillips · 7 years ago
  16. 8323965 Reland "Make SkPngCodec only read as much of the stream as necessary" by Leon Scroggins III · 7 years ago
  17. e71db44 Use dstColorSpace in SkPictureShader cache key by Matt Sarett · 7 years ago
  18. 9f5d467 Remove more headers from include/gpu by Robert Phillips · 7 years ago
  19. 54cbcd7 Remove all headers from include/gpu/effects by Robert Phillips · 7 years ago
  20. f1b4382 Rename SkImage_Generator to SkImage_Lazy by Brian Osman · 7 years ago
  21. 434b6e8 Revert "Make SkPngCodec only read as much of the stream as necessary" by Leon Scroggins · 7 years ago
  22. 2c65d51 Make SkPngCodec only read as much of the stream as necessary by Leon Scroggins III · 7 years ago
  23. c819e66 Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h by Greg Daniel · 7 years ago
  24. d0ce148 test and fix f16<->f32 conversion stages by Mike Klein · 7 years ago
  25. ecc364c Remove SkOpTAllocator by Herb Derby · 7 years ago
  26. 8f2911f add unit tests for parametric_* stages by Mike Klein · 7 years ago
  27. 5238f99 Revert "Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h" by Greg Daniel · 7 years ago
  28. 3a3bc42 Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h by Greg Daniel · 7 years ago
  29. df07ddd Revert "Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h" by Greg Daniel · 7 years ago
  30. 9440345 Add backend safe classes for passing in external texture and render targets into gpu by Greg Daniel · 7 years ago
  31. 3f4531d Remove SkVarAlloc by Herb Derby · 7 years ago
  32. edbb7d8 Check-in vulkan.h into third_party and use that instead of local sdk vulkan.h by Greg Daniel · 7 years ago
  33. 15bff50 remove unneeded android flag for lockpixels by Mike Reed · 7 years ago
  34. 4edb5d2 hide lockpixels api behind flag by Mike Reed · 7 years ago
  35. 818580d remove code directly involved in lock/unlock in SkPixelRef by Mike Reed · 7 years ago
  36. 79f2db2 remove old-pixelref-api flag from android by Mike Reed · 7 years ago
  37. 1335a05 remove dead code around replayClips by Mike Reed · 7 years ago
  38. 50130e4 Allow including of vulkan.h as a required public api when using vulkan. by Greg Daniel · 7 years ago
  39. 547a727 Fix SkLocalMatrixShader::isAImage() to respect local matrix and image local matrix by Matt Sarett · 7 years ago
  40. e5fec21 Revert "Fix SkLocalMatrixShader::isAImage() to respect local matrix and image local matrix" by Matt Sarett · 7 years ago
  41. e5efa51 Fix SkLocalMatrixShader::isAImage() to respect local matrix and image local matrix by Matt Sarett · 7 years ago
  42. a00f347 switch over to no lockPixels in pixelref by Mike Reed · 7 years ago
  43. 7b29749 constexprify GrBlend.h and GrPorterDuffXferProcessor.cpp by Brian Salomon · 7 years ago
  44. 28f5b77 stop disabling threadsafe statics by Mike Klein · 7 years ago
  45. 93b1b4f add guard for obsolete (non-functioning) replayClips by Mike Reed · 7 years ago
  46. 45a00ce remove android legacy flags by Mike Reed · 7 years ago
  47. 9e4d511 remove -mdspr2 by Mike Klein · 7 years ago
  48. 793dccf remove canvas-helpers flag for android by Mike Reed · 7 years ago
  49. 6b3155c Revert[4] "clean up (partially) colortable api"""" by Mike Reed · 7 years ago
  50. 887cdf1 move vertex-mode enum into SkVertices by Mike Reed · 7 years ago
  51. b55dd55 Add SkThreadedBMPDevice for Threaded Raster Backend by Yuqian Li · 7 years ago
  52. e684483 Avoid extra bitmap copies in SkColorSpaceXformCanvas by Matt Sarett · 7 years ago
  53. b14131c Revert "Revert[2] "clean up (partially) colortable api""" by Mike Reed · 7 years ago
  54. 9920b10 Revert[2] "clean up (partially) colortable api"" by Mike Reed · 7 years ago
  55. 0df1b04 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 7 years ago
  56. 1d1165c Revert "clean up (partially) colortable api" by Mike Klein · 7 years ago
  57. 9bd301d Revert "skslc can now be compiled with no Skia dependencies, in preparation for its eventual" by Ethan Nicholas · 7 years ago
  58. 2e491a6 clean up (partially) colortable api by Mike Reed · 7 years ago
  59. f3333c8 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 7 years ago
  60. 0a64e32 Turn on SkJumper all the time, try 2. by Mike Klein · 7 years ago
  61. 5f80485 make _win.S know if it's 64-bit by Mike Klein · 7 years ago
  62. bcf35f8 Revert "skslc can now be compiled with no Skia dependencies, in preparation for" by Ethan Nicholas · 7 years ago
  63. 7833466 skslc can now be compiled with no Skia dependencies, in preparation for by Ethan Nicholas · 7 years ago
  64. cdc651d Make xformer class for SkCSXCanvas, use for draw loopers by Matt Sarett · 7 years ago
  65. a811b12 Renames of processor analysis-related classes and method. by Brian Salomon · 7 years ago
  66. 2677a9a Add extra_asmflags by Kevin Lubick · 7 years ago
  67. 56ea77a Implement SkBlurDrawLooper with SkLayerDrawLooper by Matt Sarett · 7 years ago
  68. 8cb6648 turn on hidden visibility flags on iOS by Mike Klein · 7 years ago
  69. a2cedff Fix gaussianedge GM by Robert Phillips · 7 years ago
  70. 8c67909 Add a simple tool for isolating a path from an SKP by csmartdalton · 7 years ago
  71. b549cc3 Change SkMemory to the more accurately named SkMalloc. by Herb Derby · 7 years ago
  72. c0b642c Split GrPipelineInput into separate color and coverage types, the latter of which is just an enum. by Brian Salomon · 7 years ago
  73. 51e7ca3 Add new proxy-based DetermineDomainMode w/ test by Robert Phillips · 7 years ago
  74. eec23d1 focus hidden-visibility flags by Mike Klein · 7 years ago
  75. ab664fa Revert "Revert "Create new inset algorithm for spot shadows"" by Brian Salomon · 7 years ago
  76. e7c85c4 Revert "Create new inset algorithm for spot shadows" by Brian Salomon · 7 years ago
  77. e5f5bf5 Create new inset algorithm for spot shadows by Jim Van Verth · 7 years ago
  78. a3bdd44 Revert "Revert "Remove Android-specific SK_SUPPORT_LEGACY_IMG_SNAPSHOT flag"" by Robert Phillips · 7 years ago
  79. cc26127 Find cubic KLM functionals directly by csmartdalton · 7 years ago
  80. fde9bff Revert "Remove Android-specific SK_SUPPORT_LEGACY_IMG_SNAPSHOT flag" by Robert Phillips · 7 years ago
  81. c3efe67 Remove Android-specific SK_SUPPORT_LEGACY_IMG_SNAPSHOT flag by Robert Phillips · 7 years ago
  82. 27ecd86 SkImageSource::Make() returns nullptr when srcrect is empty. by Hal Canary · 7 years ago
  83. 271d495 check-headers-self-sufficient: update by Hal Canary · 7 years ago
  84. eb35f4d Add pre-Flush callback to GrDrawingManager (take 2) by Robert Phillips · 7 years ago
  85. 3130fbb remove SK_SUPPORT_LEGACY_DRAWVERTICES_VIRTUAL flag by Mike Reed · 7 years ago
  86. 4e8472c Support vs2017. by Ben Wagner · 7 years ago
  87. 18ea65a Revert "Revert "remove unused SkMeshUtils and SkBoundaryPatch"" by Mike Reed · 7 years ago
  88. d7b34a5 Make SkMemory.h and adjust all files for usage. by Herb Derby · 7 years ago
  89. f9bd468 Make gn directory importable in python by Ravi Mistry · 7 years ago
  90. 09de753 Move SkOSFile.h to src/core by Ben Wagner · 7 years ago
  91. 006c8da Revert "remove unused SkMeshUtils and SkBoundaryPatch" by Stephan Altmueller · 7 years ago
  92. 6598564 remove unsupported flag by Mike Reed · 7 years ago
  93. ac6b1fa Remove budgeted parameter from SkSurface::makeImageSnapshot (take 2) by Robert Phillips · 7 years ago
  94. 5e21e09 remove unused SkMeshUtils and SkBoundaryPatch by Mike Reed · 7 years ago
  95. 795c5ea don't use deprecated (raw) form of SkPatchUtils, delete duplicate util by Mike Reed · 7 years ago
  96. 9bb0a28 add flag for android by Mike Reed · 7 years ago
  97. 8301046 Rename GrAADistanceFieldPathRenderer to GrSmallPathRenderer by Jim Van Verth · 7 years ago
  98. 18ea816 Revert "Add pre-Flush callback to GrDrawingManager" by Robert Phillips · 7 years ago
  99. d222ec4 Add pre-Flush callback to GrDrawingManager by Robert Phillips · 7 years ago
  100. 63954c9 GPU version of onMakeColorSpace by Brian Osman · 7 years ago