1. 65d7ab2 Loosen ES3 restrictions in Runtime Effects for debugging. by John Stiles · 3 years, 4 months ago
  2. 27c4202 Remove GrBitmapTextureMaker. by Brian Salomon · 3 years, 4 months ago
  3. ffeef16 use MakeFor...() when caching by Mike Klein · 3 years, 4 months ago
  4. bf3e9e9 Remove sample-with-matrix from SkSL by Brian Osman · 3 years, 4 months ago
  5. a94e026 Add Make factory method to VariableReference. by John Stiles · 3 years, 4 months ago
  6. 4f00982 Make the generic SkRuntimeEffect::Make factories private by Brian Osman · 3 years, 4 months ago
  7. d1c9e52 [canvaskit] Fix whitespace constant definition. by Kevin Lubick · 3 years, 4 months ago
  8. 9121667 Remove DefinedExpression. by John Stiles · 3 years, 4 months ago
  9. 421c360 Roll Chromium from 8bfc5a756697 to 1e783d543ffc (448 revisions) by skia-autoroll · 3 years, 4 months ago
  10. b99df2c Roll Dawn from c952097dc65a to 1bd0450254de (6 revisions) by skia-autoroll · 3 years, 4 months ago
  11. 66bce0c Roll ANGLE from d6a91dab3670 to ed8755dfdee1 (13 revisions) by skia-autoroll · 3 years, 4 months ago
  12. 9eaae18 An attempt to fix the last glyph position problem by Mike Reed · 3 years, 4 months ago
  13. ae33954 Updates to GlyphRuns[] by Mike Reed · 3 years, 4 months ago
  14. 3386533 Add some comments by Mike Reed · 3 years, 4 months ago
  15. c17a3e9 Don't gather proxy intervals at all for NoOp ops tasks by Adlai Holler · 3 years, 4 months ago
  16. c4e9588 Improve DSL CPP support for global variables. by John Stiles · 3 years, 4 months ago
  17. d6e1e0f Use macros for sk_Caps again. by John Stiles · 3 years, 4 months ago
  18. ec871bf Fix global variables which call built-in functions. by John Stiles · 3 years, 4 months ago
  19. b7223e1 Fix global variables with default values in DSL CPP. by John Stiles · 3 years, 4 months ago
  20. e9ea414 Improve API for skipping render tasks by Adlai Holler · 3 years, 4 months ago
  21. 169c890 Reland "Add coords parameter to all .sksl test files used as runtime effects" by Brian Osman · 3 years, 4 months ago
  22. 11a737f Update AndroidKit to use SkRuntimeEffect::MakeForShader by Brian Osman · 3 years, 4 months ago
  23. 972abe9 [androidkit] support GL surfaces in AndroidKit by Jorge Betancourt · 3 years, 4 months ago
  24. 47c88cc handle perspective glyph drawing correctly by Herb Derby · 3 years, 4 months ago
  25. e4b8c3a OrderedFontMgr utility by Mike Reed · 3 years, 4 months ago
  26. 4d57111 Reland "Runtime effects: Detect passthrough sample calls automatically" by Brian Osman · 3 years, 4 months ago
  27. 5e29e31 Don't optimize out color attribute in reduced shader mode in GrTextureOp by Brian Salomon · 3 years, 4 months ago
  28. 38162b5 Remove Metal support on older OSes. by Jim Van Verth · 3 years, 4 months ago
  29. b2497dd Revert "Revert "onMatchFaceStyle is unused, so remove it"" by Mike Reed · 3 years, 4 months ago
  30. e40b38e Roll SK Tool from 06b911a1f036 to 33d0c2fe3ee4 by skia-autoroll · 3 years, 4 months ago
  31. be1c996 Rename TextShadow.fBlurRadius to fBlurSigma by Jason Simmons · 3 years, 4 months ago
  32. 3c04a65 Revert "onMatchFaceStyle is unused, so remove it" by Mike Reed · 3 years, 4 months ago
  33. 9b718cb guard against nullptr while drawing by Herb Derby · 3 years, 4 months ago
  34. 40f2985 onMatchFaceStyle is unused, so remove it by Mike Reed · 3 years, 4 months ago
  35. 6d970c6 [androidkit] add custom view for easy navigation between demos by Jorge Betancourt · 3 years, 4 months ago
  36. 827dab4 Add runtime effect unsharp GM by Brian Osman · 3 years, 4 months ago
  37. e6318b5 Roll ANGLE from 3182095f19bc to d6a91dab3670 (8 revisions) by skia-autoroll · 3 years, 4 months ago
  38. bbcc2eb Roll Dawn from 221b8b06cc77 to c952097dc65a (8 revisions) by skia-autoroll · 3 years, 4 months ago
  39. f6051bd Roll Chromium from 162e27665cb1 to 8bfc5a756697 (384 revisions) by skia-autoroll · 3 years, 4 months ago
  40. 2cc6538 [androidkit] VK Surface by Florin Malita · 3 years, 4 months ago
  41. 8e3bca6 Add SkSurfaceProps to GrPathRenderer::CanDrawPathArgs by Chris Dalton · 3 years, 4 months ago
  42. f285bd1 Don't use tessellation on secondary Vk cmd buffers by Chris Dalton · 3 years, 4 months ago
  43. 00f3041 Revert "Runtime effects: Detect passthrough sample calls automatically" by Brian Osman · 3 years, 4 months ago
  44. 67baf2d Revert "Add coords parameter to all .sksl test files used as runtime effects" by Joe Gregorio · 3 years, 4 months ago
  45. c10f688 Don't use single pass blur for small sigmas in reduced shader mode by Brian Salomon · 3 years, 4 months ago
  46. f102b88 [androidkit] initial foundation for Android Surface thread management by Jorge Betancourt · 3 years, 4 months ago
  47. 22dcb5f Add coords parameter to all .sksl test files used as runtime effects by Brian Osman · 3 years, 4 months ago
  48. 0188b34 Cleanup pass over UniformCTypeMapper::Get. by John Stiles · 3 years, 4 months ago
  49. 3e8ff3e Fix vertex alpha when connector edges intersect inner edges by Michael Ludwig · 3 years, 4 months ago
  50. 119ad73 Remove superfluous lines from DSL generated code. by John Stiles · 3 years, 4 months ago
  51. fbc06d8 Switch runtime effect fuzzer to use MakeForShader by Brian Osman · 3 years, 4 months ago
  52. e3fa745 Add support for atan() to DSL. by John Stiles · 3 years, 4 months ago
  53. b9fc6e4 Support 'layout(when)' expressions in DSL C++. by John Stiles · 3 years, 4 months ago
  54. 56ed7da Use MakeForShader/ColorFilter in runtime effect tests by Brian Osman · 3 years, 4 months ago
  55. 08771b0 Add DSLVar::swap method. by John Stiles · 3 years, 4 months ago
  56. c36aae3 Roll SK Tool from c16eea521d3a to a714fd3486df by skia-autoroll · 3 years, 4 months ago
  57. adcf2ef Roll Chromium from c1593bf1225d to 162e27665cb1 (541 revisions) by skia-autoroll · 3 years, 4 months ago
  58. 7916734 Roll ANGLE from 1800d1d92bca to 3182095f19bc (19 revisions) by skia-autoroll · 3 years, 4 months ago
  59. 4671030 Roll Dawn from 02336e6f9993 to 221b8b06cc77 (3 revisions) by skia-autoroll · 3 years, 4 months ago
  60. 8980b65 Update SKP version by skia-recreate-skps · 3 years, 4 months ago
  61. 4df5672 Fix invalid SKP file names by Ravi Mistry · 3 years, 4 months ago
  62. 08ea025 Roll SK Tool from 56306cbe458a to 45de31c865cf by skia-autoroll · 3 years, 4 months ago
  63. 5d8a09e Add wait time to ebay pageset by Ravi Mistry · 3 years, 4 months ago
  64. d7872ac Don't test hw tessellation on dmsaa android by Chris Dalton · 3 years, 4 months ago
  65. 08c6608 Append `f` suffix to float literals in DSL C++. by John Stiles · 3 years, 4 months ago
  66. 1dcf463 Fix sk_Caps support in DSL C++ code generator. by John Stiles · 3 years, 4 months ago
  67. 710e1c9 Implement dynamic MSAA on OpenGL by Chris Dalton · 3 years, 4 months ago
  68. b0ada77 Remove drop-work-before-color-clear while we fix a bug by Adlai Holler · 3 years, 4 months ago
  69. 48f1065 Reland "Stop using copying SkPath::Iter for convexity and contains checks" by Michael Ludwig · 3 years, 4 months ago
  70. 1034425 Move cached input descriptor to attachment and off GrVkRenderTarget. by Greg Daniel · 3 years, 4 months ago
  71. e0fe23a Add a second stencil attachment to GrRenderTarget for dmsaa by Chris Dalton · 3 years, 4 months ago
  72. 9a0da78 Restore code that sets preserve stencil when breaking up SDC into by Brian Salomon · 3 years, 4 months ago
  73. 3befaf2 Fix overzealous destruction of DSL FP VarDeclarations. by John Stiles · 3 years, 4 months ago
  74. 56bc148 Remove fSupportsTracking flag from UniformCTypeMapper. by John Stiles · 3 years, 4 months ago
  75. c5fac47 Simplify implementation of eval_template. by John Stiles · 3 years, 4 months ago
  76. 92934d7 Don't use dmsaa for blurs yet by Chris Dalton · 3 years, 4 months ago
  77. 7bbe365 Don't include the intrinsics headers in SkFloatingPoint.h by Hans Wennborg · 3 years, 4 months ago
  78. 796501e Remove pixelbook devices. by Joe Gregorio · 3 years, 4 months ago
  79. 600bc36 [infra] update iOS profile by Kevin Lubick · 3 years, 4 months ago
  80. 4680db6 Disable switch test on Adreno to work around GLSL driver bugs. by John Stiles · 3 years, 4 months ago
  81. a3ce568 [androidkit] Add Surface.flushAndSubmit() by Florin Malita · 3 years, 4 months ago
  82. 05bb5a8 [androidkit] Introduce RuntimeShader by Florin Malita · 3 years, 4 months ago
  83. f4f8d92 Generate and use Flutter's SKPs in RecreateSKPs bot by Ravi Mistry · 3 years, 4 months ago
  84. 7978aba [canvaskit] Deploy 0.26.0 by Kevin Lubick · 3 years, 4 months ago
  85. 7b8f149 Add Acer Spin 514 ChromeOS devices to the tree. by Joe Gregorio · 3 years, 4 months ago
  86. 94d3dd8 Roll Chromium from faf3e3230d75 to c1593bf1225d (506 revisions) by skia-autoroll · 3 years, 4 months ago
  87. b189541 Roll ANGLE from e0e5eb8480ab to 1800d1d92bca (10 revisions) by skia-autoroll · 3 years, 4 months ago
  88. e6613d1 Roll Dawn from 8091c6845079 to 02336e6f9993 (20 revisions) by skia-autoroll · 3 years, 4 months ago
  89. 7b60dee Roll SwiftShader from c597a8af03ef to 112faf441539 (1 revision) by skia-autoroll · 3 years, 4 months ago
  90. 395274e stop using rcp/rsqrt in SkRasterPipeline by Mike Klein · 3 years, 4 months ago
  91. db21d93 Fix DSL C++ code generation when FP variable names overlap. by John Stiles · 3 years, 4 months ago
  92. 83b0c83 Add support for built-in functions to DSLCPPCodeGenerator. by John Stiles · 3 years, 4 months ago
  93. f0e564f remove sk_float_rsqrt() by Mike Klein · 3 years, 4 months ago
  94. 40f45d6 create ops directly for drawGlyphs, etc. by Herb Derby · 3 years, 4 months ago
  95. d85d720 Add support for sample() to DSLCPPCodeGenerator. by John Stiles · 3 years, 4 months ago
  96. abde8fc Enable DSL FP tests. by John Stiles · 3 years, 4 months ago
  97. 82007f5 Implement a fixed count stroke tessellator by Chris Dalton · 3 years, 4 months ago
  98. 57ab06c Delete mixed samples by Chris Dalton · 3 years, 4 months ago
  99. 47b48bc Reland "Add support for uniforms and layout(key)s to DSLCPPCodeGenerator." by John Stiles · 3 years, 4 months ago
  100. 9568023 Reland "Reland "Implement statements and expressions in DSL C++ code generator."" by John Stiles · 3 years, 4 months ago