1. 15bfe38 Split the SkSL pool into small and large sections. by John Stiles · 3 years, 9 months ago
  2. 270b5c0 Reland "Update the SkSL pool interface to take an allocation size." by John Stiles · 3 years, 9 months ago
  3. 2acd43d switch unique_ptr with deleter to GrMemoryPool by Herb Derby · 3 years, 9 months ago
  4. 9176c51 [skottie] Black & White effect by Florin Malita · 3 years, 9 months ago
  5. 3898bb5 Revert "Update the SkSL pool interface to take an allocation size." by John Stiles · 3 years, 9 months ago
  6. e32e1ab replace GrOpMemoryPool with GrMemoryPool by Herb Derby · 3 years, 9 months ago
  7. 22ef225 Update the SkSL pool interface to take an allocation size. by John Stiles · 3 years, 9 months ago
  8. 5567a60 Guard traversal of certain kinds of mid-optimization IfStatement by Brian Osman · 3 years, 9 months ago
  9. fdf6148 Pass function arguments using SkSpan instead of count + ptr. by John Stiles · 3 years, 9 months ago
  10. 65476e0 Add uma histogram tracking for the number of submit render passes. by Greg Daniel · 3 years, 9 months ago
  11. 890363a Prototype helper functions from FP files before use. by John Stiles · 3 years, 9 months ago
  12. 6b58a33 Mangle function names as a separate step before emitting func-bodies. by John Stiles · 3 years, 9 months ago
  13. 362780c use ieee divide by Mike Klein · 3 years, 9 months ago
  14. 6f87de7 Made IRNode smaller by Ethan Nicholas · 3 years, 9 months ago
  15. 0e13db7 Clean up GrPathUtils by Chris Dalton · 3 years, 9 months ago
  16. 81b270a Optimize SkChopCubicAt to chop at two points at once by Chris Dalton · 3 years, 9 months ago
  17. 3ac83b2f Add additional GrThreadSafeCache test case by Robert Phillips · 3 years, 9 months ago
  18. c76d409 add API for Op creation by Herb Derby · 3 years, 9 months ago
  19. aaea0d9 Update `nameVariable` to return the variable name directly. by John Stiles · 3 years, 9 months ago
  20. d2a3a5b Add support for fFormatArgs in .fp-file inner functions. by John Stiles · 3 years, 9 months ago
  21. 010ce6a Add ProgramUsage side-car to track variable and function references by Brian Osman · 3 years, 9 months ago
  22. 0a7e2fa remove dead computeSegmentMask() by Mike Klein · 3 years, 9 months ago
  23. ddb3c34 Fix GPU capture for Metal test apps. by Jim Van Verth · 3 years, 9 months ago
  24. 0719345 Reduce the SkSL pool size to 512 nodes. by John Stiles · 3 years, 9 months ago
  25. 9abf719 Remove code guarded by SK_LEGACY_SURFACE_PROPS. by Ben Wagner · 3 years, 9 months ago
  26. 58a26a8 Fix the formula for fNumRadialSegmentsPerRadian in GrStrokePatchBuilder by Chris Dalton · 3 years, 9 months ago
  27. 42a741a Allow vertex data to be stored in the thread safe cache by Robert Phillips · 3 years, 9 months ago
  28. 9cef66f Fix use-after-free discovered by fuzzer. by John Stiles · 3 years, 9 months ago
  29. 2d68ea3 Allow SkSL compilers to reuse SkSL Pools without reallocating. by John Stiles · 3 years, 9 months ago
  30. 01b05e5 moved SkSL Switch data into IRNode by Ethan Nicholas · 3 years, 9 months ago
  31. 060503e Use SkMutex in SkSL. by John Stiles · 3 years, 9 months ago
  32. cdeae8c added SkSL OptimizationContext by Ethan Nicholas · 3 years, 9 months ago
  33. 0bb9ec5 Reland "Add pooling support on iOS." by John Stiles · 3 years, 9 months ago
  34. 4fd41ff Fix asserts for npot tiling in gl. by Greg Daniel · 3 years, 9 months ago
  35. 5c7bb32 Reland "Create a basic IRNode pooling system." by John Stiles · 3 years, 9 months ago
  36. f15a598 Revert "Reland "Create a basic IRNode pooling system."" by Greg Daniel · 3 years, 9 months ago
  37. f73091b Revert "Add pooling support on iOS." by Greg Daniel · 3 years, 9 months ago
  38. 38a93e6 Add pooling support on iOS. by John Stiles · 3 years, 9 months ago
  39. f3ec983 Fix storage class issues for push constant variables. by Jim Van Verth · 3 years, 9 months ago
  40. 5b09e6a Reland "Create a basic IRNode pooling system." by John Stiles · 3 years, 9 months ago
  41. e51b6a3 Pop the symbol table if compilation fails. by John Stiles · 3 years, 9 months ago
  42. 292f777 In Vk don't set dynamic blend constant on Pipeline if we don't use it. by Greg Daniel · 3 years, 9 months ago
  43. 5e961b0 Reland "Perform bounding rect-relative calcs in full float in GrRRectBlurEffect" by Brian Salomon · 3 years, 9 months ago
  44. e267464 Make small epsilons more rigorous for gpu gaussian blurs by Michael Ludwig · 3 years, 9 months ago
  45. fb330c2 Revert "Create a basic IRNode pooling system." by John Stiles · 3 years, 9 months ago
  46. 07829f2 Revert "Perform bounding rect-relative calcs in full float in GrRRectBlurEffect" by Brian Salomon · 3 years, 9 months ago
  47. 5e7c040 Migrate additional FPs to `return` instead of `sk_OutColor`. by John Stiles · 3 years, 9 months ago
  48. 2869288 Wrap built-in symbol tables when a switch statement is cloned. by John Stiles · 3 years, 9 months ago
  49. f4594d1 Perform bounding rect-relative calcs in full float in GrRRectBlurEffect by Brian Salomon · 3 years, 9 months ago
  50. e16eca9 Create a basic IRNode pooling system. by John Stiles · 3 years, 9 months ago
  51. 01771c1 Increase encapsulation of GrThreadSafeCache::Entry by Robert Phillips · 3 years, 9 months ago
  52. 2d2f82c Always declare sk_FragColor in GLSL, even if unused by Brian Osman · 3 years, 9 months ago
  53. 838d71d added SkSLNodeArrayWrapper by Ethan Nicholas · 3 years, 9 months ago
  54. a1e2b41 Wrap built-in symbol tables during inlining. by John Stiles · 3 years, 9 months ago
  55. 82f373c Wrap built-in symbol tables when an IRNode is cloned. by John Stiles · 3 years, 9 months ago
  56. 5630abf Fix typo in class name. by John Stiles · 3 years, 9 months ago
  57. 473a848 Make GrFillRectOp::onPrePrepareDraws also call base class' version by Robert Phillips · 3 years, 9 months ago
  58. 9ae860a Reland "Remove GrContext" by Adlai Holler · 3 years, 9 months ago
  59. 74ad27d Rename some of GrThreadSafeCache's member variables by Robert Phillips · 3 years, 9 months ago
  60. 130eef1 [fuchsia] Migrate to new zx::vmar::map method by Adam Barth · 3 years, 9 months ago
  61. 9dfc6d8 Pull the triangulating path renderer's shape-space triangulation into a helper method by Robert Phillips · 3 years, 9 months ago
  62. 1c82367 Clear the `builtin` status of SkSL nodes when they are cloned. by John Stiles · 3 years, 9 months ago
  63. b270568 Almost remove GrContext by Adlai Holler · 3 years, 9 months ago
  64. a80a3dc Fix frexp support in Metal. by John Stiles · 3 years, 9 months ago
  65. 727f0cd Sort SkSL gencode enums by value, not name. by John Stiles · 3 years, 9 months ago
  66. 3ed7cb5 Allow kNoCropRect to be referenced by Michael Ludwig · 3 years, 9 months ago
  67. 51dc285 allow early returns by Mike Klein · 3 years, 9 months ago
  68. 6cc9d8d Better encapsulate creation & usage of triangulating path renderer's key data by Robert Phillips · 3 years, 9 months ago
  69. 607d36b Add a fBuiltin flag to FunctionDefinition. by John Stiles · 3 years, 9 months ago
  70. 9f8ee0d Remove legacy SkImageGenerator YUV planes interface by Brian Salomon · 3 years, 9 months ago
  71. 4964300 Improve gencode for inlined blend and composition functions. by John Stiles · 3 years, 9 months ago
  72. a670782 Update GrAttachment budgeted and gpu memory size calculation. by Greg Daniel · 3 years, 9 months ago
  73. f1cd155 Remove a redundant position assignment from stroke tessellation shaders by Chris Dalton · 3 years, 9 months ago
  74. f5323d9 Implement computeScratchKey virtual for GrAttachment. by Greg Daniel · 3 years, 9 months ago
  75. 2e25ff4 Directly compute call counts, rather than mutating state by Brian Osman · 3 years, 9 months ago
  76. c1a249d Revert "Revert "New variant of SkImage::MakeFromYUVATextures."" by Brian Salomon · 3 years, 9 months ago
  77. bcd1fc0 Avoid changing built-in symbol tables during lookup. by John Stiles · 3 years, 9 months ago
  78. 97a1e67 Add context option to disable mipmap support by kylechar · 3 years, 9 months ago
  79. 7c3515b Add builtin flag to SymbolTable. by John Stiles · 3 years, 9 months ago
  80. 2b5504d fix forward/backward jump logic by Mike Klein · 3 years, 9 months ago
  81. abdfd39 Fix debug code in GrDrawingManager by Adlai Holler · 3 years, 9 months ago
  82. be8004d Revert "New variant of SkImage::MakeFromYUVATextures." by Brian Salomon · 3 years, 9 months ago
  83. fea1223 New variant of SkImage::MakeFromYUVATextures. by Brian Salomon · 3 years, 9 months ago
  84. 8aa0edf move SkTPin to include/private by Mike Klein · 3 years, 9 months ago
  85. d6bf999 Factor perspective scale into filter matrix decomposition by Michael Ludwig · 3 years, 9 months ago
  86. 418eda2 Slightly improve cubic chop precision in stroke tessellation shaders by Chris Dalton · 3 years, 9 months ago
  87. fd0b158 Visualize perspective scaling in filter bounds sample by Michael Ludwig · 3 years, 9 months ago
  88. 712d3a5 Cannot create SkFontData with no data. by Ben Wagner · 3 years, 9 months ago
  89. 7db7139 Revert "Revert "Move all YUVA image creation in GMs into sk_gpu_test::LazyYUVImage."" by Brian Salomon · 3 years, 9 months ago
  90. 839fb22 Revert "Move all YUVA image creation in GMs into sk_gpu_test::LazyYUVImage." by Brian Salomon · 3 years, 9 months ago
  91. db0288d Move all YUVA image creation in GMs into sk_gpu_test::LazyYUVImage. by Brian Salomon · 3 years, 9 months ago
  92. 1131b65 Reenable circle blur fast path for ellipse that transforms to circle by Brian Salomon · 3 years, 9 months ago
  93. f1f1e7d Hide shrinkToFit -- not needed now that we have pathbuilder by Mike Reed · 3 years, 9 months ago
  94. ec64d03 cond_stack/mask_stack for CPU backend by Mike Klein · 3 years, 9 months ago
  95. eaf4788 moved SkSL InterfaceBlock data into IRNode by Ethan Nicholas · 3 years, 9 months ago
  96. f4bda74 Rename SkTArray::reserve to reserve_back. by John Stiles · 3 years, 9 months ago
  97. 6aaecfb Update image filter debug samples to use new APIs by Michael Ludwig · 3 years, 9 months ago
  98. c924a88 SkPath::shrinkToFit() needs to perform copy-on-write by Mike Reed · 3 years, 9 months ago
  99. acb6320 Enable AHB Surfaces with protected context for OpenGL by Derek Sollenberger · 3 years, 9 months ago
  100. 3b12470 Fix generated files by Adlai Holler · 3 years, 9 months ago