1. 6e9ead9 Revert "Remove custom SkSort algorithms." by John Stiles · 4 years, 2 months ago
  2. 70474c1 Remove custom SkSort algorithms. by John Stiles · 4 years, 2 months ago
  3. 81e4bf2 Use public api to serialize typefaces. by Ben Wagner · 4 years, 3 months ago
  4. 342273c remove firstSubRun by Herb Derby · 4 years, 2 months ago
  5. 2c18030 Add GrContext api to update compressed backend textures. by Greg Daniel · 4 years, 2 months ago
  6. 1a0cf30 Make many things private in SubRun by Herb Derby · 4 years, 2 months ago
  7. 1a57857 Retract GrContext.h from headers by Robert Phillips · 4 years, 2 months ago
  8. d68ad7d move regenerate() from VertexRegenerator to SubRun by Herb Derby · 4 years, 2 months ago
  9. 2604a89 make single draw() for SubRun by Herb Derby · 4 years, 2 months ago
  10. 52ceaea prepare regenerate to move to SubRun by Herb Derby · 4 years, 2 months ago
  11. 439709a Expose multi-frame methods for SkCodecImageGenerator by Dan Field · 4 years, 2 months ago
  12. a5b9860 improve the speed of empty GrTextBlobs by Herb Derby · 4 years, 2 months ago
  13. c1583cb move drawTextPaths from RTC to SubRun by Herb Derby · 4 years, 2 months ago
  14. 8589430 Replace ModulateRGBA effect with Xfermode using modulate blend. by John Stiles · 4 years, 2 months ago
  15. 7bf2600 Replace ModulateAlpha effect with Xfermode using src-in blend. by John Stiles · 4 years, 2 months ago
  16. 06b78cf SkRuntimeEffect: Guard against programs with no "main" by Brian Osman · 4 years, 2 months ago
  17. 7c19677 Split GrConstColorProcessor into three separate .fp effects. by John Stiles · 4 years, 2 months ago
  18. 872a32c Add an arg to SkImage::makeSubset to take a direct context by Adlai Holler · 4 years, 2 months ago
  19. 31bc350 remove unused decl from SubRun by Herb Derby · 4 years, 2 months ago
  20. 609ea21 more cleanup after removing volatile from bitmap by Mike Reed · 4 years, 2 months ago
  21. 1434ce1 Can we remove volatile from skbitmap? by Mike Reed · 4 years, 2 months ago
  22. 4a1f5fc move makeAtlasTextOp to SubRun by Herb Derby · 4 years, 2 months ago
  23. 4284f75 remove intermediate lambdas in skvm interpreter by Mike Klein · 4 years, 2 months ago
  24. 8c7c709 Convert GLHighContrastFilterEffect to an .fp file. by John Stiles · 4 years, 2 months ago
  25. 411e7aa move GrAtlasTextOp creation to GrRenderTargetContext by Herb Derby · 4 years, 2 months ago
  26. 54867de Make GrFP::registerChild just return -1 for null children by Brian Osman · 4 years, 2 months ago
  27. 2b54e83 add vtune support back by Mike Klein · 4 years, 2 months ago
  28. 41ef2ae Simplify some Vulkan compressed texture setup. by Jim Van Verth · 4 years, 2 months ago
  29. a9c9b53 Convert the arithmetic runtime effect to a regular .fp effect. by John Stiles · 4 years, 2 months ago
  30. 35c42b9 pullout text path drawing from drawGlyphRunList by Herb Derby · 4 years, 2 months ago
  31. 4a3ebc2 Switch SkImage's & SkImageGenerator's isValid call over to GrRecordingContext by Robert Phillips · 4 years, 2 months ago
  32. 77482cb add Sk- prefix to SkOSLibrary functions by Mike Klein · 4 years, 2 months ago
  33. f79a7a5 Remove invalid assert when setting D3D buffers. by Jim Van Verth · 4 years, 2 months ago
  34. b490eb2 Add ANGLE's glMultiDraw*BaseInstance functions to the GL interface by Chris Dalton · 4 years, 2 months ago
  35. aaf738c Add internal calls for updateCompressedBackendTexture. by Greg Daniel · 4 years, 2 months ago
  36. 525e876 Fix Op tests when default typeface is empty. by Ben Wagner · 4 years, 2 months ago
  37. 7a96c2a Revert "Revert "Put top level FPs into their own functions"" by Brian Salomon · 4 years, 2 months ago
  38. 1c66ad9 Apply paint color to alpha-only textures in drawEdgeAAImageSet by Michael Ludwig · 4 years, 2 months ago
  39. d9eb219 Add SkCodecImageGenerator::getScaledDimensions by Brian Osman · 4 years, 2 months ago
  40. 377923e pack windows ABI stack tightly by Mike Klein · 4 years, 2 months ago
  41. f8a6b5b Impl SkFilterOptions for raster-images by Mike Reed · 4 years, 2 months ago
  42. d342cc9 Add indirect draws to D3D. by Jim Van Verth · 4 years, 2 months ago
  43. e29f9e2 Reland "Make glPatchParameteri required when tessellation is supported" by Chris Dalton · 4 years, 3 months ago
  44. 1413d11 Check sk_VertexID support for GrTessellationPathRenderer by Chris Dalton · 4 years, 2 months ago
  45. d4eb2ec Update SkPaintToGrPaint to perform clamping via child FPs. by John Stiles · 4 years, 2 months ago
  46. 3d0359a Migrate GrGpu to GrDirectContext by Adlai Holler · 4 years, 2 months ago
  47. 53ee0fc Convert the dither runtime effect into a regular .fp effect. by John Stiles · 4 years, 2 months ago
  48. ae34bc4 Fix half-precision mod signature to be half(half, half). by John Stiles · 4 years, 2 months ago
  49. 15edc18 Remove unncessary code from filtered clamp-to-border. by Brian Salomon · 4 years, 2 months ago
  50. 60a4986 Remove GrTextTarget and GrRenderTargetContext::TextTarget by Herb Derby · 4 years, 2 months ago
  51. fcfd0af Notify when SkFontMetrics bounds are bogus. by Ben Wagner · 4 years, 2 months ago
  52. 6c1c538 Handle kRSXform_Positioning in TightRunBounds. by Ben Wagner · 4 years, 2 months ago
  53. 87f4d29 Remove GrFragmentProcessor::Iter. by Brian Salomon · 4 years, 2 months ago
  54. b94d249 feed forward registers used by jit() by Mike Klein · 4 years, 2 months ago
  55. d90b3d3 Remove generic GrFragmentProcessor texture sampling. by Brian Salomon · 4 years, 2 months ago
  56. cd79c47 tidy up win ABI enter/exit by Mike Klein · 4 years, 2 months ago
  57. 04c8f25 move insertSubRunOpsIntoTarget into GrRenderTargetContext by Herb Derby · 4 years, 2 months ago
  58. 9e8f484 Rename 'analytic FPs' to 'analytic elements' throughout the clip system. by John Stiles · 4 years, 2 months ago
  59. 362245e Remove unused GrTRecorder by Michael Ludwig · 4 years, 2 months ago
  60. 8e434ae Fix GrMeshTest for Direct3D. by Jim Van Verth · 4 years, 2 months ago
  61. c269c2d Clear analytic FPs and clip paths in GrReducedClip::makeEmpty. by John Stiles · 4 years, 2 months ago
  62. c34c6bc Count analytic FPs directly. by John Stiles · 4 years, 2 months ago
  63. 61a70fb Add GrGLSLFP::ParallelRange to iterate FP and GLSLFP trees by Brian Salomon · 4 years, 2 months ago
  64. 1bef979 Remove uses of non-inclusive terminology from Ganesh code. by Jim Van Verth · 4 years, 2 months ago
  65. 16bf7d3 Make SkGpuDevice hold a GrRecordingContext (take 2) by Robert Phillips · 4 years, 2 months ago
  66. 98e0ed7 PDF without annotations skips structure tree. by Ben Wagner · 4 years, 2 months ago
  67. 6669b01 Always check AutoFTAccess::face() for nullptr. by Ben Wagner · 4 years, 2 months ago
  68. 8c3171f Update onMakeColorTypeAndColorSpace to consolidate color processors. by John Stiles · 4 years, 2 months ago
  69. eb77035 Update SkXfermodeImageFilter to consolidate color processors. by John Stiles · 4 years, 2 months ago
  70. d576464 Combine MakeOp and insertSubRunOpsIntoTarget by Herb Derby · 4 years, 2 months ago
  71. afa9036 don't produce empty SubRuns by Herb Derby · 4 years, 2 months ago
  72. 414418d Add option for client to own semaphores after telling to skia to wait. by Greg Daniel · 4 years, 2 months ago
  73. 4e3ab79 use clip as invariant instead of skipClip by Herb Derby · 4 years, 2 months ago
  74. 2a4acf3 Remove all internal uses of (and deprecate) SkSurface::getContext by Robert Phillips · 4 years, 2 months ago
  75. bab3dab remove unused clipRect for distance field by Herb Derby · 4 years, 2 months ago
  76. 3c8178b Remove deprecated form of `asFragmentProcessor` method. by John Stiles · 4 years, 2 months ago
  77. 28e1eff Add support for an inputFP in SkRuntimeColorFilter::asFragmentProcessor. by John Stiles · 4 years, 2 months ago
  78. 234592c Add support for an inputFP in SkHighContrast_Filter::asFragmentProcessor by John Stiles · 4 years, 2 months ago
  79. e5b768b loop over SubRuns in GrRenderTargetContext by Herb Derby · 4 years, 2 months ago
  80. 8bf0194 Replace remainder of HRESULT checks with macro by Jim Van Verth · 4 years, 2 months ago
  81. 5a33f21 Remove a Chrome staging flag by Robert Phillips · 4 years, 2 months ago
  82. 473c9f4 Tagged PDF annotations must appear in the Parent Tree as well. by Dominic Mazzoni · 4 years, 2 months ago
  83. bb61fe3 Hoist up submit for resolves by Jim Van Verth · 4 years, 2 months ago
  84. 275f419 Add D3D support for MSAA by Jim Van Verth · 4 years, 2 months ago
  85. 9cf98dc Remove GrCoordTransform entirely by Brian Osman · 4 years, 2 months ago
  86. 894ddb0 Add support for an inputFP in SkMixerColorFilter::asFragmentProcessor. by John Stiles · 4 years, 2 months ago
  87. d94e71e use SkTInternalLList in SubRun by Herb Derby · 4 years, 2 months ago
  88. b89e52e Update GrConfigConversionEffect to use an input FP. by John Stiles · 4 years, 2 months ago
  89. 7a1d942 consolidate text op creation by Herb Derby · 4 years, 2 months ago
  90. b4d60f8 Fix use of uninitialized value in SkSVGDevice by Tyler Denniston · 4 years, 2 months ago
  91. 01d8ad6 Use GrUniformDataManager in Dawn backend. by Brian Salomon · 4 years, 2 months ago
  92. 4769754 Reland "Return the actual block capacity from GrBufferAllocPool::makeSpaceAtLeast" by Chris Dalton · 4 years, 2 months ago
  93. 05da783 Revert "Make SkGpuDevice hold a GrRecordingContext" by Chris Dalton · 4 years, 2 months ago
  94. 95dfda4 Revert "Return the actual block capacity from GrBufferAllocPool::makeSpaceAtLeast" by Chris Dalton · 4 years, 2 months ago
  95. d10f080 Return the actual block capacity from GrBufferAllocPool::makeSpaceAtLeast by Chris Dalton · 4 years, 2 months ago
  96. c8b721b Make SkGpuDevice hold a GrRecordingContext by Robert Phillips · 4 years, 2 months ago
  97. ac45f49 Dawn: work around a fragcoord.w issue on D3D12. by Stephen White · 4 years, 2 months ago
  98. 709ce81 Make sure we have a valid command buffer throughout vulkan. by Greg Daniel · 4 years, 2 months ago
  99. ffd15ea Remove unused base class GrGLSLFragmentBuilder by Brian Salomon · 4 years, 2 months ago
  100. a6d1e98 Revert "ICU API: only in SkParagraph, simplified." by Julia Lavrova · 4 years, 2 months ago