1. cf39f37 Remove maxCount resource cache limit by Robert Phillips · 5 years ago
  2. beb7f52 Make GrSurfaceProxy constructors take arg that determines participation in by Brian Salomon · 5 years ago
  3. 095f5b4 .fp files now support user-defined functions by Ethan Nicholas · 5 years ago
  4. d4efe68 SkSL sample() now permits specification of coordinates by Ethan Nicholas · 5 years ago
  5. 6d50818 Match CanvasStateHelpers.cpp change in Android repo by Ravi Mistry · 5 years ago
  6. d72dd4d Fix updating of current task index in GrResourceAllocator by Greg Daniel · 5 years ago
  7. a036f0d Make GrSurfaceProxy derive from GrNonAtomicRef and remove GrIORefProxy. by Brian Salomon · 5 years ago
  8. a4c7883 Cleanups around fRemoteGlyphStateMap by Herb Derby · 5 years ago
  9. dcf9ca1 Have visitProxies take a GrTexutreProxy instead of GrSurfaceProxy. by Greg Daniel · 5 years ago
  10. 334a642 remove unused sk_sp comparison operators by Mike Klein · 5 years ago
  11. ea07123 Define Usage and image+origin wrapper for image filters by Michael Ludwig · 5 years ago
  12. 2d41d0d Remove GrGpuTextureCommandBuffer class and rename to GrOpsRenderPass. by Greg Daniel · 5 years ago
  13. 92b3335 more rect api simplifications by Mike Reed · 5 years ago
  14. 9313874 Rename GrContextOption fReduceOpListSplitting to fReduceOpsTaskSplitting. by Greg Daniel · 5 years ago
  15. c4b4735 Don't pass around renderTargetContexts from onFlush callbacks by Chris Dalton · 5 years ago
  16. f41b2bd Reland "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 5 years ago
  17. f21bf9e Revert "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 5 years ago
  18. 2a59541 Merge GrOpList and GrRTOpList and rename to GrOpsTask. by Greg Daniel · 5 years ago
  19. 3f412f9 [svgcanvas] Named colors support by Florin Malita · 5 years ago
  20. a40db42 Bug fixes for Flutter by Julia Lavrova · 5 years ago
  21. aa3cbb8 Mark mipmaps dirty from makeClosed() rather than opList constructors by Chris Dalton · 5 years ago
  22. e1efd38 Remove GrPendingIOResource by Robert Phillips · 5 years ago
  23. 30eea6c Convert GrManyDependentsMipMappedTest to a mock gpu test by Chris Dalton · 5 years ago
  24. 05bab9a [svgcanvas] Don't emit default fill and stroke attributes by Florin Malita · 5 years ago
  25. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
  26. 4be31e2 Conservatively consider any path with tiny edges to be concave by Brian Osman · 5 years ago
  27. 80bff5b Remove GrProxyPendingIO by Robert Phillips · 5 years ago
  28. 916a904 Placeholders implementation + unit tests by Julia Lavrova · 5 years ago
  29. 5f152f0 add path-edger; lightweight Iter for edges by Mike Reed · 5 years ago
  30. aae845f Fixed temp dir for snapshots by Julia Lavrova · 5 years ago
  31. ba7e9a6 never check for degenerates in path::iter by Mike Reed · 5 years ago
  32. 7022b77 Part 1/2 to remove SkTextBlobCacheDiffCanvas::Settings by herb · 5 years ago
  33. 82963a3 Remove SkRemoteGlyphCacheImpl.h by Herb Derby · 5 years ago
  34. bb10848 SkMallocPixelRef: remove MakeDirect and MakeWithProc from API. by Hal Canary · 5 years ago
  35. 9c73e3d Turn off -Wreturn-std-move-in-c++11 by Brian Salomon · 5 years ago
  36. 4c3fd34 Remove MakeCrossContextFromEncoded, unused argument from ...FromPixmap by Brian Osman · 5 years ago
  37. 096b091 Make GrBlend.h private by Brian Salomon · 5 years ago
  38. e30a485 Move the source image into Context by Michael Ludwig · 5 years ago
  39. 201cdbb Make GrSamplerState.h and GrRenderTarget.h private by Brian Salomon · 5 years ago
  40. 2e9f772 Move bigconic gm to be a test. by Ben Wagner · 5 years ago
  41. 7bfc913 Remove GrCaps isConfigTexturable. by Greg Daniel · 5 years ago
  42. 03f9ca3 Remove SkImageFilter_Base::OutputProperties by Michael Ludwig · 5 years ago
  43. d566e2e Remove unused dstColorSpace parameter from makeTextureImage by Brian Osman · 5 years ago
  44. c222856 Existing unit tests are working with some minor differences by Julia Lavrova · 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. 67529b2 SkSL GLSL generator writes default precision for sampler2D/samplerExternalOS/sampler2DRect by Brian Salomon · 5 years ago
  48. 96b383a Remove GrRenderable param from GrProxyProvider::createTextureProxy() by Brian Salomon · 5 years ago
  49. cd8b6d5 Add tolerance to ProcessorCloneTest and dump images on failure. by Brian Salomon · 5 years ago
  50. 33c59ed added error check for invalid 'in' variables by Ethan Nicholas · 5 years ago
  51. f996311 extend lifetimes for hoisted used in loop by Mike Klein · 5 years ago
  52. 2af3e70 Don't use color type derived from GrPixelConfig to determine proxy texture swizzle. by Brian Salomon · 5 years ago
  53. 2739fd2 Reland: Enable YCbCr sampler support on platforms other than Android by Sergey Ulanov · 5 years ago
  54. 3e7fa79 Revert "Initiate regeneration of mipmaps from proxy DAG land" by Robert Phillips · 5 years ago
  55. fe19203 Initiate regeneration of mipmaps from proxy DAG land by Chris Dalton · 5 years ago
  56. 74c19de Add SkUNREACHABLE to definition of SK_ABORT. by Brian Salomon · 5 years ago
  57. 9fc5e8d Revert "Enable YCbCr sampler support on platforms other than Android" by Greg Daniel · 5 years ago
  58. db9f669 Dealing with ghost spaces by Julia Lavrova · 5 years ago
  59. cc4573d Enable YCbCr sampler support on platforms other than Android by Sergey Ulanov · 5 years ago
  60. b7b0b3a Paragraph cache: caching the shaped results only. by Julia Lavrova · 5 years ago
  61. 702b37b Add unit test to prevent future memory regressions by Robert Phillips · 5 years ago
  62. ec22b1a Expose GrContext::dump() when SK_ENABLE_DUMP_GPU is defined. by Brian Salomon · 5 years ago
  63. 10e48d4 Allow SkMakeSpan to correctly handle the distinction between by Herb Derby · 5 years ago
  64. d4764a1 Rework how backend-specific formats are retrieved from GrBackendFormat. by Brian Salomon · 5 years ago
  65. 6fa62e2 Remove use of GrColorType on GrCaps::getRenderTargetSampleCount. by Greg Daniel · 5 years ago
  66. ea4ad30 Modify GrGLTexture/RenderTarget and related functions to not take GrSurfaceDesc. by Brian Salomon · 5 years ago
  67. 0875512 Add a GrTextureResolveManager class by Chris Dalton · 5 years ago
  68. 900583a Update some gpu caps isFormatRenderable calls. by Greg Daniel · 5 years ago
  69. ea6bb44 Add supported GrColorTypes to Mtl FormatTable. by Greg Daniel · 5 years ago
  70. 4eb38b7 Pass GrBackendFormat to GrResourceProvider and GrGpu texture create functions. by Brian Salomon · 5 years ago
  71. 55edb50 Update tests to use new image filter factories by Michael Ludwig · 5 years ago
  72. 8ee6cf3 Move SkImageFilter functionality into private SkImageFilter_Base by Michael Ludwig · 5 years ago
  73. b994412 select, {eq,lt,gt}_i32 on x86 by Mike Klein · 5 years ago
  74. 95529e8 x86 store16 by Mike Klein · 5 years ago
  75. d344284 More SkAutoPixmapStorage by Robert Phillips · 5 years ago
  76. 52010b7 x86, load16 by Mike Klein · 5 years ago
  77. 94d054b x86 uniform8 by Mike Klein · 5 years ago
  78. 788967e add vbroadcastss(Ymm, GP64, int) by Mike Klein · 5 years ago
  79. 01915c0 GrCaps::supportedWritePixelsColorType takes CT/format rather than config. by Brian Salomon · 5 years ago
  80. 22e04c6 Tweak css3 weight score, prevent ties. by Ben Wagner · 5 years ago
  81. 64acf4f remove unneeded bitmapprovider abstraction by Mike Reed · 5 years ago
  82. f77c146 Make read/write/transfer pixels functions take surface color type by Brian Salomon · 5 years ago
  83. bac4672 Add a means of printing out the GrBackendFormat by Robert Phillips · 5 years ago
  84. 0258c90 Remove use of isConfigRenderable. by Greg Daniel · 5 years ago
  85. ffe2729 Add GrCaps::getTestingCombinations by Robert Phillips · 5 years ago
  86. 8f8354a Reland "Remove GrCaps::SupportedRead::fSwizzle and supporting code" by Brian Salomon · 5 years ago
  87. a0f864d Revert "Remove GrCaps::SupportedRead::fSwizzle and supporting code" by Ben Wagner aka dogben · 5 years ago
  88. d7cf0be SkPDF: SkPDFMakeShader handles pathological inputs better. by Hal Canary · 5 years ago
  89. 1cec69a Remove GrCaps::SupportedRead::fSwizzle and supporting code by Brian Salomon · 5 years ago
  90. 9fdadb9 test a (the) zero-arg program by Mike Klein · 5 years ago
  91. d4546d6 add vmovdqa(ymm,ymm) by Mike Klein · 5 years ago
  92. 95d8ceb Add GrMipMapsStatus to GrTextureProxy by Chris Dalton · 5 years ago
  93. 0a15cc6 Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType by Robert Phillips · 5 years ago
  94. 81d5267 more unit tests by Mike Klein · 5 years ago
  95. 5591fdf small refactors by Mike Klein · 5 years ago
  96. d5e80ca Add GrContext::defaultBackendFormat by Robert Phillips · 5 years ago
  97. 8ff8bcc Add GrCaps::isFormatCompressed by Robert Phillips · 5 years ago
  98. 9dc0b9e remove code now that loopers are dead (w.r.t. canvas and paint) by Mike Reed · 5 years ago
  99. 8ac9f4e flesh out SkVM ops a bit more by Mike Klein · 5 years ago
  100. 1386366 renamed SkSL texture() and process() to sample() by Ethan Nicholas · 5 years ago