1. 6ed2dcc Don't require secondary command buffers on mali vk. by Greg Daniel · 4 years, 2 months ago
  2. 3d1d636 simplify fill vertex calculations by Herb Derby · 4 years, 2 months ago
  3. da6320c Disallow a bare ';' at the top level of SkSL files by Ethan Nicholas · 4 years, 2 months ago
  4. e9a9ad9 Remove unused GrVkDescriptorSetManager factor. by Greg Daniel · 4 years, 2 months ago
  5. 4ef21ed Split creation of integral table out of GrRectBlurEffect by Robert Phillips · 4 years, 2 months ago
  6. 5bc0b65 Split up find_or_create_rrect_blur_mask_fp by Robert Phillips · 4 years, 2 months ago
  7. 75f5314 fix unsigned compare against zero by Herb Derby · 4 years, 2 months ago
  8. 3867c70 plumb cubic params into gpu backend by Mike Reed · 4 years, 2 months ago
  9. a0d913b Separate our use of sampler object from GL support. by Brian Salomon · 4 years, 2 months ago
  10. e1a0089 maintain the page index in AtlasLocator by Herb Derby · 4 years, 2 months ago
  11. cf936f9 Replace salting process in SkSLInliner with a symbol table check. by John Stiles · 4 years, 2 months ago
  12. 39616ec The inlined function body is now returned as a single Statement. by John Stiles · 4 years, 2 months ago
  13. 16d5b0a Consolidate image filter evaluation into SkBaseDevice by Michael Ludwig · 4 years, 2 months ago
  14. db5582b Revert "Experiment to see if ANGLE ES2 vs ES3 perf is related to GLSL ver" by Brian Salomon · 4 years, 2 months ago
  15. 85f51b2 Simplify firstdirection by Mike Reed · 4 years, 2 months ago
  16. 3872c98 Move convexity enum out of public by Mike Reed · 4 years, 2 months ago
  17. 6fd391a uv in x - fix iphone6 by Herb Derby · 4 years, 2 months ago
  18. 06296c6 secure AtlasLocator by Herb Derby · 4 years, 2 months ago
  19. d80cb1f store the page bits in U only by Herb Derby · 4 years, 2 months ago
  20. 6052c0b Only expose isConvex on path publicly. by Mike Reed · 4 years, 2 months ago
  21. 280fa3d Remove use of texture swizzle in GL backend. by Brian Salomon · 4 years, 2 months ago
  22. e7f7158 add suggested `override` by Mike Klein · 4 years, 2 months ago
  23. 952f088 Experiment to see if ANGLE ES2 vs ES3 perf is related to GLSL ver by Brian Salomon · 4 years, 2 months ago
  24. 30691f8 Make sure we set vk input attachment for case when doing copy. by Greg Daniel · 4 years, 2 months ago
  25. 638b2e8 Add GrInternalSurfaceFlag for vulkan input attachment. by Greg Daniel · 4 years, 2 months ago
  26. 532a264 use bit 15 to encode page information in glyph UV by Herb Derby · 4 years, 2 months ago
  27. bcfc554 Add GrDirectContext arg to SkImage::readPixels by Adlai Holler · 4 years, 2 months ago
  28. b0ebb5a Don't pre-scale tessellated strokes by the matrix scale by Chris Dalton · 4 years, 2 months ago
  29. 398ecf1 Remove unused factories that take characterizations. by Greg Daniel · 4 years, 2 months ago
  30. 4e67774 Reland "change atlas uv encoding" by Herb Derby · 4 years, 3 months ago
  31. c113f00 Remove renderable flag from texture createLazyProxy. by Greg Daniel · 4 years, 2 months ago
  32. 9e506ee Add the inline keyword to top-level FPs that use an explicit return. by John Stiles · 4 years, 2 months ago
  33. 735a5a7 Allow .fp files to return a color from main(). by John Stiles · 4 years, 2 months ago
  34. 10c4213 Remove GrRenderTargetProxyPriv class and setGLRTFBOIDIs0 call. by Greg Daniel · 4 years, 2 months ago
  35. 44820a9 Remove legacy runtime effect main signature by Brian Osman · 4 years, 2 months ago
  36. 38e81a5 Revert "Simplify the Metal Compiler wrapper code" by Adlai Holler · 4 years, 2 months ago
  37. 765d2fe optimized SkSL inlining output by Ethan Nicholas · 4 years, 2 months ago
  38. c09645b Remove newly-added SkDEBUGFAILs when we can't make an FP in drawAtlas. by John Stiles · 4 years, 2 months ago
  39. 3cce112 Simplify the Metal Compiler wrapper code by Adlai Holler · 4 years, 2 months ago
  40. a316aa6 Add "radial edges" to tessellated stroking by Chris Dalton · 4 years, 2 months ago
  41. b2b4cc8 Don't used cached memory for buffers in vulkan. by Greg Daniel · 4 years, 3 months ago
  42. f2f9b0d Filter transformed atlas images correctly on GPU. by John Stiles · 4 years, 2 months ago
  43. cd2f0b6 GrSempahore/GrGpuResource cleanup by Mike Klein · 4 years, 2 months ago
  44. 8025507 Simplify SkComputeBlurredRRectParams by Robert Phillips · 4 years, 3 months ago
  45. 767f444 SkRuntimeEffect SkSL has a new signature for main() by Brian Osman · 4 years, 3 months ago
  46. bcca52a Revert "change atlas uv encoding" by Herb Derby · 4 years, 3 months ago
  47. 595f7b4 A couple optimizations to Metal Shader Pipeline by Adlai Holler · 4 years, 3 months ago
  48. cace33f change atlas uv encoding by Herb Derby · 4 years, 3 months ago
  49. a1c4f1a Out-line GrRRectBlurEffect find_or_create_rrect_blur_mask_fp by Robert Phillips · 4 years, 3 months ago
  50. 36b86af Revert "Remove ARC from Metal backend" by Jim Van Verth · 4 years, 3 months ago
  51. 6541013 Remove ARC from Metal backend by Jim Van Verth · 4 years, 3 months ago
  52. bf7acb2 Set input usage flag on all internally created vk RTs. by Greg Daniel · 4 years, 3 months ago
  53. 7b62dca Add image usage flags to GrVkImageInfo by Greg Daniel · 4 years, 3 months ago
  54. 6a4e145 Make some public vulkan structs use default initialization. by Greg Daniel · 4 years, 3 months ago
  55. 7018bcf Reland "SkSL now supports uniform array types" by Ethan Nicholas · 4 years, 3 months ago
  56. 2f9a098 [canvaskit] Remove getproc when creating WebGL interface by Kevin Lubick · 4 years, 3 months ago
  57. 204c3be [canvaskit] Remove fringe EGL dependency. by Kevin Lubick · 4 years, 3 months ago
  58. 95b24b9 Revert "SkSL now supports uniform array types" by Ethan Nicholas · 4 years, 3 months ago
  59. 6b3c2f6 Move GrWangsFormula::nextlog2 to sk_float_nextlog2 by Chris Dalton · 4 years, 3 months ago
  60. da85888 Remove final vestiges of sk_InColor. by John Stiles · 4 years, 3 months ago
  61. 284f2c4 SkSL now supports uniform array types by Ethan Nicholas · 4 years, 3 months ago
  62. 8e54a6e Enhance assert to dump more information by Robert Phillips · 4 years, 3 months ago
  63. a8b1636 Stop discarding stencil buffers on tilers by Chris Dalton · 4 years, 4 months ago
  64. 37e6f53 Remove some (presumably) unneeded calls to textureParamsModified in GrGLGpu by Robert Phillips · 4 years, 3 months ago
  65. ce1d885 Update the Gradient documentation. by John Stiles · 4 years, 3 months ago
  66. 6704bc8 Better encapsulate the GrDrawOpAtlas w/in the GrSmallPathAtlasMgr by Robert Phillips · 4 years, 3 months ago
  67. 7491e8b inline routine small routines by Herb Derby · 4 years, 3 months ago
  68. a008b0f Enable ClangTidy check readability-redundant-smartptr-get. by John Stiles · 4 years, 3 months ago
  69. c1c3c6d Enable ClangTidy flag bugprone-suspicious-string-compare. by John Stiles · 4 years, 3 months ago
  70. d4a040e Remove obsolete support for sk_InColor in GrSkSLFP by Brian Osman · 4 years, 3 months ago
  71. 939cc7a Some fixes for Flutter memory issues. by Jim Van Verth · 4 years, 3 months ago
  72. e0da379 Check for work completion before purging resources. by Jim Van Verth · 4 years, 3 months ago
  73. 43f49b4 static routines for direct map vertices by Herb Derby · 4 years, 3 months ago
  74. e2ba971 signal no clipping required by Herb Derby · 4 years, 3 months ago
  75. 9a18b08 Add support for vulkan non coherent advanced blends. by Greg Daniel · 4 years, 3 months ago
  76. ed629c1 Support making a VkRenderPasses with self dependencies. by Greg Daniel · 4 years, 3 months ago
  77. 1247867 Remove ability to add waitOp to GrOpsTask. by Greg Daniel · 4 years, 3 months ago
  78. fe0de30 Enable ClangTidy check modernize-use-nullptr. by John Stiles · 4 years, 3 months ago
  79. c27d535 benchmark for text vertex fill by Herb Derby · 4 years, 3 months ago
  80. 020dc5a Move init code from pipeline stage generator to GrSkSLFP by Brian Osman · 4 years, 3 months ago
  81. 1cf2c8d Enable ClangTidy flag modernize-use-override. by John Stiles · 4 years, 3 months ago
  82. 182ce66 Make asserts in EllipticalRRectOp::Make agree with calling code. by Brian Salomon · 4 years, 3 months ago
  83. 5b27846 Dawn: rewrite of uniform uploads. by Stephen White · 4 years, 3 months ago
  84. 61a55b0 Dawn: remove access to deprecated fields in BufferCopyView. by Stephen White · 4 years, 3 months ago
  85. dc36970 Handle invalid DDLRecorder case by Robert Phillips · 4 years, 3 months ago
  86. af36652 Move non-gencode `onDumpInfo` methods to private section. by John Stiles · 4 years, 3 months ago
  87. 776c284 Move `onDumpInfo` calls in gencode to the private section. by John Stiles · 4 years, 3 months ago
  88. 8dd1e22 Update GrOp subclasses to use `onDumpInfo` for info dumping. by John Stiles · 4 years, 3 months ago
  89. 1e0136e Remove more dump-info utility methods when GR_TEST_UTILS is off. by John Stiles · 4 years, 3 months ago
  90. df9ed89 Fix logic error in GrProcessorSet::dumpProcessors. by John Stiles · 4 years, 3 months ago
  91. cab5886 Add `GrProcessor::onDumpInfo` for subclass info dumps. by John Stiles · 4 years, 3 months ago
  92. 8d9bf64 Reland "Guard dumpInfo() calls with GR_TEST_UTILS, instead of SK_DEBUG." by John Stiles · 4 years, 3 months ago
  93. c95b589 Reland "Migrate GrSurfaceContext readPixels to take direct context" by Adlai Holler · 4 years, 3 months ago
  94. 089b7c9 Fix bug in op chaining by Robert Phillips · 4 years, 3 months ago
  95. b3f2644 Allow small path renderer usage in DDL recordings by Robert Phillips · 4 years, 3 months ago
  96. c556d6f Revert "Guard dumpInfo() calls with GR_TEST_UTILS, instead of SK_DEBUG." by John Stiles · 4 years, 3 months ago
  97. 7161df0 Revert "Remove dumpInfo() entirely when GR_TEST_UTILS is off." by John Stiles · 4 years, 3 months ago
  98. e0709e9 Revert "Guard gencode dumpInfo() calls with GR_TEST_UTILS, instead of SK_DEBUG." by John Stiles · 4 years, 3 months ago
  99. d7b09c4 Guard gencode dumpInfo() calls with GR_TEST_UTILS, instead of SK_DEBUG. by John Stiles · 4 years, 3 months ago
  100. b5e8a25 Remove dumpInfo() entirely when GR_TEST_UTILS is off. by John Stiles · 4 years, 3 months ago