1. d6c51ed PixelRef is not a flattenable by Mike Reed · 3 years, 5 months ago
  2. cd33e4a purge unused flattenable enums by Mike Reed · 3 years, 5 months ago
  3. bc4bc5f Add setter API for willReadDstColor FP flag. by John Stiles · 3 years, 5 months ago
  4. 9b0841d Remove "magic bus-error" pointer reassignment. by John Stiles · 3 years, 5 months ago
  5. 1907f90 Expanded PropertyObserver interface to include Node Type by Kyle Carlstrom · 3 years, 5 months ago
  6. bc215ba Web api to expose icu-like functionality by Mike Reed · 3 years, 5 months ago
  7. 5c75e83 Moved Settings handling into SkSLFieldAccess by Ethan Nicholas · 3 years, 5 months ago
  8. dd84dd0 Roll ANGLE from d769742c30c2 to 1fcbf77c7397 (12 revisions) by skia-autoroll · 3 years, 5 months ago
  9. 34e5b48 Roll SwiftShader from 81ba5f47b66c to 9559e5836cc1 (1 revision) by skia-autoroll · 3 years, 5 months ago
  10. 2a07fd6 Roll Dawn from f8a0f82fad38 to 74f0c02044ca (1 revision) by skia-autoroll · 3 years, 5 months ago
  11. 08ac524 Added operator= on DSLCase by Ethan Nicholas · 3 years, 5 months ago
  12. c94457c Added missing declaration to DSLBlock.h by Ethan Nicholas · 3 years, 5 months ago
  13. 1888466 Breaking lines by words, not by graphemes by Julia Lavrova · 3 years, 5 months ago
  14. 1f5ee0d Remove extra GrSkSLFP constructor by Brian Osman · 3 years, 5 months ago
  15. ecc8e3b CPP Text Editor by Julia Lavrova · 3 years, 5 months ago
  16. 7ae272f Add a single-pass tessellation Op for convex fills by Chris Dalton · 3 years, 5 months ago
  17. 9d1cc05 Add scratch-only version of performDeferredCleanup by Michael Ludwig · 3 years, 5 months ago
  18. 962dec4 Removed StringFragment alias in favor of skstd::string_view by Ethan Nicholas · 3 years, 5 months ago
  19. 628638b Reland "Wean tessellation off SkPathOps" by Chris Dalton · 3 years, 5 months ago
  20. 2919bbd Added DSLSymbols by Ethan Nicholas · 3 years, 5 months ago
  21. d2e0960 Removed SkSL::StringFragment in favor of string_view by Ethan Nicholas · 3 years, 5 months ago
  22. a1feabd Ignore divide by zero in SkColorSpaceXformSteps::apply by Brian Osman · 3 years, 5 months ago
  23. 6285d64 Support mixing shaders and color filters in runtime effects by Brian Osman · 3 years, 6 months ago
  24. 9c19b9f Fix for fuzzer-discovered out-of-bounds array access. by John Stiles · 3 years, 5 months ago
  25. 668496b Add comment explaining why .stage output looks strange by Brian Osman · 3 years, 5 months ago
  26. 7b931f8 Add possibility of not compiling OGA files by Robert Phillips · 3 years, 5 months ago
  27. fdad229 [ngatoy] Strictly differentiate between painter's order and the sort/draw Zs by Robert Phillips · 3 years, 5 months ago
  28. 1f6ca3a [ngatoy] Make an explicit ID class and simplify Cmd class by Robert Phillips · 3 years, 5 months ago
  29. 2a3fb1b Roll ANGLE from 69f2fb0066e8 to d769742c30c2 (5 revisions) by skia-autoroll · 3 years, 5 months ago
  30. 843b9ae Roll SwiftShader from 5ecc95a00e2b to 81ba5f47b66c (1 revision) by skia-autoroll · 3 years, 5 months ago
  31. 11dbd87 Roll Dawn from 9c375faf4cba to f8a0f82fad38 (10 revisions) by skia-autoroll · 3 years, 5 months ago
  32. 198ac15 Reland "Fix tessellation checks for "usesVaryingCoords"" by Chris Dalton · 3 years, 5 months ago
  33. 7391511 Fix compiler error in TessellateBench.cpp by Chris Dalton · 3 years, 5 months ago
  34. 50d0d09 Add dest-color support to the Pipeline stage. by John Stiles · 3 years, 5 months ago
  35. 5d1599f Revert "Fix tessellation checks for "usesVaryingCoords"" by Jim Van Verth · 3 years, 5 months ago
  36. d51d62e Fix available check for MTLLanguageVersion by Jim Van Verth · 3 years, 5 months ago
  37. a784914 Rudimentary SkRuntimeImageFilter by Brian Osman · 3 years, 5 months ago
  38. 9e67891 Revert "Wean tessellation off SkPathOps" by Chris Dalton · 3 years, 5 months ago
  39. bd727d0 Fix tessellation checks for "usesVaryingCoords" by Chris Dalton · 3 years, 5 months ago
  40. 03f1d12 Allow image filters to require a translation-only layer transform by Brian Osman · 3 years, 5 months ago
  41. 4f4b521 Don't discard user bounds for transparent-affecting color filters by Michael Ludwig · 3 years, 5 months ago
  42. 2815b03 Reland "Plumb the full dst color info through color filters in SkVM" by Brian Osman · 3 years, 5 months ago
  43. 18a100b Removed erroneous check from DSLFunction by Ethan Nicholas · 3 years, 5 months ago
  44. 5b18ba1 Reland "Validate argument types to GrSkSLFP::Make (in debug builds)" by Brian Osman · 3 years, 5 months ago
  45. 8b86811 Fix skottie_tool build by Florin Malita · 3 years, 5 months ago
  46. b603561 Switched SkSLSetting over to using StringFragment by Ethan Nicholas · 3 years, 5 months ago
  47. d2b8ba3 Add a fixed-count impl for tessellated wedges by Chris Dalton · 3 years, 5 months ago
  48. ec10ded Re-enable support for Metal on iOS 10 by Jim Van Verth · 3 years, 5 months ago
  49. 9a9ca5a Revert "Plumb the full dst color info through color filters in SkVM" by Brian Osman · 3 years, 5 months ago
  50. 3d808f4 nanobench should only serialize finite values to JSON. by Joe Gregorio · 3 years, 5 months ago
  51. 5cde40d Revert "Validate argument types to GrSkSLFP::Make (in debug builds)" by Brian Osman · 3 years, 5 months ago
  52. 2cd060b Fix gardening doc heading point size by Adlai Holler · 3 years, 5 months ago
  53. 89845cb Update Skia gardener doc to mention Flutter Engine Sherriff chat room by Adlai Holler · 3 years, 5 months ago
  54. d5f9962 Switched SkSLSection over to use StringFragment by Ethan Nicholas · 3 years, 5 months ago
  55. 61c7888 Plumb the full dst color info through color filters in SkVM by Brian Osman · 3 years, 5 months ago
  56. 9173b3f Fixed constructor signature in skstd::string_view by Ethan Nicholas · 3 years, 5 months ago
  57. 43c713d Validate argument types to GrSkSLFP::Make (in debug builds) by Brian Osman · 3 years, 5 months ago
  58. 1d113ed Remove unreferenced hello world example by Mike Reed · 3 years, 5 months ago
  59. 87b57fa Move GetFallbackColorTypeAndFormat to GrCaps by Robert Phillips · 3 years, 5 months ago
  60. cb3f56f Fix strings in header files. by John Stiles · 3 years, 5 months ago
  61. d1b530a Convert GrMagnifierEffect to a runtime FP by Brian Osman · 3 years, 5 months ago
  62. 6b2121d Wean tessellation off SkPathOps by Chris Dalton · 3 years, 5 months ago
  63. e7e5063 Disable DMSAA on WebGL by Chris Dalton · 3 years, 5 months ago
  64. fc5ce77 Roll ANGLE from 1ab6d214182b to 69f2fb0066e8 (12 revisions) by skia-autoroll · 3 years, 5 months ago
  65. de0b518 Roll SwiftShader from 3da42a3a2cd6 to 5ecc95a00e2b (1 revision) by skia-autoroll · 3 years, 5 months ago
  66. 163cc91 Roll Dawn from 0f9ea803cc6f to 9c375faf4cba (12 revisions) by skia-autoroll · 3 years, 5 months ago
  67. 031d76b Rename GrPathStencilFillOp -> GrPathStencilCoverOp by Chris Dalton · 3 years, 5 months ago
  68. 26666bd Replace the indirect patch tessellator with fixed count by Chris Dalton · 3 years, 5 months ago
  69. 917f919 Delete GrPathTessellationShader::OpFlags::kPreferWedges by Chris Dalton · 3 years, 5 months ago
  70. acdbb1e Move reduced shader mode logic outside test macro by Nathaniel Nifong · 3 years, 5 months ago
  71. 70c21e3 Refactor middle-out tessellation shader for fixed count by Chris Dalton · 3 years, 5 months ago
  72. f7f36ae Add ProgramKind::kRuntimeBlend for Runtime Blend functions. by John Stiles · 3 years, 5 months ago
  73. 29d9f1d Enable reordering on newer Adreno drivers by Adlai Holler · 3 years, 5 months ago
  74. 3650f6d Revert "Reland "Reland "Use SkImage_Raster's unique ID to cache textures.""" by Brian Salomon · 3 years, 5 months ago
  75. 7ad3aa2 Fix DMSAA loads on ES/ANGLE by Chris Dalton · 3 years, 5 months ago
  76. 89d460f Skip the SkRemoteGlyphCache_DrawTextAsDFT test if not supported by Chris Dalton · 3 years, 5 months ago
  77. eaa9e07 Marked String(string_view) explicit by Ethan Nicholas · 3 years, 5 months ago
  78. 0d1e2ca Roll ANGLE from 0a6c6c00ad2f to 1ab6d214182b (7 revisions) by skia-autoroll · 3 years, 5 months ago
  79. f07b4ce Converted DSL APIs to use skstd::string_view. by Ethan Nicholas · 3 years, 5 months ago
  80. 87fab9f Changing dst sample type to flags. by Greg Daniel · 3 years, 5 months ago
  81. 5b5a4c6 Roll ANGLE from b4b27e45f805 to 0a6c6c00ad2f (7 revisions) by skia-autoroll · 3 years, 5 months ago
  82. 85f0583 Roll SwiftShader from efe254de5d88 to 3da42a3a2cd6 (1 revision) by skia-autoroll · 3 years, 5 months ago
  83. 2c7fd11 Roll Dawn from 84481bbb35d2 to 0f9ea803cc6f (8 revisions) by skia-autoroll · 3 years, 5 months ago
  84. 155c33c Add a workaround for "ldexp(..., -x)" on Mac/Radeon/GLSL by Chris Dalton · 3 years, 5 months ago
  85. 3a82b7d Disable standard derivatives on PowerVR Rogue by Chris Dalton · 3 years, 5 months ago
  86. 2c9a6ec Added skstd::string_view by Ethan Nicholas · 3 years, 5 months ago
  87. 8aef107 Fix tessellation GLSL issues on Mac by Chris Dalton · 3 years, 5 months ago
  88. d4e19ac Don't emit tessellated curves that only need one segment by Chris Dalton · 3 years, 5 months ago
  89. 9aa5c2c Roll SK Tool from a04050e5c1d1 to 4554767b24aa by skia-autoroll · 3 years, 5 months ago
  90. 443b5da Remove GrRuntimeFPBuilder, SkRuntimeEffect::makeFP by Brian Osman · 3 years, 5 months ago
  91. dc03537 Reland "Limit ANGLE PBO workaround to blocking use of GL_UNPACK_ROW_LENGTH" by Brian Salomon · 3 years, 5 months ago
  92. f474102 Add a matrix and "_log2" variants to SkSL wangs_fromula_* by Chris Dalton · 3 years, 5 months ago
  93. 516405c Add option to switch between OGA and NGA SkGpuDevices by Robert Phillips · 3 years, 5 months ago
  94. e384c06 Add templated GrSkSLFP factory to eliminate nearly all overhead by Brian Osman · 3 years, 5 months ago
  95. ed3c0ed [androidkit] fix parameter names for drawRect by Jorge Betancourt · 3 years, 5 months ago
  96. 681e409 In GrSkSLFP, store uniform data immediately after the FP by Brian Osman · 3 years, 5 months ago
  97. fc8cf91 Revert "Limit ANGLE PBO workaround to blocking use of GL_UNPACK_ROW_LENGTH" by Chris Dalton · 3 years, 5 months ago
  98. a733cb0 Roll ANGLE from fafd64a62e5b to b4b27e45f805 (11 revisions) by skia-autoroll · 3 years, 5 months ago
  99. 14eee31 Roll Dawn from 2adb3c83e4b4 to 84481bbb35d2 (10 revisions) by skia-autoroll · 3 years, 5 months ago
  100. aad4b80 Roll SK Tool from f02d2c5ee201 to e147c15a938d by skia-autoroll · 3 years, 5 months ago