1. 0a5d096 moved SkSL FunctionDefinition data into IRNode by Ethan Nicholas · 3 years, 10 months ago
  2. 3172208 Revert "Remove GrContext" by Robert Phillips · 3 years, 10 months ago
  3. 34ddcb8 Convert GrWangsFormula to skvx by Chris Dalton · 3 years, 10 months ago
  4. 2edf18d Remove GrContext by Adlai Holler · 3 years, 10 months ago
  5. 6ffcb23 Pull the triangulating path renderer's unique key creation into a sub-routine by Robert Phillips · 3 years, 10 months ago
  6. c51f33e moved SkSL VarDeclarations data into IRNode by Ethan Nicholas · 3 years, 10 months ago
  7. df5739c Fix GrCCPerFlushResources error caused by cache eviction by Jiulong Wang · 3 years, 10 months ago
  8. a069304 Rename GrContextPriv to GrDirectContextPriv by Adlai Holler · 3 years, 10 months ago
  9. f4c6463 refine SkPath::approximateBytesUsed() by Mike Klein · 3 years, 10 months ago
  10. 53cf44c Migrate GrContextPriv & ivars to GrDirectContext by Adlai Holler · 3 years, 10 months ago
  11. 9a6efa6 move scalar functions out of SkVx.h by Mike Klein · 3 years, 10 months ago
  12. e2893f2 Use the new GrMSAAAttachment class in vulkan. by Greg Daniel · 3 years, 10 months ago
  13. 6d0745b Migrate last public API to GrDirectContext by Adlai Holler · 3 years, 10 months ago
  14. 7bbdde0 Convert extraRepeatCoord to a float2. by John Stiles · 3 years, 10 months ago
  15. 278263d Reland "SkDevice::drawSpecial accepts arbitrary matrix v2" by Michael Ludwig · 3 years, 10 months ago
  16. 87ae34e Replace remaining vector<Expression>s with ExpressionArray. by John Stiles · 3 years, 10 months ago
  17. 64e1383 Migrate compressed texture methods to GrDirectContext by Adlai Holler · 3 years, 10 months ago
  18. 5bf3e20 Remove setModifiersHandle, restore const-ness to Symbols by Brian Osman · 3 years, 10 months ago
  19. 8f2a0cf Convert statement arrays from std::vector to SkSTArray. by John Stiles · 3 years, 10 months ago
  20. 68c1d40 Declare sk_InvocationID programmatically by Brian Osman · 3 years, 10 months ago
  21. 2e0c70d Migrate texture update methods to GrDirectContext by Adlai Holler · 3 years, 10 months ago
  22. 8e3b6be Convert expression arrays from std::vector to SkSTArray. by John Stiles · 3 years, 10 months ago
  23. 98dd004 Migrate texture creation methods to GrDirectContext by Adlai Holler · 3 years, 10 months ago
  24. 077050b moved SkSL ModifiersDeclaration data into IRNode by Ethan Nicholas · 3 years, 10 months ago
  25. 4c412bc Revert "Reland "Remove inliner from IR generation stage."" by John Stiles · 3 years, 10 months ago
  26. 1c03d33 Revert "Clean up SkSL inliner and allow it to be disabled." by John Stiles · 3 years, 10 months ago
  27. f1319c3 Add GLSL type aliases for SkRuntimeEffect SkSL by Brian Osman · 3 years, 10 months ago
  28. 01b93ea Add SkImageFilters::Blend rename for Xfermode filter by Michael Ludwig · 3 years, 10 months ago
  29. 8dbdf23 Remove two uses of setModifiersHandle by Brian Osman · 3 years, 10 months ago
  30. 3acc69a Migrate flush & misc methods to GrDirectContext by Adlai Holler · 3 years, 10 months ago
  31. 48b6df4 moved SkSL Section data into IRNode by Ethan Nicholas · 3 years, 10 months ago
  32. fa88911 Improve performance of determineFinalTypes. by John Stiles · 3 years, 10 months ago
  33. c89a7ee Use shared gpu memory size for all GrAttachments. by Greg Daniel · 3 years, 10 months ago
  34. f58db3c Various optimizations to stroke tessellation shaders by Chris Dalton · 3 years, 10 months ago
  35. 6b4d581 moved SkSL Swizzle data into IRNode by Ethan Nicholas · 3 years, 10 months ago
  36. 7b15e6d Enable new clip stack for google3 by Michael Ludwig · 3 years, 10 months ago
  37. c98d5b6 Expand image filter factories to accept more types for crop rects by Michael Ludwig · 3 years, 10 months ago
  38. 5d0330e Add scratch msaa attachment creation to GrResourceProvider. by Greg Daniel · 3 years, 10 months ago
  39. b8949bd Update attachment unique key to handle format and protected. by Greg Daniel · 3 years, 10 months ago
  40. 5ea4a54 Take crop rect into account for input bounds/reverse filter bounds by Michael Ludwig · 3 years, 10 months ago
  41. 840e8ea power up skvx::map by Mike Klein · 3 years, 10 months ago
  42. 4aa4c60 Migrate gpu resource methods to GrDirectContext by Adlai Holler · 3 years, 10 months ago
  43. 3a508e9 Migrate resource cache methods to GrDirectContext by Adlai Holler · 3 years, 10 months ago
  44. 30c9b4c Remove SkSurface::MakeFromBackendTextureAsRenderTarget by Brian Salomon · 3 years, 10 months ago
  45. 61a591c Migrate releaseResourcesAndAbandonContext to GrDirectContext by Adlai Holler · 3 years, 10 months ago
  46. f972313 Add test for disabling the inliner. by John Stiles · 3 years, 10 months ago
  47. d34d56e Clean up SkSL inliner and allow it to be disabled. by John Stiles · 3 years, 10 months ago
  48. e497a08 Reland "Remove inliner from IR generation stage." by John Stiles · 3 years, 10 months ago
  49. 9213e61 Disable the tessellation atlas on non-direct contexts by Chris Dalton · 3 years, 10 months ago
  50. 0f37907 Undo call-count fix for intrinsic functions. by John Stiles · 3 years, 10 months ago
  51. 5194a70 moved SkSL FunctionReference/TypeReference data into IRNode by Ethan Nicholas · 3 years, 10 months ago
  52. ceb6214 moved SkSL InlineMarker and UnresolvedFunction data into IRNode by Ethan Nicholas · 3 years, 10 months ago
  53. 07055b5 Parse out the orientation in the SubIFD of EXIF by Matthew Leibowitz · 3 years, 10 months ago
  54. aa64c35 Remove legacy gpu blur util code by Brian Salomon · 3 years, 10 months ago
  55. 13fc260 Reject struct vardecls with modifiers. by John Stiles · 3 years, 10 months ago
  56. 61003cd Add support for WEBGL_multi_draw_instanced_base_vertex_base_instance by Chris Dalton · 3 years, 10 months ago
  57. 023f2e7 Use push constants cap in Metal. by Jim Van Verth · 3 years, 10 months ago
  58. 88cda17 Reorganization of IR generator's API and interaction with compiler by Brian Osman · 3 years, 10 months ago
  59. f707e9c Don't set vk sampler on desc set if using immutable samplers. by Greg Daniel · 3 years, 10 months ago
  60. 8b43dad In SPIRVCodeGenerator, use the Program's ModifiersPool by Brian Osman · 3 years, 10 months ago
  61. 141d35c Simplify the inflection/rotation finding math for stroke tessellation by Chris Dalton · 3 years, 10 months ago
  62. 7563a48 Revert "SkDevice::drawSpecial accepts arbitrary matrix v2" by Michael Ludwig · 3 years, 10 months ago
  63. efe767d Improve performance of SymbolTable lookups. by John Stiles · 3 years, 10 months ago
  64. 118706a Improve codegen for gradients. by John Stiles · 3 years, 10 months ago
  65. 7a95b20 moved SkSL FieldAccess data into IRNode by Ethan Nicholas · 3 years, 10 months ago
  66. a7a4044 Migrate abandonment & reset methods to GrDirectContext by Adlai Holler · 3 years, 10 months ago
  67. 453f67f SkSL enum changes by Ethan Nicholas · 3 years, 10 months ago
  68. 444ccc6 more SkSL IRNode refactoring by Ethan Nicholas · 3 years, 10 months ago
  69. 70dd6a9 Make sure the normal GrProgramDesc handles input attachment key. by Greg Daniel · 3 years, 10 months ago
  70. 7c4aca0 SkDevice::drawSpecial accepts arbitrary matrix v2 by Michael Ludwig · 3 years, 10 months ago
  71. 3d87e9f Reorganize how SkSL includes are parsed and stored by Brian Osman · 3 years, 10 months ago
  72. 6f3015a Reland "Add sk_Caps.builtinDeterminantSupport and use it in cross()." by John Stiles · 3 years, 10 months ago
  73. 9555f29 Reland "Merge GrContext::init into GrDirectContext ..." by Adlai Holler · 3 years, 10 months ago
  74. eaaa71b Add test for sk_Caps.mustGuardDivisionEvenAfterExplicitZeroCheck. by John Stiles · 3 years, 10 months ago
  75. 8f84cee Add test for sk_Caps.inBlendModesFailRandomlyForAllZeroVec. by John Stiles · 3 years, 10 months ago
  76. 658ae8f Reland "Put top level FPs into their own functions" by John Stiles · 3 years, 10 months ago
  77. 2a4952d refactored more SkSL IRNodes by Ethan Nicholas · 3 years, 10 months ago
  78. c0d6915 Reland "Rename GrStencilAttachment class to generic GrAttachment" by Greg Daniel · 3 years, 10 months ago
  79. 2ae1dd9 Revert "Add sk_Caps.builtinDeterminantSupport and use it in cross()." by Jim Van Verth · 3 years, 10 months ago
  80. 1179fcf Remove custom iterators from SkSL::Program by Brian Osman · 3 years, 10 months ago
  81. 99b1a8b Revert "Rename GrStencilAttachment class to generic GrAttachment" by Jim Van Verth · 3 years, 10 months ago
  82. 6bbf026 Add sk_Caps.builtinDeterminantSupport and use it in cross(). by John Stiles · 3 years, 10 months ago
  83. 7d0f853 Add SkImageFilters::Shader in place of Paint factory by Michael Ludwig · 3 years, 10 months ago
  84. 3037838 Clip perspective bounds by device clip in SkPDFDevice by Michael Ludwig · 3 years, 10 months ago
  85. e9b9c3b Revert "Merge GrContext::init into GrDirectContext ..." by Jim Van Verth · 3 years, 10 months ago
  86. 4b3d1f3 Add push constant support to GrCaps. by Jim Van Verth · 3 years, 10 months ago
  87. 48d8724 Merge GrContext::init into GrDirectContext ... by Adlai Holler · 3 years, 10 months ago
  88. f9b0042 Expose ManagedBackendTexture from BackendTextureImageFactory. by Brian Salomon · 3 years, 10 months ago
  89. 0743dc1 Use SkSTArray to track CFG exits instead of std<set>. by John Stiles · 3 years, 10 months ago
  90. e17b050 add missing <atomic> include by Ethan Nicholas · 3 years, 10 months ago
  91. 6113d50 Rename GrStencilAttachment class to generic GrAttachment by Greg Daniel · 3 years, 10 months ago
  92. e1589a1 Add line breaks to make dehydrated files more merge-friendly. by John Stiles · 3 years, 10 months ago
  93. e895cdc Dawn: implement mipmap generation. by Stephen White · 3 years, 10 months ago
  94. 1fc76ce Migrate more Android & SkSurface API off GrContext by Adlai Holler · 3 years, 10 months ago
  95. a1d668d Adjust w0 clipping plane distance by Michael Ludwig · 3 years, 10 months ago
  96. d464feb Rename GrThreadSafeUniquelyKeyedProxyViewCache by Robert Phillips · 3 years, 10 months ago
  97. 01ec7e8 moved SkSL Setting data into IRNode and fixed its dehydration/rehydration by Ethan Nicholas · 3 years, 10 months ago
  98. 796cdb7 Use SkTHashMap to implement DefinitionMap. by John Stiles · 3 years, 10 months ago
  99. ed84b73 moved SkSL FunctionDeclaration data into IRNode by Ethan Nicholas · 3 years, 10 months ago
  100. 7868692 Moved SkSL VariableReference data into IRNode by Ethan Nicholas · 3 years, 10 months ago