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