1. 8afde5f Rename outputView->writeView and outputSwizzle->writeSwizzle by Brian Salomon · 4 years, 4 months ago
  2. f5ecf51 Stop including SkVertices.h from so many places by Brian Osman · 4 years, 4 months ago
  3. e8d2080 Revert x2 "Assert that all GrCaps colortype/format -> swizzle queries are legal." by Brian Salomon · 4 years, 4 months ago
  4. 982f546 Rename outputSwizzle->writeSwizzle. by Brian Salomon · 4 years, 4 months ago
  5. 8a78e9c Don't require color type to wrap a texture/RT. by Brian Salomon · 4 years, 4 months ago
  6. b16f30b Revert "Revert "Assert that all GrCaps colortype/format -> swizzle queries are legal."" by Brian Salomon · 4 years, 4 months ago
  7. 2f23ae6 Rename SkColorTypeComponentFlags to SkColorChannelFlags. by Brian Salomon · 4 years, 4 months ago
  8. df1bd6d Remove texture swizzle from GrSurfaceProxy. by Brian Salomon · 4 years, 4 months ago
  9. 360ec18 Have GrFillRRectOp make use of the GrSimpleMeshDrawOpHelper by Robert Phillips · 4 years, 4 months ago
  10. 3c35842 Support for custom vertex data in SkSL and drawVertices by Brian Osman · 4 years, 4 months ago
  11. 5caf935 remove bones from SkVertices by Mike Reed · 4 years, 5 months ago
  12. 3a36511 Remove origin from GrSurfaceProxy. by Greg Daniel · 4 years, 5 months ago
  13. b8d84f8 Remove all remaining uses of origin getter on proxy. by Greg Daniel · 4 years, 5 months ago
  14. 55f040b Revert "Pass origins through the flushSurfaces calls." by Greg Daniel · 4 years, 5 months ago
  15. ec34081 Pass origins through the flushSurfaces calls. by Greg Daniel · 4 years, 6 months ago
  16. 573312e Update copy and blitTexture calls to not query origin off of proxies. by Greg Daniel · 4 years, 6 months ago
  17. a56a746 Remove GrSurfaceDesc by Brian Salomon · 4 years, 6 months ago
  18. 788b916 Remove SkTMin and SkTMax by Brian Osman · 4 years, 6 months ago
  19. 6b45c5d Use DrawQuad struct to group device+local coords by Michael Ludwig · 4 years, 6 months ago
  20. 4bb5026 Return after callback on failure in GrRenderTargetContext::asyncReadPixels by Brian Salomon · 4 years, 6 months ago
  21. d2ccbb5 Have GrTextureEffect factories take a view as input. by Greg Daniel · 4 years, 6 months ago
  22. c61d7e3 Rename various getters related to GrSurfaceProxyView. by Greg Daniel · 4 years, 6 months ago
  23. bc3307c Don't do clear or round rect optimizations when a rect has stencil by Chris Dalton · 4 years, 6 months ago
  24. 40903af Update GrSurfaceProxy::Copy to return a view. by Greg Daniel · 4 years, 6 months ago
  25. 2ea69aa Fix asyncRescaleAndReadPixelsYUV420 fallback w/out GL_EXT_texture_rg. by Brian Salomon · 4 years, 6 months ago
  26. 6aa6505 Add fallback for asyncRescaleAndReadPixelsYUV420 without PBOs. by Brian Salomon · 4 years, 6 months ago
  27. a7e5c7c Fix case of asyncRescaleAndReadPixelsYUV420 for case where SkSurface is by Brian Salomon · 4 years, 6 months ago
  28. ca6b2f4 Revert "Revert "Move GrDomainEffect functionality into GrTextureEffect and delete"" by Brian Salomon · 4 years, 6 months ago
  29. 1c3e6cf Revert "Move GrDomainEffect functionality into GrTextureEffect and delete" by Brian Salomon · 4 years, 6 months ago
  30. 988af46 Move GrDomainEffect functionality into GrTextureEffect and delete the former. by Brian Salomon · 4 years, 6 months ago
  31. 3c0a50f Implement support for framebufferOnly render targets. by Stephen White · 4 years, 6 months ago
  32. b58a3c7 Remove fConfig from GrSurfaceDesc. by Greg Daniel · 4 years, 6 months ago
  33. 47c20e8 Pass swizzle into createProxy instead of inferring from GrPixelConfig. by Greg Daniel · 4 years, 6 months ago
  34. 82c6b10 Better handle colorTypes in GrTexutreProducer. by Greg Daniel · 4 years, 6 months ago
  35. 3155f7f Pass in a GrColorType into our Copy call. by Greg Daniel · 4 years, 6 months ago
  36. 3912a4b Update GrSurface/RenderTargetContexts to take and store GrSurfaceProxyViews. by Greg Daniel · 4 years, 6 months ago
  37. bfb7211 Reland "Remove GrPaint::addColorTextureProcessor" by Brian Salomon · 4 years, 7 months ago
  38. 67d0f3f Revert "Remove GrPaint::addColorTextureProcessor" by Jim Van Verth · 4 years, 7 months ago
  39. a92320d Remove GrPaint::addColorTextureProcessor by Brian Salomon · 4 years, 7 months ago
  40. ccb6142 Allow implicit conversion from GrSamplerState::Filter to GrSamplerState by Brian Salomon · 4 years, 7 months ago
  41. ba0ff78 Move the remainder of GrRenderTargetContext factories. by Greg Daniel · 4 years, 7 months ago
  42. e20fcad Reland "Move makeDeferredRenderTargetContext calls to factory on RTC." by Greg Daniel · 4 years, 7 months ago
  43. a4f207e Revert "Move makeDeferredRenderTargetContext calls to factory on RTC." by Jim Van Verth · 4 years, 7 months ago
  44. 1c16b43 Move makeDeferredRenderTargetContext calls to factory on RTC. by Greg Daniel · 4 years, 7 months ago
  45. b8f098d Reland "Rename GrSimpleTextureEffect->GrTextureEffect" by Brian Salomon · 4 years, 7 months ago
  46. d7436a3 Revert "Rename GrSimpleTextureEffect->GrTextureEffect" by Brian Salomon · 4 years, 7 months ago
  47. 90673ec Rename GrSimpleTextureEffect->GrTextureEffect by Brian Salomon · 4 years, 7 months ago
  48. ca9dbe2 Updated proxy isProtected to return a GrProtected enum. by Greg Daniel · 4 years, 7 months ago
  49. bfa19c4 Add factories to GrSurfaceContext and clean up creation flow. by Greg Daniel · 4 years, 7 months ago
  50. 46e366a Remove GrTextureContext. by Greg Daniel · 4 years, 7 months ago
  51. 99448bf Delete unused GrDebugMarkerOp. by Greg Daniel · 4 years, 7 months ago
  52. f46d5ca use std::make_unique by Mike Klein · 4 years, 8 months ago
  53. 379e496 Merge consecutive entries that share proxy in bulk texture op by Michael Ludwig · 4 years, 8 months ago
  54. ed96bca Have GrLatticeOp use GrSurfaceProxyView. by Greg Daniel · 4 years, 8 months ago
  55. adb12e7 Reduce GrTextureOp size by Michael Ludwig · 4 years, 8 months ago
  56. 7d34dc7 Revert "Revert "switch to new filltype for SkPath"" by Mike Reed · 4 years, 8 months ago
  57. 3e7af41 Revert "switch to new filltype for SkPath" by Mike Reed · 4 years, 8 months ago
  58. 3a50981 switch to new filltype for SkPath by Mike Reed · 4 years, 8 months ago
  59. fc11844 Reland "Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType""" by Brian Salomon · 4 years, 8 months ago
  60. 50299de Reland "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Robert Phillips · 4 years, 8 months ago
  61. 997b37f Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Brian Salomon · 4 years, 8 months ago
  62. 30bc527 Revert "Reland "Revert "Use flat version of path-direction enum""" by Mike Reed · 4 years, 8 months ago
  63. fe13ca3 Move textureop fallback code out of GrRTC and into AddTextureSetOps by Michael Ludwig · 4 years, 8 months ago
  64. 7cda6f3 Reland "Revert "Use flat version of path-direction enum"" by Mike Reed · 4 years, 8 months ago
  65. 078e8fa Revert "Make FP optimizations helpers use SkAlphaType not GrColorType" by Brian Salomon · 4 years, 8 months ago
  66. 7a538b1 Make FP optimizations helpers use SkAlphaType not GrColorType by Brian Salomon · 4 years, 8 months ago
  67. 1792b19 Revert "Revert "Use flat version of path-direction enum"" by Mike Reed · 4 years, 8 months ago
  68. 0dacc6b Revert "Use flat version of path-direction enum" by Mike Reed · 4 years, 8 months ago
  69. e0fbe94 Use flat version of path-direction enum by Mike Reed · 4 years, 8 months ago
  70. 301015c Make GrSemaphore no longer derive from GrGPUResource. by Greg Daniel · 4 years, 8 months ago
  71. e837e61 Respect the max indexBuffer limits in the bulk texture draw API (take 2) by Robert Phillips · 4 years, 8 months ago
  72. 438d986 Respect max index buffer sizes in GrFillRectOp::MakeSet by Robert Phillips · 4 years, 9 months ago
  73. ae01f62 Revert "Respect the max indexBuffer limits in the bulk texture draw API" by Robert Phillips · 4 years, 9 months ago
  74. dd947ce Respect the max indexBuffer limits in the bulk texture draw API by Robert Phillips · 4 years, 9 months ago
  75. 9acf682 Fix detection of when we will have mixed sampled coverage by Chris Dalton · 4 years, 9 months ago
  76. b3bd864 Cleanup kGray_8 readback. by Brian Salomon · 4 years, 9 months ago
  77. 524e28b Use GrSurfaceProxyView for dst proxies. by Greg Daniel · 4 years, 9 months ago
  78. 549325c Have GrTextureOp use GrSurfaceProxyViews instead of just proxys. by Greg Daniel · 4 years, 9 months ago
  79. 28ba528 Use SkYUVMath in asyncRescaleAndReadPixelsYUV420 by Brian Osman · 4 years, 9 months ago
  80. 16f5c65 Use GrSurfaceProxyView in RenderTasks. by Greg Daniel · 4 years, 9 months ago
  81. 7697476 Disable async readback from protected memory by Emircan Uysaler · 4 years, 9 months ago
  82. e9462dd Rename *worstCase* to backingStore* in GrSurfaceProxy by Robert Phillips · 4 years, 9 months ago
  83. 9f2b86c More SkISizification in GPU code. by Brian Salomon · 4 years, 9 months ago
  84. 901b98e Add SurfaceProxyView support to Surface/TextureContext. by Greg Daniel · 4 years, 9 months ago
  85. a83de58 Add GrSurfaceProxyView and add support for it on GrRenderTargetContext. by Greg Daniel · 4 years, 9 months ago
  86. 836080f Remove some unneeded colortype format validation checks in ProxyProvider. by Greg Daniel · 4 years, 10 months ago
  87. c594e62 Plumb GrColorType through all ops/processors that sample textures. by Greg Daniel · 4 years, 10 months ago
  88. 858cf23 Call setNeedsStencil() when clearing stencil by Chris Dalton · 4 years, 10 months ago
  89. 9241a6d Reland "Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime"" by Brian Salomon · 4 years, 10 months ago
  90. cb55010 Revert "Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime"" by Ravi Mistry · 4 years, 10 months ago
  91. 6fc04f8 Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime" by Brian Salomon · 4 years, 10 months ago
  92. 9c21978 Revert "SkSurface asynchronous read APIs allow client to extend pixel lifetime" by Brian Salomon · 4 years, 10 months ago
  93. ce240cc SkSurface asynchronous read APIs allow client to extend pixel lifetime by Brian Salomon · 4 years, 10 months ago
  94. dec74f3 Remove an assumption that fOpsTask != nullptr by Chris Dalton · 4 years, 10 months ago
  95. 674f77a Clear and discard stencil buffers on tilers, take 2 by Chris Dalton · 4 years, 10 months ago
  96. 4bc0c1f Rename GrColorSpaceInfo -> GrColorInfo by Brian Salomon · 4 years, 10 months ago
  97. f2ebdd9 Rename GrPixelInfo to GrImageInfo. by Brian Salomon · 4 years, 10 months ago
  98. 5dd7746 Use SW backend as ref for AsyncReadPixels unit test. by Brian Salomon · 4 years, 10 months ago
  99. b795ab7 Abolish absClear by Chris Dalton · 4 years, 10 months ago
  100. f19f9ca Handle F16Norm clamping in SkPaint->GrPaint conversion. by Brian Salomon · 4 years, 10 months ago