1. 2a4acf3 Remove all internal uses of (and deprecate) SkSurface::getContext by Robert Phillips · 4 years, 4 months ago
  2. 9cf98dc Remove GrCoordTransform entirely by Brian Osman · 4 years, 4 months ago
  3. 05da783 Revert "Make SkGpuDevice hold a GrRecordingContext" by Chris Dalton · 4 years, 4 months ago
  4. c8b721b Make SkGpuDevice hold a GrRecordingContext by Robert Phillips · 4 years, 4 months ago
  5. ffd15ea Remove unused base class GrGLSLFragmentBuilder by Brian Salomon · 4 years, 4 months ago
  6. 609f159 Remove most GrCoordTransform code by Brian Osman · 4 years, 4 months ago
  7. 6d344c3 Update unit tests to accept GrDirectContext by Robert Phillips · 4 years, 4 months ago
  8. 88a4107 Add unit tests for global-struct initialization in Metal. by John Stiles · 4 years, 4 months ago
  9. 92c33f3 document Make for paths, and move from pathbuilder into path by Mike Reed · 4 years, 4 months ago
  10. 00f78de Update additional tools to take a GrDirectContext by Robert Phillips · 4 years, 4 months ago
  11. b7bfbc2 Move GrRecordingContext.h and GrDirectContext.h into include/gpu by Robert Phillips · 4 years, 4 months ago
  12. 1298bc4 Change SampleMatrix to SampleUsage by Brian Osman · 4 years, 4 months ago
  13. f8f45d9 Make asDirectContext public by Robert Phillips · 4 years, 4 months ago
  14. 400ba22 save only xmm6-15 on windows by Mike Klein · 4 years, 4 months ago
  15. 4e3cab7 Reland "Simplify GrClip API" by Michael Ludwig · 4 years, 4 months ago
  16. ce9f016 Remove unused GrFlushFlags. by Greg Daniel · 4 years, 4 months ago
  17. 44333c5 Make asDirectContext return a GrDirectContext by Robert Phillips · 4 years, 4 months ago
  18. 5c57e88 Redesign GrXfermodeFragmentProcessor to use one FP instead of two. by John Stiles · 4 years, 4 months ago
  19. 711e73c SkSL: Variable references are never "isConstant" by Brian Osman · 4 years, 4 months ago
  20. fc2fdf0 Support sample coords in .fp main() by Michael Ludwig · 4 years, 4 months ago
  21. c7ed7e6 Revert "Add storage on the surface for its last render task" by Robert Phillips · 4 years, 4 months ago
  22. a112133 Be more consistent about calling release procs in SkImage factories (take 2) by Robert Phillips · 4 years, 4 months ago
  23. fbe2859 Remove GrFragmentProcessor::addCoordTransform() by Michael Ludwig · 4 years, 4 months ago
  24. f19bbb5 Finish the DDL sk_sp migration by Adlai Holler · 4 years, 4 months ago
  25. ca5b36c Add storage on the surface for its last render task by Adlai Holler · 4 years, 4 months ago
  26. 33603fd Fix DDLOperatorEqTest on Dawn backend. by Stephen White · 4 years, 4 months ago
  27. 1ca54d4 remove purge more interface from GrTextBlobCache by Herb Derby · 4 years, 4 months ago
  28. 63a0a75 Reland "Add async rescale and read APIs to SkImage." by Brian Salomon · 4 years, 4 months ago
  29. 1caf378 Revert "Add async rescale and read APIs to SkImage." by Brian Salomon · 4 years, 4 months ago
  30. 7ac9b5f Add async rescale and read APIs to SkImage. by Brian Salomon · 4 years, 4 months ago
  31. 7991594 Revert "Revert "clean up after big refactor of SkColorFilter --> ...Base"" by Mike Reed · 4 years, 4 months ago
  32. a693a47 Revert "clean up after big refactor of SkColorFilter --> ...Base" by Michael Ludwig · 4 years, 4 months ago
  33. 6dc67b1 clean up after big refactor of SkColorFilter --> ...Base by Mike Reed · 4 years, 4 months ago
  34. e88320b Update how sample(matrix) calls are invoked in SkSL by Michael Ludwig · 4 years, 4 months ago
  35. 7580ad4 Add an sk_sp API for DDLs with a macro for staging by Adlai Holler · 4 years, 4 months ago
  36. 49f9437 Revert "Be more consistent about calling release procs in SkImage factories" by Robert Phillips · 4 years, 4 months ago
  37. 9861b7c Switch inline variables to use a counter by Michael Ludwig · 4 years, 4 months ago
  38. b11e627 Move impl into SkColorFilterBase by Mike Reed · 4 years, 4 months ago
  39. 1de1481 Fixed an SkSL optimizer issue with collapsing static ifs / switches. by Ethan Nicholas · 4 years, 5 months ago
  40. f075414 Be more consistent about calling release procs in SkImage factories by Robert Phillips · 4 years, 4 months ago
  41. d8f4f42 Revert "Simplify GrClip API" by Michael Ludwig · 4 years, 4 months ago
  42. a026e91 Fix d3d PromiseImageTest by Greg Daniel · 4 years, 4 months ago
  43. fac4c0d Reland "Remove SkSpecialImage::makeTextureImage" by Brian Osman · 4 years, 4 months ago
  44. 24069eb Add GrContext::oomed() and implement for GL and VK. by Brian Salomon · 4 years, 4 months ago
  45. 9716414 Simplify GrClip API by Michael Ludwig · 4 years, 4 months ago
  46. 568d113 Revert "Remove SkSpecialImage::makeTextureImage" by Brian Osman · 4 years, 4 months ago
  47. 22f246f add simple pathbuilder by Mike Reed · 4 years, 4 months ago
  48. 5aaaeea Supply device and local coords to SkShader_Base::onProgram by Brian Osman · 4 years, 5 months ago
  49. aed25a9 Disable PromiseImageTextureShutdown test for D3D by Jim Van Verth · 4 years, 4 months ago
  50. d34528c Remove SkSpecialImage::makeTextureImage by Brian Osman · 4 years, 5 months ago
  51. 2eb3c17 Add appendNodeIdArray to avoid code duplication. by Dominic Mazzoni · 4 years, 4 months ago
  52. e7ad8c0 Remove GPU read-back logic in SkSpecialImage by Brian Osman · 4 years, 5 months ago
  53. b444943 Update SkString::resize to preserve string contents efficiently. by John Stiles · 4 years, 5 months ago
  54. 9aba625 Move setSampleMatrix and setSampledWithExplicitCoords into child registration by Michael Ludwig · 4 years, 5 months ago
  55. 3cf3d92 Allow custom typeface deserializing of picture typefaces. by Alan Screen · 4 years, 5 months ago
  56. 0f39699 Reland "Make it easier to test rectangle textures by using createBackendTexture." by Brian Salomon · 4 years, 5 months ago
  57. 956ec8a Update GrCCClipProcessor to support an input FP. by John Stiles · 4 years, 5 months ago
  58. b577655 Don't submit vk command buffer in updateBackendTexture. by Greg Daniel · 4 years, 5 months ago
  59. 96f8db0 Revert "Make it easier to test rectangle textures by using createBackendTexture." by Derek Sollenberger · 4 years, 5 months ago
  60. 3f4de78 ProcessorCloneTest checks against original FP against clone. by Brian Salomon · 4 years, 5 months ago
  61. 4e37751 Make it easier to test rectangle textures by using createBackendTexture. by Brian Salomon · 4 years, 5 months ago
  62. d4928d0 Implement flush finish proc support for d3d backend. by Greg Daniel · 4 years, 5 months ago
  63. 5081942 Optimize CPP code generation. by John Stiles · 4 years, 5 months ago
  64. 75c9c5b Add unit tests for untested SkString APIs. by John Stiles · 4 years, 5 months ago
  65. 5ed3c11 Reland "Don't release vk memory allocator until context is deleted." by Greg Daniel · 4 years, 5 months ago
  66. 92b9ccf Use child texture effects in ProcessorRefTest by Brian Salomon · 4 years, 5 months ago
  67. c35c073 Revert "Don't release vk memory allocator until context is deleted." by Greg Daniel · 4 years, 5 months ago
  68. 11afa63 Don't release vk memory allocator until context is deleted. by Greg Daniel · 4 years, 5 months ago
  69. f629a90 Make Clip test FP use texture effect child by Brian Salomon · 4 years, 5 months ago
  70. 8c662a7 Get rid of deprecated API to add children to PDF tag nodes. by Dominic Mazzoni · 4 years, 5 months ago
  71. 4190f27 Fix SkParse::FindNamedColor OOB by Florin Malita · 4 years, 5 months ago
  72. 5f0cda4 Refine VkYcbcrSamplerHelper to only hold backend memory for YCbCr textures by Robert Phillips · 4 years, 5 months ago
  73. 8c71f3e Improve error reporting in ProcessorCloneTest. by John Stiles · 4 years, 5 months ago
  74. e3a39f7 Update ConstColor FP to support an input FP. by John Stiles · 4 years, 5 months ago
  75. a08bde6 GrTextContext::Options -> GrSDFTOptions by Herb Derby · 4 years, 5 months ago
  76. 92219b4 Fix pointer ownership issue with SkSL static switches. by John Stiles · 4 years, 5 months ago
  77. 127c607 Add separate PDF tag attribute interfaces for names and strings by Dominic Mazzoni · 4 years, 5 months ago
  78. 3779f44 Add helper method to clone and register a child FP. by John Stiles · 4 years, 5 months ago
  79. 82d6196 remove (unused) clipmask from savelayer by Mike Reed · 4 years, 5 months ago
  80. 01f278c Better handle backendFormat to CompressionType. by Greg Daniel · 4 years, 5 months ago
  81. 45fe2e8 move methods to options class by Herb Derby · 4 years, 5 months ago
  82. 9efe386 Add SkSurface flush call that takes a GrBackendSurfaceMutableState. by Greg Daniel · 4 years, 5 months ago
  83. 3d6bf04 make options robust by Herb Derby · 4 years, 5 months ago
  84. e06a897 GrClips know their device dimensions by Michael Ludwig · 4 years, 5 months ago
  85. 30212b7 Fix implicit fallthroughs throughout Skia. by John Stiles · 4 years, 5 months ago
  86. 9290d01 Add filter-quality to imageshader factory by Mike Reed · 4 years, 5 months ago
  87. 85aa428 Move VkYcbcrSamplerHelper's context functionality into VkTestHelper by Robert Phillips · 4 years, 5 months ago
  88. 082232b simplify option flow by Herb Derby · 4 years, 5 months ago
  89. 8818390 Honor return value of `registerChildProcessor` when creating child FPs. by John Stiles · 4 years, 5 months ago
  90. 739e1ca Fixed SkSL optimization issue by Ethan Nicholas · 4 years, 5 months ago
  91. 4598fa1 move test op creation to GrTextAtlasOp by Herb Derby · 4 years, 5 months ago
  92. 3624874 Dawn: implement Dawn support for BackendAllocationTest in Gray8 mode. by Stephen White · 4 years, 5 months ago
  93. 0d6ce7c Split VulkanTestHelper out into its own files by Robert Phillips · 4 years, 5 months ago
  94. e8d3cca Remove GrPrepareForExternalIORequests from flush. by Greg Daniel · 4 years, 5 months ago
  95. 11a52d3 Remove SK_LEGACY_WEBP_LOOP_COUNT by Leon Scroggins III · 4 years, 10 months ago
  96. ff7bee9 Remove SkReader32, and some API from SkWriter32 by Brian Osman · 4 years, 5 months ago
  97. ae413d8 Move VkYcbcrSamplerHelper to its own files by Robert Phillips · 4 years, 5 months ago
  98. 9e4e4c7 Reland "Switch persistent cache to use SkReadBuffer/SkWriteBuffer" by Brian Osman · 4 years, 5 months ago
  99. 1db8e79 Add GrContext API to allow updating GrBackendSurfaceMutableState. by Greg Daniel · 4 years, 5 months ago
  100. d71b7b0 Move lastRenderTask into drawing manager by Adlai Holler · 4 years, 5 months ago