1. f21bf9e Revert "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 5 years ago
  2. 2a59541 Merge GrOpList and GrRTOpList and rename to GrOpsTask. by Greg Daniel · 5 years ago
  3. 5abfff2 Delete unused GrTextureOpList. by Greg Daniel · 5 years ago
  4. 2243c7b Don't perform dst reads on MSAA targets that require manual resolve by Chris Dalton · 5 years ago
  5. 57f211b SK_API in src/gpu cleanup by Brian Salomon · 5 years ago
  6. e227fe4 Move CopyOps to CopyRenderTask. by Greg Daniel · 5 years ago
  7. aa3cbb8 Mark mipmaps dirty from makeClosed() rather than opList constructors by Chris Dalton · 5 years ago
  8. e1efd38 Remove GrPendingIOResource by Robert Phillips · 5 years ago
  9. 30eea6c Convert GrManyDependentsMipMappedTest to a mock gpu test by Chris Dalton · 5 years ago
  10. af69650 Fix sk_sp<> for incomplete type build issue by Brian Salomon · 5 years ago
  11. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
  12. 80bff5b Remove GrProxyPendingIO by Robert Phillips · 5 years ago
  13. 7a2930a Dawn: moar textures. by Stephen White · 5 years ago
  14. 450ba0a Increase GrMtlPipelineState caches size by 8x by Christopher Cameron · 5 years ago
  15. bbfec9d Move transferFrom commands from GrOp and into GrRenderTask. by Greg Daniel · 5 years ago
  16. 5331e2a GrRectBlurEffect: approximate piecewise cubic with quintic. by Brian Salomon · 5 years ago
  17. 5f152f0 add path-edger; lightweight Iter for edges by Mike Reed · 5 years ago
  18. 0d6f775 Add GrvkGpuRTCommandBuffer::appendSampledTexture by Chris Dalton · 5 years ago
  19. 3f7932e Add kRequiresManualMSAAResolve to GrInternalSurfaceFlags by Chris Dalton · 5 years ago
  20. f822178 Remove incorrect metal assert. by Greg Daniel · 5 years ago
  21. 5a5f3e8 Workaround for Android Emulator default precision issue by Brian Salomon · 5 years ago
  22. ba7e9a6 never check for degenerates in path::iter by Mike Reed · 5 years ago
  23. 457da50 Remove uses of GrPixelConfig in GrMtlCaps. by Greg Daniel · 5 years ago
  24. 170d990 Dawn: implement textures & samplers. by Stephen White · 5 years ago
  25. 0fac869 Remove uses of GrPixelConfig in GrVkCaps and other vk files. by Greg Daniel · 5 years ago
  26. 6db3b7b Dawn: update to GrCaps changes. by Stephen White · 5 years ago
  27. b5391bf Revert "Revert "Go back to blacklisting MSAA on all Intel GPUs"" by Brian Osman · 5 years ago
  28. 0be3480 Revert "Revert "unified Vulkan uniform buffers"" by Ethan Nicholas · 5 years ago
  29. f0696bd Revert "Go back to blacklisting MSAA on all Intel GPUs" by Robert Phillips · 5 years ago
  30. 9c73e3d Turn off -Wreturn-std-move-in-c++11 by Brian Salomon · 5 years ago
  31. c385da4 Go back to blacklisting MSAA on all Intel GPUs by Brian Osman · 5 years ago
  32. e5dc1eb unified Metal uniform buffers by Ethan Nicholas · 5 years ago
  33. 096b091 Make GrBlend.h private by Brian Salomon · 5 years ago
  34. 30ad468 Remove remaining functions in GrGLCaps that use GrPixelConfig. by Greg Daniel · 5 years ago
  35. e30a485 Move the source image into Context by Michael Ludwig · 5 years ago
  36. 201cdbb Make GrSamplerState.h and GrRenderTarget.h private by Brian Salomon · 5 years ago
  37. e3b1389 Implement GrDawnGpuTextureCommandBuffer. by Stephen White · 5 years ago
  38. 9ae0ba0 Turn calls to glTexImage2D with non-null ptr into glTexImage2D followed by Brian Salomon · 5 years ago
  39. 9d42192 First implementation of GrTextureRenderTarget. by Stephen White · 5 years ago
  40. 7bfc913 Remove GrCaps isConfigTexturable. by Greg Daniel · 5 years ago
  41. 9136a04 Handle size_t addition overflow in GrCpuBuffer::Make by Brian Salomon · 5 years ago
  42. 03f9ca3 Remove SkImageFilter_Base::OutputProperties by Michael Ludwig · 5 years ago
  43. 0850dcd First implementation of GrDawnTexture. by Stephen White · 5 years ago
  44. 3b1e4c2 Add coord transform to GrSKSLFP, support CTM/local matrix in runtime shaders by Brian Osman · 5 years ago
  45. 143987e Update Metal backend's createBackendTexture to initialize to a given color by Robert Phillips · 5 years ago
  46. 3d77027 Reland "Initiate regeneration of mipmaps from proxy DAG land" by Chris Dalton · 5 years ago
  47. 19754b5 Revert "unified Vulkan uniform buffers" by Greg Daniel · 5 years ago
  48. 2c59659 Make GrRectBlurEffect be analytical rather than use a texture LUT. by Brian Salomon · 5 years ago
  49. 67529b2 SkSL GLSL generator writes default precision for sampler2D/samplerExternalOS/sampler2DRect by Brian Salomon · 5 years ago
  50. 5f5a481 unified Vulkan uniform buffers by Ethan Nicholas · 5 years ago
  51. d5d8a64 Add GrCaps::msaaResolvesAutomatically by Chris Dalton · 5 years ago
  52. 96b383a Remove GrRenderable param from GrProxyProvider::createTextureProxy() by Brian Salomon · 5 years ago
  53. f759964 Make defaultBackendFormat callable from anywhere in the GrContext hierarchy by Robert Phillips · 5 years ago
  54. 309c6c0 Return kNearest from GrSkFilterQualityToGrFilterMode for 1x1 images by Chris Dalton · 5 years ago
  55. 2af3e70 Don't use color type derived from GrPixelConfig to determine proxy texture swizzle. by Brian Salomon · 5 years ago
  56. 0b002e2 For non-ccpr draws make sure all inputs to GrGPUCommandBuffer are long lived. by Greg Daniel · 5 years ago
  57. 1c53a9f Remove some uses of GrSurface::config() by Brian Salomon · 5 years ago
  58. 2739fd2 Reland: Enable YCbCr sampler support on platforms other than Android by Sergey Ulanov · 5 years ago
  59. 3e7fa79 Revert "Initiate regeneration of mipmaps from proxy DAG land" by Robert Phillips · 5 years ago
  60. fe19203 Initiate regeneration of mipmaps from proxy DAG land by Chris Dalton · 5 years ago
  61. 19db240 Dawn: remove a faulty assert. by Stephen White · 5 years ago
  62. f813ef7 Dawn backend: implement stencil, primitive topology, separate blends. by Stephen White · 5 years ago
  63. 74c19de Add SkUNREACHABLE to definition of SK_ABORT. by Brian Salomon · 5 years ago
  64. 9fc5e8d Revert "Enable YCbCr sampler support on platforms other than Android" by Greg Daniel · 5 years ago
  65. cc4573d Enable YCbCr sampler support on platforms other than Android by Sergey Ulanov · 5 years ago
  66. 81536f2 Pass GrBackendFormat to GrGpu::onCreateTexture and use it to determine by Brian Salomon · 5 years ago
  67. fe55c73 Dawn backend: update to Skia GrCaps changes. by Stephen White · 5 years ago
  68. d67c71f Dawn backend: first triangle. by Stephen White · 5 years ago
  69. e897684 Fix exactify for explicit resource allocation (take 2) by Robert Phillips · 5 years ago
  70. ec22b1a Expose GrContext::dump() when SK_ENABLE_DUMP_GPU is defined. by Brian Salomon · 5 years ago
  71. 26cedb4 Fix emplace on GrTRecorder. by Greg Daniel · 5 years ago
  72. 4d557e3 Revert "Fix exactify for explicit resource allocation" by Robert Phillips · 5 years ago
  73. 32ff145 Fix exactify for explicit resource allocation by Robert Phillips · 5 years ago
  74. f04fb44 fix skip-rectangle-texture-support in GrGLGpu::onWrapBackendTextureAsRenderTarget by Brian Salomon · 5 years ago
  75. d4764a1 Rework how backend-specific formats are retrieved from GrBackendFormat. by Brian Salomon · 5 years ago
  76. 6fa62e2 Remove use of GrColorType on GrCaps::getRenderTargetSampleCount. by Greg Daniel · 5 years ago
  77. 228518f Remove AMD workaround for new command buffer on pipeline changes. by Greg Daniel · 5 years ago
  78. ea4ad30 Modify GrGLTexture/RenderTarget and related functions to not take GrSurfaceDesc. by Brian Salomon · 5 years ago
  79. 94322dc Simplify luminance shader by Michael Ludwig · 5 years ago
  80. 2209881 Add adjustable max size for Metal dynamic allocation ring buffer. by Jim Van Verth · 5 years ago
  81. 0875512 Add a GrTextureResolveManager class by Chris Dalton · 5 years ago
  82. 5fe9977 Add a 'closeRenderTasksForNewOpList' method to GrDrawingManager by Chris Dalton · 5 years ago
  83. 900583a Update some gpu caps isFormatRenderable calls. by Greg Daniel · 5 years ago
  84. bdb0919 Use GrComputeTightCombinedBufferSize in GrMtlGpu::uploadToTexture by Robert Phillips · 5 years ago
  85. ea6bb44 Add supported GrColorTypes to Mtl FormatTable. by Greg Daniel · 5 years ago
  86. a9c2257 Pass size and GrPixelConfig to GrSurface/Texture/RenderTarget constructors by Brian Salomon · 5 years ago
  87. 4eb38b7 Pass GrBackendFormat to GrResourceProvider and GrGpu texture create functions. by Brian Salomon · 5 years ago
  88. 76eef9a Add missing GrLumaColorFilterEffect opt flag by Florin Malita · 5 years ago
  89. 9655534 Put read and output swizzle back on gl format table. by Greg Daniel · 5 years ago
  90. 00c9f0d Increase specificity of GrColorType computed for YUV planes (take 2) by Robert Phillips · 5 years ago
  91. d732518 Dawn backend: update to recent Skia changes. by Stephen White · 5 years ago
  92. 8341022 Delete unused variant of MakeBackendTexture by Stan Iliev · 5 years ago
  93. 1ff5021 Add table for supported colortypes in GrVkCaps. by Greg Daniel · 5 years ago
  94. f8e5aad Remove 'dst' argument from GrOpList::copySurface by Chris Dalton · 5 years ago
  95. 8ee6cf3 Move SkImageFilter functionality into private SkImageFilter_Base by Michael Ludwig · 5 years ago
  96. 8ba5315 Revert "Increase specificity of GrColorType computed for YUV planes" by Robert Phillips · 5 years ago
  97. c326aaf Increase specificity of GrColorType computed for YUV planes by Robert Phillips · 5 years ago
  98. b2e3c64 fix bicubic to not be confused by rotated ctms by Mike Reed · 5 years ago
  99. 6b49810 Extract a GrRenderTask base class from GrOpList by Chris Dalton · 5 years ago
  100. 01915c0 GrCaps::supportedWritePixelsColorType takes CT/format rather than config. by Brian Salomon · 5 years ago