1. 4fe9257 Comment out assert in onClear in GrVkOpsRenderPass. by Greg Daniel · 5 years ago
  2. cf39f37 Remove maxCount resource cache limit by Robert Phillips · 5 years ago
  3. beb7f52 Make GrSurfaceProxy constructors take arg that determines participation in by Brian Salomon · 5 years ago
  4. 0a1e9ef Don't use AA convex path renderer if direction can't be determined by Michael Ludwig · 5 years ago
  5. 8ef18d3 Override operator delete for GrCCPathCache::Key by Andy Weiss · 5 years ago
  6. 15ecdf9 Just skip uninstantiated GrOps instead of delete them on flush. by Greg Daniel · 5 years ago
  7. 4ece96d Reland "Initiate MSAA resolves during DAG generation" by Chris Dalton · 5 years ago
  8. a43e2d2 Don't assert mips actually need resolve during texResolveRenderTask by Chris Dalton · 5 years ago
  9. d4efe68 SkSL sample() now permits specification of coordinates by Ethan Nicholas · 5 years ago
  10. e264131 Dawn: Implement RenderPipeline caching (optimization). by Stephen White · 5 years ago
  11. d72dd4d Fix updating of current task index in GrResourceAllocator by Greg Daniel · 5 years ago
  12. a036f0d Make GrSurfaceProxy derive from GrNonAtomicRef and remove GrIORefProxy. by Brian Salomon · 5 years ago
  13. d729e2d Dawn: submit all command buffers in a single call. by Stephen White · 5 years ago
  14. ca8b07c Reland "Pin the GLSL version to be no larger than the GL version" by Brian Osman · 5 years ago
  15. ac35212 Reland "Combine snapBackImage and snapSpecial" by Michael Ludwig · 5 years ago
  16. 0042cb0 Revert "Pin the GLSL version to be no larger than the GL version" by Brian Osman · 5 years ago
  17. 9c853fa Fix non-zero special-image subsets in magnifier filter by Michael Ludwig · 5 years ago
  18. 066ceb1 Implement fences and semaphores for Metal. by Jim Van Verth · 5 years ago
  19. 63655b5 Pin the GLSL version to be no larger than the GL version by Brian Osman · 5 years ago
  20. 76556a3 Alpha8 support cleanup in GrGLCaps. by Brian Salomon · 5 years ago
  21. ecd03db Override operator delete for GrCpuBuffer by Andy Weiss · 5 years ago
  22. fd849a5 Revert "Combine snapBackImage and snapSpecial" by Michael Ludwig · 5 years ago
  23. a595f86 Add Color4f variant for DrawEdgeAAQuad by Michael Ludwig · 5 years ago
  24. 45739aa Combine snapBackImage and snapSpecial by Michael Ludwig · 5 years ago
  25. dcf9ca1 Have visitProxies take a GrTexutreProxy instead of GrSurfaceProxy. by Greg Daniel · 5 years ago
  26. 6aeb8e8 Add renderTasks to the DAG before calling addDependency by Chris Dalton · 5 years ago
  27. 674ee74 Make sure we use clear load op on GrOpsTask as often as possible. by Greg Daniel · 5 years ago
  28. f010089 Revert "gpu: Update GrGLCaps usage of fTextureRectangle with chromium." by Michael Ludwig · 5 years ago
  29. c43ab22 gpu: Update GrGLCaps usage of fTextureRectangle with chromium. by Khushal · 5 years ago
  30. 6f31cc3 Revert "Initiate MSAA resolves during DAG generation" by Chris Dalton · 5 years ago
  31. ef2dc90 Dawn: update for GrGpuCommandBuffer -> GrOpsRenderPass change. by Stephen White · 5 years ago
  32. 804f6a0 Initiate MSAA resolves during DAG generation by Chris Dalton · 5 years ago
  33. ea07123 Define Usage and image+origin wrapper for image filters by Michael Ludwig · 5 years ago
  34. 2d41d0d Remove GrGpuTextureCommandBuffer class and rename to GrOpsRenderPass. by Greg Daniel · 5 years ago
  35. 3012cba remove unneeded noemptycheck variants of intersect by Mike Reed · 5 years ago
  36. 92b3335 more rect api simplifications by Mike Reed · 5 years ago
  37. e8a2c80 Dawn: update to recent GrGpu/CopySurface changes. by Stephen White · 5 years ago
  38. 9313874 Rename GrContextOption fReduceOpListSplitting to fReduceOpsTaskSplitting. by Greg Daniel · 5 years ago
  39. 9ea6315 remove redundant rect methods by Mike Reed · 5 years ago
  40. b7eaedc Dawn: implement a ring buffer for uniform uploads. by Stephen White · 5 years ago
  41. c4b4735 Don't pass around renderTargetContexts from onFlush callbacks by Chris Dalton · 5 years ago
  42. f41b2bd Reland "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 5 years ago
  43. f21bf9e Revert "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 5 years ago
  44. 2a59541 Merge GrOpList and GrRTOpList and rename to GrOpsTask. by Greg Daniel · 5 years ago
  45. 5abfff2 Delete unused GrTextureOpList. 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. 57f211b SK_API in src/gpu cleanup by Brian Salomon · 5 years ago
  48. e227fe4 Move CopyOps to CopyRenderTask. by Greg Daniel · 5 years ago
  49. aa3cbb8 Mark mipmaps dirty from makeClosed() rather than opList constructors by Chris Dalton · 5 years ago
  50. e1efd38 Remove GrPendingIOResource by Robert Phillips · 5 years ago
  51. 30eea6c Convert GrManyDependentsMipMappedTest to a mock gpu test by Chris Dalton · 5 years ago
  52. af69650 Fix sk_sp<> for incomplete type build issue by Brian Salomon · 5 years ago
  53. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
  54. 80bff5b Remove GrProxyPendingIO by Robert Phillips · 5 years ago
  55. 7a2930a Dawn: moar textures. by Stephen White · 5 years ago
  56. 450ba0a Increase GrMtlPipelineState caches size by 8x by Christopher Cameron · 5 years ago
  57. bbfec9d Move transferFrom commands from GrOp and into GrRenderTask. by Greg Daniel · 5 years ago
  58. 5331e2a GrRectBlurEffect: approximate piecewise cubic with quintic. by Brian Salomon · 5 years ago
  59. 5f152f0 add path-edger; lightweight Iter for edges by Mike Reed · 5 years ago
  60. 0d6f775 Add GrvkGpuRTCommandBuffer::appendSampledTexture by Chris Dalton · 5 years ago
  61. 3f7932e Add kRequiresManualMSAAResolve to GrInternalSurfaceFlags by Chris Dalton · 5 years ago
  62. f822178 Remove incorrect metal assert. by Greg Daniel · 5 years ago
  63. 5a5f3e8 Workaround for Android Emulator default precision issue by Brian Salomon · 5 years ago
  64. ba7e9a6 never check for degenerates in path::iter by Mike Reed · 5 years ago
  65. 457da50 Remove uses of GrPixelConfig in GrMtlCaps. by Greg Daniel · 5 years ago
  66. 170d990 Dawn: implement textures & samplers. by Stephen White · 5 years ago
  67. 0fac869 Remove uses of GrPixelConfig in GrVkCaps and other vk files. by Greg Daniel · 5 years ago
  68. 6db3b7b Dawn: update to GrCaps changes. by Stephen White · 5 years ago
  69. b5391bf Revert "Revert "Go back to blacklisting MSAA on all Intel GPUs"" by Brian Osman · 5 years ago
  70. 0be3480 Revert "Revert "unified Vulkan uniform buffers"" by Ethan Nicholas · 5 years ago
  71. f0696bd Revert "Go back to blacklisting MSAA on all Intel GPUs" by Robert Phillips · 5 years ago
  72. 9c73e3d Turn off -Wreturn-std-move-in-c++11 by Brian Salomon · 5 years ago
  73. c385da4 Go back to blacklisting MSAA on all Intel GPUs by Brian Osman · 5 years ago
  74. e5dc1eb unified Metal uniform buffers by Ethan Nicholas · 5 years ago
  75. 096b091 Make GrBlend.h private by Brian Salomon · 5 years ago
  76. 30ad468 Remove remaining functions in GrGLCaps that use GrPixelConfig. by Greg Daniel · 5 years ago
  77. e30a485 Move the source image into Context by Michael Ludwig · 5 years ago
  78. 201cdbb Make GrSamplerState.h and GrRenderTarget.h private by Brian Salomon · 5 years ago
  79. e3b1389 Implement GrDawnGpuTextureCommandBuffer. by Stephen White · 5 years ago
  80. 9ae0ba0 Turn calls to glTexImage2D with non-null ptr into glTexImage2D followed by Brian Salomon · 5 years ago
  81. 9d42192 First implementation of GrTextureRenderTarget. by Stephen White · 5 years ago
  82. 7bfc913 Remove GrCaps isConfigTexturable. by Greg Daniel · 5 years ago
  83. 9136a04 Handle size_t addition overflow in GrCpuBuffer::Make by Brian Salomon · 5 years ago
  84. 03f9ca3 Remove SkImageFilter_Base::OutputProperties by Michael Ludwig · 5 years ago
  85. 0850dcd First implementation of GrDawnTexture. by Stephen White · 5 years ago
  86. 3b1e4c2 Add coord transform to GrSKSLFP, support CTM/local matrix in runtime shaders by Brian Osman · 5 years ago
  87. 143987e Update Metal backend's createBackendTexture to initialize to a given color by Robert Phillips · 5 years ago
  88. 3d77027 Reland "Initiate regeneration of mipmaps from proxy DAG land" by Chris Dalton · 5 years ago
  89. 19754b5 Revert "unified Vulkan uniform buffers" by Greg Daniel · 5 years ago
  90. 2c59659 Make GrRectBlurEffect be analytical rather than use a texture LUT. by Brian Salomon · 5 years ago
  91. 67529b2 SkSL GLSL generator writes default precision for sampler2D/samplerExternalOS/sampler2DRect by Brian Salomon · 5 years ago
  92. 5f5a481 unified Vulkan uniform buffers by Ethan Nicholas · 5 years ago
  93. d5d8a64 Add GrCaps::msaaResolvesAutomatically by Chris Dalton · 5 years ago
  94. 96b383a Remove GrRenderable param from GrProxyProvider::createTextureProxy() by Brian Salomon · 5 years ago
  95. f759964 Make defaultBackendFormat callable from anywhere in the GrContext hierarchy by Robert Phillips · 5 years ago
  96. 309c6c0 Return kNearest from GrSkFilterQualityToGrFilterMode for 1x1 images by Chris Dalton · 5 years ago
  97. 2af3e70 Don't use color type derived from GrPixelConfig to determine proxy texture swizzle. by Brian Salomon · 5 years ago
  98. 0b002e2 For non-ccpr draws make sure all inputs to GrGPUCommandBuffer are long lived. by Greg Daniel · 5 years ago
  99. 1c53a9f Remove some uses of GrSurface::config() by Brian Salomon · 5 years ago
  100. 2739fd2 Reland: Enable YCbCr sampler support on platforms other than Android by Sergey Ulanov · 5 years ago