1. 28b0c5d Pass Arenas* to GrOpsTask and GrOps instead of multiple pointers to each pool type by Michael Ludwig · 4 years, 7 months ago
  2. 34280e2 Shorten argument lists in GrMesh::SendToGpuImpl by Chris Dalton · 4 years, 7 months ago
  3. aebe439 move clip-stencil function into GpuDevice by Mike Reed · 4 years, 7 months ago
  4. c15afe4 move SkClipStack::asPath into PDFUtils by Mike Reed · 4 years, 7 months ago
  5. 2c316bd Arenas struct for GrRecordingContext by Michael Ludwig · 4 years, 7 months ago
  6. 2fad846 simplify asClipRgn to not rely on pathops by Mike Reed · 4 years, 7 months ago
  7. b47eb18 No longer using default Globals constructor in Metal shader code by Ethan Nicholas · 4 years, 7 months ago
  8. 9f744f7 Change GrGpu::onCreateCompressedTexture signature by Robert Phillips · 4 years, 7 months ago
  9. 52b6de6 Reland "Generate small path SDFs directly from path." by Jim Van Verth · 4 years, 7 months ago
  10. bfa19c4 Add factories to GrSurfaceContext and clean up creation flow. by Greg Daniel · 4 years, 7 months ago
  11. 334d0ba Optimize SkSL xor where one argument is constant by Noah Lavine · 4 years, 7 months ago
  12. 3a09a37 Ungenerate GrSimpleTextureEffect by Brian Salomon · 4 years, 7 months ago
  13. 088913a Start adding unit tests of SkRuntimeEffect by Brian Osman · 4 years, 7 months ago
  14. 7e2dea5 SkColorFilter::onProgram() by Mike Klein · 4 years, 7 months ago
  15. 87e9ddb GrGLSLShaderBuilder::appendTextureLookupAndBlend by Brian Salomon · 4 years, 7 months ago
  16. 9ff61ab Revert "Generate small path SDFs directly from path." by Jim Van Verth · 4 years, 7 months ago
  17. 4407acb Generate small path SDFs directly from path. by Jim Van Verth · 4 years, 7 months ago
  18. f8c187c Revert "Revert "Blend functions as SkSL built ins."" by Brian Salomon · 4 years, 7 months ago
  19. 73d4615 Add wireframe support to Metal. by Jim Van Verth · 4 years, 7 months ago
  20. 8845c37 extend imageshader updater to handle perspective by Mike Reed · 4 years, 7 months ago
  21. 4ef1ca1 Fix int/uint comparison in TextureOp asserts by Michael Ludwig · 4 years, 7 months ago
  22. ead321b Add glue to link the GrContext createCompressedBackendTexture API to the GL and Vulkan backends by Robert Phillips · 4 years, 7 months ago
  23. de30e42 Clean up GenDistanceFieldFromPath. by Jim Van Verth · 4 years, 7 months ago
  24. d04ddcd Update GL and Vulkan backends to support compressed backend formats by Robert Phillips · 4 years, 7 months ago
  25. 173e153 Runtime SkSL: API sketch for child shaders/effects by Brian Osman · 4 years, 7 months ago
  26. 9e0afb7 Fix clang warnings by Jian Cai · 4 years, 7 months ago
  27. 2c38315 hide/remove obsolete/tricky SkMatrix methods by Mike Reed · 4 years, 7 months ago
  28. c880346 Detect when perspective is really affine, and update the matrix as we handoff by Mike Reed · 4 years, 7 months ago
  29. 6093145 "fix" formatting of auto generated cpp from fp by Brian Salomon · 4 years, 7 months ago
  30. 766098d Make sure random unit test processors use an alpha type compatible with by Brian Salomon · 4 years, 7 months ago
  31. 0d7e2f1 Change signature of several gpu backend methods by Robert Phillips · 4 years, 7 months ago
  32. d927bd2 Runtime SkSL: Reflect inputs in SkRuntimeEffect by Brian Osman · 4 years, 7 months ago
  33. 4dea72a Reland x3 "Remove most of GrConfig.h" by Brian Salomon · 4 years, 7 months ago
  34. ee94693 Fix a sprinkling of GPU issues by Robert Phillips · 4 years, 7 months ago
  35. 1215cda Add a kWireframe flag to GrPipeline by Chris Dalton · 4 years, 7 months ago
  36. 8d97c15 Remove SkRuntimeEffect.h include from SkColorFilterPriv.h by Brian Salomon · 4 years, 7 months ago
  37. 190b82d Add clipping for perspective triangles by Mike Reed · 4 years, 7 months ago
  38. 3f1a98b Reland "Revert "Remove most of GrConfig.h"" by Greg Daniel · 4 years, 7 months ago
  39. 85a2ec6 de-skvx PackIDSkPoint() by Mike Klein · 4 years, 7 months ago
  40. 14b5721 Rename GrCaps textureSwizzle to readSwizzle. by Greg Daniel · 4 years, 7 months ago
  41. 5b9c7ba Revert "Revert "Remove most of GrConfig.h"" by Brian Salomon · 4 years, 7 months ago
  42. 8ae1b56 support more types from .fp files by Ethan Nicholas · 4 years, 7 months ago
  43. b915c94 Add interface(s) for compressed backend texture support by Robert Phillips · 4 years, 7 months ago
  44. 682ba43 Revert "Blend functions as SkSL built ins." by Brian Salomon · 4 years, 7 months ago
  45. 3794db8 Blend functions as SkSL built ins. by Brian Salomon · 4 years, 7 months ago
  46. 1a372c3 Add SurfaceView for SkImage_GpuYUVA's flattened proxy. by Greg Daniel · 4 years, 7 months ago
  47. dd5f655 Don't allocate invalidation messages for generators that make uncacheable textures by Brian Osman · 4 years, 7 months ago
  48. cbeabd9 Can't fold ctm and color matrix when in perspective by Mike Reed · 4 years, 7 months ago
  49. fdb2b7d Add more thread annotations to SkStrike by Herb Derby · 4 years, 7 months ago
  50. 46e366a Remove GrTextureContext. by Greg Daniel · 4 years, 7 months ago
  51. 48257d7 Spruce up GrDataUtils in preparation for compressed backend texture support by Robert Phillips · 4 years, 7 months ago
  52. 26300d6 Make allocation of SkDescriptor do initialization by Herb Derby · 4 years, 7 months ago
  53. 5c60b75 Simplify proxy functionally exact check. by Brian Salomon · 4 years, 7 months ago
  54. df6c734 Add GrCaps::getConfigFromCompressedBackendFormat by Robert Phillips · 4 years, 7 months ago
  55. 7791298 Include line numbers in Viewer's shader error windows by Chris Dalton · 4 years, 7 months ago
  56. 2fe83fe Runtime SkSL: Disallow 'when', 'tracked', 'key', 'ctype' by Brian Osman · 4 years, 7 months ago
  57. 42716d4 Expand GrGpu::BackendTextureData to include compressed data by Robert Phillips · 4 years, 7 months ago
  58. ce425af Add a "conservative raster" flag to GrPipeline by Chris Dalton · 4 years, 7 months ago
  59. d6df7b5 Switch GrCaps::isFormatCompressed virtual to be 'compressionType' by Robert Phillips · 4 years, 8 months ago
  60. 99448bf Delete unused GrDebugMarkerOp. by Greg Daniel · 4 years, 7 months ago
  61. 7b1678a Major refactor of runtime effects by Brian Osman · 4 years, 7 months ago
  62. 7363021 Simplify fRegenFlags by Herb Derby · 4 years, 7 months ago
  63. 7b8b0ec Have SkWuffsCodec.cpp link to Wuffs API docs by Nigel Tao · 4 years, 7 months ago
  64. cf0e3c6 remove dead code around old SkPath enums by Mike Reed · 4 years, 8 months ago
  65. cd9ad40 More cleanup on GrStrikeCache by Herb Derby · 4 years, 7 months ago
  66. 9d10abe Remove all layout(ctype=...) from runtime SkSKL by Brian Osman · 4 years, 7 months ago
  67. 6d50a09 Use SkTHashTable in GrTextStrike by Herb Derby · 4 years, 7 months ago
  68. 5c7f38a Revert "Remove unused fields from GrTextBlobKey" by Herb Derby · 4 years, 8 months ago
  69. b26f813 Convert GrStrikeCache to sk_sp<GrTextStrike> by Herb Derby · 4 years, 8 months ago
  70. 5bf5b04 switch to SkPoint for the idea of drawingOrigin by Herb Derby · 4 years, 8 months ago
  71. d938a8b Convert GrStrikeCache to use SkTHashTable by Herb Derby · 4 years, 8 months ago
  72. 17e7dfa More viewMatrix renaming by Herb Derby · 4 years, 8 months ago
  73. ab51c2c Add more variation support on Mac. by Ben Wagner · 4 years, 8 months ago
  74. 1c5be7b Rename viewMatrix to drawMatrix, initialMatrix, or currentMatrix by Herb Derby · 4 years, 8 months ago
  75. a6069a1 Support clipRegion on GPU backend by Brian Salomon · 4 years, 8 months ago
  76. 81b9897 Store GrSurfaceProxyView on SkImage. by Greg Daniel · 4 years, 8 months ago
  77. d0840ec Provide record time allocator to onCombineIfPossible() by Michael Ludwig · 4 years, 8 months ago
  78. f46d5ca use std::make_unique by Mike Klein · 4 years, 8 months ago
  79. 6986c65 Make Gr[Op]MemoryPool allocate itself into its initial block. by Brian Salomon · 4 years, 8 months ago
  80. bb59dfa perform perspective clip by default by Mike Reed · 4 years, 8 months ago
  81. cb10e4d Reland "Detach op memory pool from recording context" by Michael Ludwig · 4 years, 8 months ago
  82. c514e7d Move the GrGlyph* and vertex data onto the arena alloc. by Herb Derby · 4 years, 8 months ago
  83. ed58654 Revert "Detach op memory pool from recording context" by Derek Sollenberger · 4 years, 8 months ago
  84. a27d625 Add compression to Mock backend by Robert Phillips · 4 years, 8 months ago
  85. 6b95516 Detach op memory pool from recording context by Michael Ludwig · 4 years, 8 months ago
  86. b79f1b5 Use absolute sigma instead of clamping to 0 in SkDropShadowImageFilter. by Anthony Catel · 4 years, 8 months ago
  87. bd99c0c Reland "Update FragmentProcessor TextureSampler to hold an GrSurfaceProxyView." by Robert Phillips · 4 years, 8 months ago
  88. c5c0247 Revert "Update FragmentProcessor TextureSampler to hold an GrSurfaceProxyView." by Robert Phillips · 4 years, 8 months ago
  89. 51b9965 Remove unused fields from GrTextBlobKey by Herb Derby · 4 years, 8 months ago
  90. 826484f Always report SkImage_Gpu subclasses as being texture backed. by Greg Daniel · 4 years, 8 months ago
  91. f410794 Revert "When converting runtime SkSL to FP SkSL, use default settings" by Greg Daniel · 4 years, 8 months ago
  92. 48fcf36 When converting runtime SkSL to FP SkSL, use default settings by Brian Osman · 4 years, 8 months ago
  93. acf5929 Update FragmentProcessor TextureSampler to hold an GrSurfaceProxyView. by Greg Daniel · 4 years, 8 months ago
  94. 1031994 Change PerspectiveClip to clip directly to half plane. by Jim Van Verth · 4 years, 8 months ago
  95. 6ee695c Adjust cache key for Metal persistent cache. by Jim Van Verth · 4 years, 8 months ago
  96. a378b45 Suppress allocation warnings for tests that induce them intentionally by Chris Dalton · 4 years, 8 months ago
  97. d111f04 add SK_CPU_LIMIT_AVX by Mike Klein · 4 years, 8 months ago
  98. a590992 Remove unused buffer call for SkGlyphRunPaint by Herb Derby · 4 years, 8 months ago
  99. 3517aa7 Fix stroked arcs for mirror matrices. by Brian Salomon · 4 years, 8 months ago
  100. e3c7ff4 Move SubRun from .h to .cpp by Herb Derby · 4 years, 8 months ago