1. f80ef38 Add skstd::string_view::substr by Brian Osman · 2 years, 11 months ago
  2. 600481f Made position parameter of DSL ReportErrors required by Ethan Nicholas · 2 years, 11 months ago
  3. 7db3ab5 Remove SK_HAS_SRGBA_COLOR_TYPE guard by Brian Osman · 3 years ago
  4. 51b4b86 Improve DSL error reporting with invalid array sizes by Ethan Nicholas · 2 years, 11 months ago
  5. 0e32aa8 Rename some GrD3DTypes* header files. by Greg Daniel · 2 years, 11 months ago
  6. 2763323 Fixed DSL handling of struct field modifiers by Ethan Nicholas · 2 years, 11 months ago
  7. 6f20b8d Added line numbers to DSLParser errors by Ethan Nicholas · 2 years, 11 months ago
  8. 5c4463e Fixed DSLParser code rot by Ethan Nicholas · 2 years, 11 months ago
  9. 99ddd2a Remove (unused) geometry shader support by Brian Osman · 3 years ago
  10. 0454fcb dedup tess shader flags by Brian Salomon · 3 years ago
  11. aca3f22 Add skstd::optional::emplace. by John Stiles · 3 years ago
  12. 3e87a8e Move GrOpsTask to gpu/ops and the the skgpu::v1 namespace by Robert Phillips · 3 years ago
  13. 8c75b2d Simplify conservative clip tracking for SkNoPixelsDevice by Michael Ludwig · 3 years ago
  14. 9f1e06a Reland "Add sRGB 8888 colortype" by Brian Osman · 3 years ago
  15. 405eb7b Revert "Add sRGB 8888 colortype" by Brian Osman · 3 years ago
  16. e127304 Fix stringop-overflow in SkString by Ben Wagner · 3 years ago
  17. 0f7c10e Add sRGB 8888 colortype by Brian Osman · 3 years ago
  18. 95c9734 Reland "In SkCanvas destructor, discard (rather than blit) unbalanced layers" by Mike Reed · 3 years ago
  19. 461c539 Move several more PathRenderers to skgpu::v1 namespace by Robert Phillips · 3 years ago
  20. 0e9d34d Reland "Remove GrBackendFormat's textureType use from isFormatTexturable call." by Greg Daniel · 3 years ago
  21. 4a5e22a Further unified error handling between SkSL and DSL by Ethan Nicholas · 3 years ago
  22. d90777a Revert "Remove GrBackendFormat's textureType use from isFormatTexturable call." by Greg Daniel · 3 years ago
  23. 832c817 Remove GrBackendFormat's textureType use from isFormatTexturable call. by Greg Daniel · 3 years ago
  24. efde90d Add $es3 modifier to SkSL. by John Stiles · 3 years ago
  25. 280ced6 Update Skia milestone to 95 by Eric Boren · 3 years ago
  26. a2fd01c Made PositionInfo's capture explicit by Ethan Nicholas · 3 years ago
  27. f4e176b Update Skia's internal vulkan headers to 1.2. by Greg Daniel · 3 years ago
  28. ed7b4f6 Reduce code size of DSL Struct(). by John Stiles · 3 years ago
  29. d6c08c9 Reduce code size by eliminating CollectArgs. by John Stiles · 3 years ago
  30. 53eaa64 Rename GrSurfaceContext -> skgpu::SurfaceContext by Robert Phillips · 3 years ago
  31. 68556bc Move canvas helper structs to header by Brian Osman · 3 years ago
  32. 4979d2b Simplify device clip restriction impl by Michael Ludwig · 3 years ago
  33. a0438e6 Remove SK_SUPPORT_DEPRECATED_CLIPOPS and expanding clip op defs by Michael Ludwig · 3 years ago
  34. a40ddcd Pass dsl::PositionInfo by value by Ethan Nicholas · 3 years ago
  35. 09746be Set SkPath.fLastMoveToIndex field from SkPathBuilder by Mike Reed · 3 years ago
  36. 65e368b Fixed DSLParser bit rot by Ethan Nicholas · 3 years ago
  37. 1c51223 Make compressedBackendFormat accessible from GrContextThreadSafeProxy by Robert Phillips · 3 years ago
  38. e53c721 Pass DSLModifiers by reference. by John Stiles · 3 years ago
  39. 4adb66f Honor lowp/mediump/highp precision qualifiers in DSLParser. by John Stiles · 3 years ago
  40. 0201431 Add parser support for highp/mediump Tokens in vardecls. by John Stiles · 3 years ago
  41. ea3489a Make Gr*ContextPriv class hierarchy parallel Gr*Context class hierarchy by Robert Phillips · 3 years ago
  42. 9eca2ca Use varyings to implement MatrixEffects applied to DeviceCoord FPs. by Brian Salomon · 3 years ago
  43. 66b500a Remove explicit sample flag from GrFP. by Brian Salomon · 3 years ago
  44. 82c99d1 Reduce size of ChildPtr object. by John Stiles · 3 years ago
  45. ae2171e Fixup enum name in SkFlattenable. by John Stiles · 3 years ago
  46. ce9a5c9 Allow sampling from SkBlenders. by John Stiles · 3 years ago
  47. 8adb625 Revert "SkCanvas: switch from SkDeque to std::deque" by Brian Osman · 3 years ago
  48. cc9d20f SkCanvas: switch from SkDeque to std::deque by Brian Osman · 3 years ago
  49. 8a1bbaa Remove uber paths from the tessellation atlas by Chris Dalton · 3 years ago
  50. 3a21d49 Revert "Reland "SkCanvas: switch from SkDeque to simpler SkSTArray"" by Brian Osman · 3 years ago
  51. 4573ae1 Reland "SkCanvas: switch from SkDeque to simpler SkSTArray" by Brian Osman · 3 years ago
  52. 79b1478 Revert "SkCanvas: switch from SkDeque to simpler SkSTArray" by Brian Osman · 3 years ago
  53. 222c1c1 SkCanvas: switch from SkDeque to simpler SkSTArray by Brian Osman · 3 years ago
  54. a2a85e4 Generalize composing imagefilters and shaders to blenders by Mike Reed · 3 years ago
  55. 400f52e Retract GrSurfaceDrawContext.h a bit by Robert Phillips · 3 years ago
  56. 04f22ea Feed all top-level GPU accessors through skgpu::BaseDevice (take 2) by Robert Phillips · 3 years ago
  57. c9f4757 Document SkMatrix default constructs to identity by Ben Wagner · 3 years ago
  58. c317600 Lift the tessellation atlas into its own path renderer by Chris Dalton · 3 years ago
  59. cfd204a Rename/simplify SkCanvas::resetClip() and make recordable by Michael Ludwig · 3 years ago
  60. d91d234 Revert "Feed all top-level GPU accessors through skgpu::BaseDevice" by Robert Phillips · 3 years ago
  61. 5de8b19 Feed all top-level GPU accessors through skgpu::BaseDevice by Robert Phillips · 3 years ago
  62. 8e51bad Add support for child effects on SkRuntimeBlender. by John Stiles · 3 years ago
  63. aebe248 SkFilterQuality is gone. by Mike Reed · 3 years ago
  64. 64e67c3 Remove deprecated getBlendMode by Mike Reed · 3 years ago
  65. 4d5708c Remove template from SkRuntimeEffectBuilder. by John Stiles · 3 years ago
  66. ac747ca Give enums in SkImageInfo an underlying type by Nico Weber · 3 years ago
  67. 77046a7 Disallow sk_FragCoord in SkRuntimeEffect by Brian Osman · 3 years ago
  68. cac5e07 Hide the filterquality enum by Mike Reed · 3 years ago
  69. dd2fdea Initial land of DSLParser by Ethan Nicholas · 3 years ago
  70. a9c2e3b Remove vestigates of paint's filterquality by Mike Reed · 3 years ago
  71. 946a4cb First pass at a no-SkSL CPU build by Brian Osman · 3 years, 1 month ago
  72. 4043111 Purge 2020 picture versions by Mike Reed · 3 years ago
  73. da72978 Added multi-var variants for the DSL Declare function by Ethan Nicholas · 3 years ago
  74. 2ab47c9 Added DSL LogicalXor function by Ethan Nicholas · 3 years ago
  75. 95cc53b Hide filterquality enum entirely by Mike Reed · 3 years ago
  76. 5514bea [androidkit] bind SkImageFilters to java shared library by Jorge Betancourt · 3 years ago
  77. b18c1e2 DSL ReleaseProgram retains source and reports errors better by Ethan Nicholas · 3 years ago
  78. d970d81 update Skia milestone to 94 by Heather Miller · 3 years ago
  79. 55f0d7a Always enforce format specifiers on SkDebugf. by John Stiles · 3 years ago
  80. a2d22b2 Broke DSLVar into separate subclasses by Ethan Nicholas · 3 years ago
  81. 292a09d Added modifier support to DSLFunction by Ethan Nicholas · 3 years ago
  82. 8e2c56e Disallow DMSAA with DDL by Chris Dalton · 3 years ago
  83. 475c975 Move the DMSAA surface flag into the public API by Chris Dalton · 3 years ago
  84. f8b7c1a Pass CTM to path effects (experimental) by Tyler Denniston · 3 years ago
  85. 82bbe60 Add static to global nullopt symbol. by John Stiles · 3 years, 1 month ago
  86. a92913e Make GrAuditTrail V1-only by Robert Phillips · 3 years, 1 month ago
  87. 2d25d28 Fix typo in doc-comments. by John Stiles · 3 years, 1 month ago
  88. 63ec43c Hide deprecated filterquality by Mike Reed · 3 years, 1 month ago
  89. 5643e55 Add flag for filterquality in flutter by Mike Reed · 3 years, 1 month ago
  90. 526b0b9 Use value_or in getBlendMode_or. by John Stiles · 3 years, 1 month ago
  91. ebc9fad Fixed some fixups not being applied to DSL code by Ethan Nicholas · 3 years, 1 month ago
  92. c98dbc6 Hide deprecated SkPaint::getBlendMode by Mike Reed · 3 years, 1 month ago
  93. 50f0dad Remove GrSharedEnums.h by Brian Osman · 3 years, 1 month ago
  94. 5e1aa8b Misc skgpu cleanup by Robert Phillips · 3 years, 1 month ago
  95. c9145f3 Remove enum support from SkSL by Brian Osman · 3 years, 1 month ago
  96. e6ed3c2 Added DSL support for interface blocks by Ethan Nicholas · 3 years, 1 month ago
  97. 26ea975 Arithmetic blender by Mike Reed · 3 years, 1 month ago
  98. 8c26479 Remove large swaths of code related to .fp files by Brian Osman · 3 years, 1 month ago
  99. d390c64 add value_or to optional by Herb Derby · 3 years, 1 month ago
  100. 90f4e9f Hide getBlendMode() by Mike Reed · 3 years, 1 month ago