1. 4217ea7 Add outline of new GrContext hierarchy by Robert Phillips · 6 years ago
  2. 12d2264 Convert GrBuffer owners to sk_sp by Brian Salomon · 6 years ago
  3. 8bbdfda Limit PowerVR Rougue clear texture support disable to x86 by Brian Salomon · 6 years ago
  4. a0bc39d Split GrContextThreadSafeProxy into its own files (take 2) by Robert Phillips · 6 years ago
  5. d3bde0b remove legacy SkPaint getTextBlobIntercepts by Mike Reed · 6 years ago
  6. a66be38 Limit Analytic Clip FP workaround to powervr rogue on x86 by Brian Salomon · 6 years ago
  7. ea8b4fc Revert "Split GrContextThreadSafeProxy into its own files" by Robert Phillips · 6 years ago
  8. f8397f2 Split GrContextThreadSafeProxy into its own files by Robert Phillips · 6 years ago
  9. d8a90f9 Converting more debug code to SkJSONWriter by Brian Osman · 6 years ago
  10. 41f0e28 Add MaxAPIVersion to GrVkBackendContext. by Greg Daniel · 6 years ago
  11. eceb19f Remove GrBuffer::mapPtr() by Brian Salomon · 6 years ago
  12. ede88ab Remove some unused GrGLGpu member fields and functions. by Brian Salomon · 6 years ago
  13. 805cc7a Avoid setting the GL color mask and clear color redundantly before glClear. by Brian Salomon · 6 years ago
  14. 31a60db Remove GrGLGpu member vars related to already removed clear-as-draw program. by Brian Salomon · 6 years ago
  15. 8bc352c Revert "Revert "Avoid checking extension string in GrGLGpu::onResetContext."" by Brian Salomon · 6 years ago
  16. 04c1ccc Revert "Avoid checking extension string in GrGLGpu::onResetContext." by Kevin Lubick · 6 years ago
  17. a5bc812 Avoid checking extension string in GrGLGpu::onResetContext. by Brian Salomon · 6 years ago
  18. 35ba614 Remove GrGpuResource::abandon from the public API. by Brian Salomon · 6 years ago
  19. 9bc76d9 Change the meaning of GrBudgetedType::kUnbudgetedUncacheable. by Brian Salomon · 6 years ago
  20. aa6ca0a Require explicit GrWrapCacheable specification in more places. by Brian Salomon · 6 years ago
  21. c0b2ba2 Invalidate Vulkan CB state after vending it out via drawable by Eric Karl · 6 years ago
  22. fa2ebea Replace bool purgeImmediately with enum GrWrapCacheable. by Brian Salomon · 6 years ago
  23. 5deadca Remove nearly all use of SkColorSpaceTransferFn by Brian Osman · 6 years ago
  24. 08c0629 Revert "Implement XP factory dumping" by Derek Sollenberger · 6 years ago
  25. 8d8224f Implement XP factory dumping by Chris Dalton · 6 years ago
  26. 94633de Increase tolerance in rectilinear quad detection by Michael Ludwig · 6 years ago
  27. 087fad7 Add getTypefaceOrDefault and refTypefaceOrDefault by Herb Derby · 6 years ago
  28. 945ee65 Enforce non-overlap constraint from GrRenderTargetOpList by Chris Dalton · 6 years ago
  29. 7545190 Add new experimental API for rectangles with per-edge AA control by Michael Ludwig · 6 years ago
  30. 302d5be Rename GrCaps::canUseAdvancedBlendEquation by Chris Dalton · 6 years ago
  31. ee21e6b Move Op chain bounds calculations into tryConcat by Chris Dalton · 6 years ago
  32. 6ac8d36 Revert "Reland "fixed VK geometry shaders"" by Ethan Nicholas · 6 years ago
  33. 347d365 Reland "fixed VK geometry shaders" by Ethan Nicholas · 6 years ago
  34. a3c45c7 Add non-srcover fallback for drawImageSet by Michael Ludwig · 6 years ago
  35. 483909c Revert "fixed VK geometry shaders" by Ethan Nicholas · 6 years ago
  36. eef1ed0 fixed VK geometry shaders by Ethan Nicholas · 6 years ago
  37. 7423195 ccpr: Add explicit fmas to vertex placement code by Chris Dalton · 6 years ago
  38. 6f6ae6a Convert GrRenderTargetOpList::tryConcat to an OOP-style method by Chris Dalton · 6 years ago
  39. ee06b33 Reland "Add compressed data support for SkImage." by Jim Van Verth · 6 years ago
  40. 14235d1 Revert "Add compressed data support for SkImage." by Hal Canary · 6 years ago
  41. 57263c2 Add compressed data support for SkImage. by Jim Van Verth · 6 years ago
  42. 1bf0ed8 Make GrTexture caching for SkPromiseImageTexture work when same texture by Brian Salomon · 6 years ago
  43. 4b62aed Return GrProcessorSet::Analysis from GrDrawOp::finalize by Chris Dalton · 6 years ago
  44. 61a1651 Implement optimization to convert filled rects to scissored clears by Michael Ludwig · 6 years ago
  45. 081e6f3 Rename GrGlyphCache -> GrStrikeCache by Herb Derby · 6 years ago
  46. 5fd955e Rename SkGlyphCache -> SkStrike by Herb Derby · 6 years ago
  47. c39d0c8 Implement generic draw-as-clear fallback for color and stencil by Michael Ludwig · 6 years ago
  48. 1676cb9 Restore ETC1 compressed texture support. by Jim Van Verth · 6 years ago
  49. 330b085 Remove "canCombineOverlappedStencilAndCover" by Chris Dalton · 6 years ago
  50. 1c0cacf Remove empty statement. by Ben Wagner · 6 years ago
  51. a21d196 Move clear-as-draw caps into GrCaps by Michael Ludwig · 6 years ago
  52. 3e4c2f3 Reland "Add target SkColorSpace to SkImage_GpuYUVA." by Jim Van Verth · 6 years ago
  53. 4938323 Revert "Add target SkColorSpace to SkImage_GpuYUVA." by Jim Van Verth · 6 years ago
  54. 2232b9e Add target SkColorSpace to SkImage_GpuYUVA. by Jim Van Verth · 6 years ago
  55. e6fb76b Add additional information (e.g. colorspace) to the GpuDrawHandler by Derek Sollenberger · 6 years ago
  56. cdd8a0a Revert "Revert "Reuse GrTexture instances when the same GrBackendTexture is used to"" by Brian Salomon · 6 years ago
  57. 426ba46 Revert "Reuse GrTexture instances when the same GrBackendTexture is used to" by Brian Salomon · 6 years ago
  58. 559c617 Reuse GrTexture instances when the same GrBackendTexture is used to by Brian Salomon · 6 years ago
  59. c6444d2 Enable wide color support in CCPR by Brian Osman · 6 years ago
  60. 9548c3b42 No longer round the non-AA clip bounds by Robert Phillips · 6 years ago
  61. 0995fd5 Remove SK_LEGACY_TESSELLATOR_CPU_COVERAGE by Brian Osman · 6 years ago
  62. dcd4821 Don't store local coordinates for solid color quad ops by Michael Ludwig · 6 years ago
  63. c96fc37 Reland "Use specialized quad lists in rectangle ops" by Michael Ludwig · 6 years ago
  64. a870b46 Add ability to write out VkPipelineCache to gpu PersistentCache. by Greg Daniel · 6 years ago
  65. 5d6be8f Remove templates from GrTextBlobVertexRegenerator by Brian Osman · 6 years ago
  66. aaa77c1 Reland "ccpr: Support caching of paths that span multiple tiles" by Chris Dalton · 6 years ago
  67. 56b4e3d disallow varying matrices in shaders by Ethan Nicholas · 6 years ago
  68. 2d2c09f Don't store the length and checksom on the GrProgramDesc key itself. by Greg Daniel · 6 years ago
  69. 55ff5d3 Fix truncation of sigma parameter in blur-mask-filtered mask key by Robert Phillips · 6 years ago
  70. 80879d4 Revert "Revert "Support combining per-vertex coverage with color in default GP vertex shader"" by Brian Osman · 6 years ago
  71. 7337dbe Revert "ccpr: Support caching of paths that span multiple tiles" by Chris Dalton · 6 years ago
  72. 6a3dc8b ccpr: Support caching of paths that span multiple tiles by Chris Dalton · 6 years ago
  73. ded032c Revert "Support combining per-vertex coverage with color in default GP vertex shader" by Brian Osman · 6 years ago
  74. 85ff957 Isolate cache lookups in preparation to hoist into painter by Herbert Derby · 6 years ago
  75. 3d92a49 Add wait function to GrVkSecondaryCBDrawContext for semaphores. by Greg Daniel · 6 years ago
  76. a13078c ccpr: Convert GrCCDrawPathsOp::SingleDraw to a class by Chris Dalton · 6 years ago
  77. 8d05883 Revert "Revert "we now cache GLSL shaders when we can't cache the binaries"" by Ethan Nicholas · 6 years ago
  78. 351e80c Reland "ccpr: Rework the path cache to support sporadic flushing" by Chris Dalton · 6 years ago
  79. 8e13f69 Support combining per-vertex coverage with color in default GP vertex shader by Brian Osman · 6 years ago
  80. 82ebe04 Reland "Add SkColorSpace factory from 3x3 row-major gamut and transfer function" by Brian Osman · 6 years ago
  81. 86dbae9 Separate cache lookup from run font setup by Herbert Derby · 6 years ago
  82. 2e825a3 Revert "ccpr: Rework the path cache to support sporadic flushing" by Chris Dalton · 6 years ago
  83. d6fa454 ccpr: Rework the path cache to support sporadic flushing by Chris Dalton · 6 years ago
  84. 5a0338c Fixed GL shader link status checks by Ethan Nicholas · 6 years ago
  85. d4c7458 Revert "Add SkColorSpace factory from 3x3 row-major gamut and transfer function" by Brian Osman · 6 years ago
  86. 070cbaf Add support to gpu command buffers to wrap an external command buffer. by Greg Daniel · 6 years ago
  87. 23d8943 Revert "Use specialized quad lists in rectangle ops" by Michael Ludwig · 6 years ago
  88. a9549ab Add SkColorSpace factory from 3x3 row-major gamut and transfer function by Brian Osman · 6 years ago
  89. be7fc46 Restrict ops that can be executed when we have a wrapped vulkan secondary command buffer. by Greg Daniel · 6 years ago
  90. 2de13dd Allow aliasing in GrProxyProvider::processInvalidUniqueKey by Chris Dalton · 6 years ago
  91. 5820b0c Use specialized quad lists in rectangle ops by Michael Ludwig · 6 years ago
  92. 0cace8e Make the RRectEffect's screen coords be Float4 (rather than Half4) by Robert Phillips · 6 years ago
  93. 7a8d08d Normalize vectors in dot product for quad type calculations. by Michael Ludwig · 6 years ago
  94. 96345a2 pass font's explicitly, instead of relying on SkFont::LEGACY_ExtractFromPaint by Mike Reed · 6 years ago
  95. bc84adc Move GrVkSecondaryCBDrawContext header into src to hide it. by Greg Daniel · 6 years ago
  96. 191e64b pass a font to GlyphRunBuilder by Mike Reed · 6 years ago
  97. b46add8 Add initial support for creating a vulkan secondary command buffer drawing context. by Greg Daniel · 6 years ago
  98. b2fc3b8 Return SkGlyphCache and GrTextStrike together. by Herbert Derby · 6 years ago
  99. 7f4735b Reland "Wide color support in AA Convex path renderer" by Brian Osman · 6 years ago
  100. 6cdac62 Remove extra semi-colons by Kevin Lubick · 6 years ago