1. 078e8fa Revert "Make FP optimizations helpers use SkAlphaType not GrColorType" by Brian Salomon · 4 years, 10 months ago
  2. 7a538b1 Make FP optimizations helpers use SkAlphaType not GrColorType by Brian Salomon · 4 years, 10 months ago
  3. 1792b19 Revert "Revert "Use flat version of path-direction enum"" by Mike Reed · 4 years, 10 months ago
  4. 0dacc6b Revert "Use flat version of path-direction enum" by Mike Reed · 4 years, 10 months ago
  5. e0fbe94 Use flat version of path-direction enum by Mike Reed · 4 years, 10 months ago
  6. 301015c Make GrSemaphore no longer derive from GrGPUResource. by Greg Daniel · 4 years, 10 months ago
  7. e837e61 Respect the max indexBuffer limits in the bulk texture draw API (take 2) by Robert Phillips · 4 years, 10 months ago
  8. 438d986 Respect max index buffer sizes in GrFillRectOp::MakeSet by Robert Phillips · 4 years, 10 months ago
  9. ae01f62 Revert "Respect the max indexBuffer limits in the bulk texture draw API" by Robert Phillips · 4 years, 10 months ago
  10. dd947ce Respect the max indexBuffer limits in the bulk texture draw API by Robert Phillips · 4 years, 10 months ago
  11. 9acf682 Fix detection of when we will have mixed sampled coverage by Chris Dalton · 4 years, 10 months ago
  12. b3bd864 Cleanup kGray_8 readback. by Brian Salomon · 4 years, 10 months ago
  13. 524e28b Use GrSurfaceProxyView for dst proxies. by Greg Daniel · 4 years, 10 months ago
  14. 549325c Have GrTextureOp use GrSurfaceProxyViews instead of just proxys. by Greg Daniel · 4 years, 10 months ago
  15. 28ba528 Use SkYUVMath in asyncRescaleAndReadPixelsYUV420 by Brian Osman · 4 years, 10 months ago
  16. 16f5c65 Use GrSurfaceProxyView in RenderTasks. by Greg Daniel · 4 years, 10 months ago
  17. 7697476 Disable async readback from protected memory by Emircan Uysaler · 4 years, 10 months ago
  18. e9462dd Rename *worstCase* to backingStore* in GrSurfaceProxy by Robert Phillips · 4 years, 11 months ago
  19. 9f2b86c More SkISizification in GPU code. by Brian Salomon · 4 years, 11 months ago
  20. 901b98e Add SurfaceProxyView support to Surface/TextureContext. by Greg Daniel · 4 years, 11 months ago
  21. a83de58 Add GrSurfaceProxyView and add support for it on GrRenderTargetContext. by Greg Daniel · 4 years, 11 months ago
  22. 836080f Remove some unneeded colortype format validation checks in ProxyProvider. by Greg Daniel · 4 years, 11 months ago
  23. c594e62 Plumb GrColorType through all ops/processors that sample textures. by Greg Daniel · 4 years, 11 months ago
  24. 858cf23 Call setNeedsStencil() when clearing stencil by Chris Dalton · 4 years, 11 months ago
  25. 9241a6d Reland "Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime"" by Brian Salomon · 5 years ago
  26. cb55010 Revert "Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime"" by Ravi Mistry · 5 years ago
  27. 6fc04f8 Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime" by Brian Salomon · 5 years ago
  28. 9c21978 Revert "SkSurface asynchronous read APIs allow client to extend pixel lifetime" by Brian Salomon · 5 years ago
  29. ce240cc SkSurface asynchronous read APIs allow client to extend pixel lifetime by Brian Salomon · 5 years ago
  30. dec74f3 Remove an assumption that fOpsTask != nullptr by Chris Dalton · 5 years ago
  31. 674f77a Clear and discard stencil buffers on tilers, take 2 by Chris Dalton · 5 years ago
  32. 4bc0c1f Rename GrColorSpaceInfo -> GrColorInfo by Brian Salomon · 5 years ago
  33. f2ebdd9 Rename GrPixelInfo to GrImageInfo. by Brian Salomon · 5 years ago
  34. 5dd7746 Use SW backend as ref for AsyncReadPixels unit test. by Brian Salomon · 5 years ago
  35. b795ab7 Abolish absClear by Chris Dalton · 5 years ago
  36. f19f9ca Handle F16Norm clamping in SkPaint->GrPaint conversion. by Brian Salomon · 5 years ago
  37. 6937103 Revert "Abolish absClear" by Chris Dalton · 5 years ago
  38. f948db6 Abolish absClear by Chris Dalton · 5 years ago
  39. 4241f5e Revert "add guard to switch to SkPathTypes" by Mike Reed · 5 years ago
  40. e1af444 add guard to switch to SkPathTypes by Mike Reed · 5 years ago
  41. c30f1a9 Move surface wait ops to GrRenderTasks. by Greg Daniel · 5 years ago
  42. 674ee74 Make sure we use clear load op on GrOpsTask as often as possible. by Greg Daniel · 5 years ago
  43. f41b2bd Reland "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 5 years ago
  44. f21bf9e Revert "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 5 years ago
  45. 2a59541 Merge GrOpList and GrRTOpList and rename to GrOpsTask. by Greg Daniel · 5 years ago
  46. 2243c7b Don't perform dst reads on MSAA targets that require manual resolve by Chris Dalton · 5 years ago
  47. e1efd38 Remove GrPendingIOResource by Robert Phillips · 5 years ago
  48. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
  49. bbfec9d Move transferFrom commands from GrOp and into GrRenderTask. by Greg Daniel · 5 years ago
  50. 201cdbb Make GrSamplerState.h and GrRenderTarget.h private by Brian Salomon · 5 years ago
  51. 0875512 Add a GrTextureResolveManager class by Chris Dalton · 5 years ago
  52. 6b49810 Extract a GrRenderTask base class from GrOpList by Chris Dalton · 5 years ago
  53. eadfac9 Rework maxRenderTargetSampleCount and isFormatRenderable in GrCaps. by Greg Daniel · 5 years ago
  54. 0258c90 Remove use of isConfigRenderable. by Greg Daniel · 5 years ago
  55. 0a15cc6 Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType by Robert Phillips · 5 years ago
  56. 4d2d6f4 Lift GrRenderTarget::transferFrom to GrSurfaceContext. by Brian Salomon · 5 years ago
  57. ba88ab6 Reland "Move ExternalFormat and Type to FormatInfo." by Greg Daniel · 5 years ago
  58. e2c5e8c Revert "Move ExternalFormat and Type to FormatInfo." by Greg Daniel · 5 years ago
  59. 8014051 Move ExternalFormat and Type to FormatInfo. by Greg Daniel · 5 years ago
  60. 52337de re-run tools/rewrite_includes.py by Mike Klein · 5 years ago
  61. eda9a55 Fix analytic shadows when rotated 180 degrees. by Jim Van Verth · 5 years ago
  62. e9ad998 Lift GrRenderTargetContext::rescale to GrSufaceContext by Brian Salomon · 5 years ago
  63. 00fb724 Move read swizzle from GL ConfigInfo to FormatInfo. by Greg Daniel · 5 years ago
  64. 1e03b6b1 simplify GrCaps::initDstCopyDesc and provide default impl for non-GL subclasses. by Brian Salomon · 5 years ago
  65. c6dc5cf Move FormatType from ConfigInfo to FormatInfo. by Greg Daniel · 5 years ago
  66. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
  67. 627d053 Move uses of functions taking SkColorType to GrColorType versions in GrCaps. by Greg Daniel · 5 years ago
  68. aee26ea Reland "Switch drawTexture calls to use attemptQuadOptimization" by Michael Ludwig · 5 years ago
  69. 27ae52c Make deferred render target context without config or format by Brian Salomon · 5 years ago
  70. 4d03689 Make GrRenderTargetContext async read functions use GrRTC's alpha type. by Brian Salomon · 5 years ago
  71. 624f906 Be more stringent about API failure cases in AsyncReadPixels test by Brian Salomon · 5 years ago
  72. bd3d8d3 Remove GrPixelConfig from GrColorSpaceInfo. by Brian Salomon · 5 years ago
  73. effee20 Use mixed samples internally for default coverage AA by Chris Dalton · 5 years ago
  74. 1d43530 Pass alpha type to GrSurfaceContext::read/writePixels and remove flags. by Brian Salomon · 5 years ago
  75. dcb832a Revert "Switch drawTexture calls to use attemptQuadOptimization" by Michael Ludwig · 5 years ago
  76. 9b2defc Switch drawTexture calls to use attemptQuadOptimization by Michael Ludwig · 5 years ago
  77. 205224f Remove old texture op factories by Michael Ludwig · 5 years ago
  78. 6b98280 Track if we need stencil on GrRenderTargetContext by Chris Dalton · 5 years ago
  79. 22429f9 Add generic texture op factory. by Michael Ludwig · 5 years ago
  80. d7871cc Check for too-small ovals when deciding on using GrCircleOp by Jim Van Verth · 5 years ago
  81. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
  82. 64b8589 Reland "Prefer using GrOvalOpFactory over GrFillRRect for circles and axis-aligned circular roundrects." by Jim Van Verth · 5 years ago
  83. e7499c7 GrColorSpaceInfo stores SkAlphaType. by Brian Salomon · 5 years ago
  84. 23ca4e7 Enable creating protected vulkan backend by Emircan Uysaler · 5 years ago
  85. 6ce447a Eliminate mixed samples as an FBO type or AA type by Chris Dalton · 5 years ago
  86. ed71b7e Handle non-finite quads in attemptQuadOptimization by Michael Ludwig · 5 years ago
  87. d1b2c85 Revert "Prefer using GrOvalOpFactory over GrFillRRect for circles and" by Jim Van Verth · 5 years ago
  88. f30b1c1 Revert "Revert "Make SkASSERT not break build in constexpr GrSwizzle method on GCC"" by Brian Salomon · 5 years ago
  89. e08b443 Make rt bounds dependent on stencil settings for quad optimizations by Michael Ludwig · 5 years ago
  90. 6132820 Reland "Consolidate quad optimizations into single internal function." by Michael Ludwig · 5 years ago
  91. 7694b90 Revert "Consolidate quad optimizations into single internal function." by Brian Salomon · 5 years ago
  92. 646616a Consolidate quad optimizations into single internal function. by Michael Ludwig · 5 years ago
  93. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  94. c34d993 Revert "Add function to GrDataUtils to handle color conversions." by Robert Phillips · 5 years ago
  95. 5509102 Add function to GrDataUtils to handle color conversions. by Brian Salomon · 5 years ago
  96. 731454a Prefer using GrOvalOpFactory over GrFillRRect for circles and by Jim Van Verth · 5 years ago
  97. 1127c0b Revert "Make GrBicubicEffect also support centripetal Catmull-Rom kernel." by Brian Salomon · 5 years ago
  98. f9a8688 Make GrBicubicEffect also support centripetal Catmull-Rom kernel. by Brian Salomon · 5 years ago
  99. df586b7 Use float literal with std::fill of floats by Brian Salomon · 5 years ago
  100. 024bd00 Initial implementation of SkSurface::asyncRescaleAndReadPixelsYUV420. by Brian Salomon · 5 years ago