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