1. d6584bd Add GrColorFormatDesc GrBackendFormat::desc() by Brian Salomon · 3 years, 5 months ago
  2. c23386c Remove layout(override_coverage) by Brian Osman · 3 years, 5 months ago
  3. 3adc091 Remove layout(tracked) from SkSL by Brian Osman · 3 years, 5 months ago
  4. 55a63af Make it possible to use the DSL from within the compiler itself by Ethan Nicholas · 3 years, 5 months ago
  5. 5696bcd GrColorTypeDesc -> GrColorFormatDesc by Brian Salomon · 3 years, 5 months ago
  6. 81e2f93 Expose intercepts on SkFont by Mike Reed · 3 years, 5 months ago
  7. 82fdab4 reject sizes that will overflow in SkSpan by Herb Derby · 3 years, 5 months ago
  8. 43ee3f5 Fix implicit signedness change warnings in private includes by Brian Osman · 3 years, 5 months ago
  9. 22dcb73 Revert "Revert "Added DSL flags"" by Ethan Nicholas · 3 years, 5 months ago
  10. 9ec377e Reland "Simplify quickReject implementation in SkCanvas" by Michael Ludwig · 3 years, 5 months ago
  11. a5842bc Move SkSpan to include/, for use in public API by Brian Osman · 3 years, 5 months ago
  12. 9eb0bb6 Revert "Added DSL flags" by Brian Osman · 3 years, 5 months ago
  13. 7143059 Added DSL flags by Ethan Nicholas · 3 years, 5 months ago
  14. b22fcaf Added DSL layout() support by Ethan Nicholas · 3 years, 5 months ago
  15. 4882f97 [svgcanvas] Add support for relative path encoding by Florin Malita · 3 years, 5 months ago
  16. 4e1c1a7 Implement computeFastBounds for PathEffects by Michael Ludwig · 3 years, 5 months ago
  17. 614fb1e Removed early_fragment_tests layout qualifier by Ethan Nicholas · 3 years, 5 months ago
  18. a372429 Align SkSpan API with std::span by Brian Osman · 3 years, 5 months ago
  19. 51308f1 SkTHashTable assert key self equal. by Ben Wagner · 3 years, 5 months ago
  20. 0627934 [androidkit] optimize JNI calls in AndroidKit.Matrix transformations by Jorge Betancourt · 3 years, 5 months ago
  21. daa02f4 Revert "Simplify quickReject implementation in SkCanvas" by Greg Daniel · 3 years, 5 months ago
  22. 0a0f4f5 Simplify quickReject implementation in SkCanvas by Michael Ludwig · 3 years, 5 months ago
  23. 97f85bb Remove SkTextBlobDiffCanvas, use tracking device directly with base SkCanvas by Michael Ludwig · 3 years, 5 months ago
  24. 722cb67 Improved DSL APIs in preparation for DSLParser by Ethan Nicholas · 3 years, 5 months ago
  25. c9125aa Reland "Better first-class shader & color filter support in runtime effects" by Brian Osman · 3 years, 6 months ago
  26. daa9b8e Add mapRect function and RectToRect constructor to SkM44 by Michael Ludwig · 3 years, 6 months ago
  27. 4fc3a01 Move all GrTFlagsMask operators into bitfield macro definitions. by Greg Daniel · 3 years, 6 months ago
  28. 371f6e1 Refactored SkSL function creation and error handling by Ethan Nicholas · 3 years, 6 months ago
  29. a1a0b92 Added DSLWrapper so DSL classes can be used in containers by Ethan Nicholas · 3 years, 6 months ago
  30. c2cca5a Revert "Better first-class shader & color filter support in runtime effects" by Greg Daniel · 3 years, 6 months ago
  31. b83199e Added unsigned types and type query functions to DSL by Ethan Nicholas · 3 years, 6 months ago
  32. 0cb3b82 Improved DSLType constructor signatures by Ethan Nicholas · 3 years, 6 months ago
  33. adadb95 Better first-class shader & color filter support in runtime effects by Brian Osman · 3 years, 6 months ago
  34. 5dfb3f4 Collect DMSAA stats by Chris Dalton · 3 years, 6 months ago
  35. e9c2c5a Added support for DSL global variables by Ethan Nicholas · 3 years, 6 months ago
  36. 8a6537d Added DSL support for static if & switch statements by Ethan Nicholas · 3 years, 6 months ago
  37. a60cc3e Fix DSL handling of doubles by Ethan Nicholas · 3 years, 6 months ago
  38. 552fcb9 Remove flexible runtime effects entirely by Brian Osman · 3 years, 6 months ago
  39. 83dae92 Remove SkSL sample-with-matrix implementation by Brian Osman · 3 years, 6 months ago
  40. 65d7ab2 Loosen ES3 restrictions in Runtime Effects for debugging. by John Stiles · 3 years, 6 months ago
  41. ffeef16 use MakeFor...() when caching by Mike Klein · 3 years, 6 months ago
  42. bf3e9e9 Remove sample-with-matrix from SkSL by Brian Osman · 3 years, 6 months ago
  43. 4f00982 Make the generic SkRuntimeEffect::Make factories private by Brian Osman · 3 years, 6 months ago
  44. e4b8c3a OrderedFontMgr utility by Mike Reed · 3 years, 6 months ago
  45. b2497dd Revert "Revert "onMatchFaceStyle is unused, so remove it"" by Mike Reed · 3 years, 6 months ago
  46. 3c04a65 Revert "onMatchFaceStyle is unused, so remove it" by Mike Reed · 3 years, 6 months ago
  47. 40f2985 onMatchFaceStyle is unused, so remove it by Mike Reed · 3 years, 6 months ago
  48. e3fa745 Add support for atan() to DSL. by John Stiles · 3 years, 6 months ago
  49. 08771b0 Add DSLVar::swap method. by John Stiles · 3 years, 6 months ago
  50. 7bbe365 Don't include the intrinsics headers in SkFloatingPoint.h by Hans Wennborg · 3 years, 6 months ago
  51. f0e564f remove sk_float_rsqrt() by Mike Klein · 3 years, 6 months ago
  52. 57ab06c Delete mixed samples by Chris Dalton · 3 years, 6 months ago
  53. f9cf1aa add drawGlyphs for SkRSXform by Herb Derby · 3 years, 6 months ago
  54. 94df572 Convert dmsaa to an SkSurfaceProp by Chris Dalton · 3 years, 6 months ago
  55. e0ee932 Preserve sdf text in SkPictureImageFilter by Chris Dalton · 3 years, 6 months ago
  56. 8f1dff6 Remove layout(marker) from runtime effect SkSL by Brian Osman · 3 years, 6 months ago
  57. c36ccb6 Direct3D: add aliasing texture support by Jim Van Verth · 3 years, 6 months ago
  58. e49703f Remove custom SkVertices data and runtime effect `varying` support by Brian Osman · 3 years, 6 months ago
  59. db2326b Comma operator on DSL statements now creates unscoped blocks by Ethan Nicholas · 3 years, 6 months ago
  60. 624a529 Added an API for creating RuntimeEffects using the SkSL DSL. by Ethan Nicholas · 3 years, 6 months ago
  61. 6ac5310 Incorporate top-level DSL blocks into fragment processors. by John Stiles · 3 years, 6 months ago
  62. 60ec617 Use GrVkFramebuffer throughout GrVkOpsRenderPass instead of GrVkRT. by Greg Daniel · 3 years, 6 months ago
  63. b4e08be Expose experimental iterator on SkParagraph by Mike Reed · 3 years, 6 months ago
  64. 35c894e More plumbing for new virtual onDrawGlyphRunList by Mike Reed · 3 years, 6 months ago
  65. 3910bc9 introduce SkCanvas::onDrawGlyphRunList by Herb Derby · 3 years, 7 months ago
  66. cbb60bd Add runtime color filter and shader modes to the SkSL compiler by Brian Osman · 3 years, 6 months ago
  67. b91382e remove SkNx::rsqrt() by Mike Klein · 3 years, 6 months ago
  68. 940ec1c remove unused SkNx::invert() by Mike Klein · 3 years, 6 months ago
  69. 8e2a8b2 Surface resource cache through cmdline flag by Adlai Holler · 3 years, 6 months ago
  70. cdee120 Cache runtime color filter alpha-unchanged flag on the effect by Brian Osman · 3 years, 6 months ago
  71. 8ed8081 GrSkSLFP no longer needs a GrContext by Brian Osman · 3 years, 6 months ago
  72. debcbbf Flip the arguments to sample() when passing both coords and a color by Brian Osman · 3 years, 6 months ago
  73. 7128323 Reland "Remove code to push pixmaps to backend textures from GrGpu classes" by Brian Salomon · 3 years, 6 months ago
  74. 34012d7 Revert "Remove code to push pixmaps to backend textures from GrGpu classes" by Brian Salomon · 3 years, 6 months ago
  75. 45889d1 Remove code to push pixmaps to backend textures from GrGpu classes by Brian Salomon · 3 years, 6 months ago
  76. e58231a Removed unused SkInterpolator by Mike Reed · 3 years, 6 months ago
  77. 8455893 SkSL DSL matrix support by Ethan Nicholas · 3 years, 6 months ago
  78. ee49efc Added DSL fragmentProcessor and Sample function by Ethan Nicholas · 3 years, 6 months ago
  79. 91216d5 Add "reduced shader" testing mode. by Brian Salomon · 3 years, 6 months ago
  80. ffef19c drawGlyphs API for SkCanvas by Herb Derby · 3 years, 6 months ago
  81. 80f6235 Fixed an issue with passing DSLVar as a DSL function parameter by Ethan Nicholas · 3 years, 6 months ago
  82. b14e6b9 Added _Type suffix to DSL Type enum by Ethan Nicholas · 3 years, 6 months ago
  83. 2da31ed Add ability to trace wrapped objects and be able to differentiate by Derek Sollenberger · 3 years, 6 months ago
  84. 3295ea8 Update Skia milestone to 92 by Heather Miller · 3 years, 6 months ago
  85. 2307058 Enforce that the recordTimeArena is only available for DDLRecordingContexts by Robert Phillips · 3 years, 7 months ago
  86. 2c67340 Expose writing to mip levels via GrSurfaceContext::writePixels by Brian Salomon · 3 years, 7 months ago
  87. d18967c Add integer uniforms to runtime effects by Brian Osman · 3 years, 7 months ago
  88. 8b8ce4a Add support for int uniforms to Metal and Vulkan by Brian Osman · 3 years, 7 months ago
  89. 94dc3b7 Roll skcms from b9593d4e39ea to 4e8691e28194 (1 revision) by skia-autoroll · 3 years, 7 months ago
  90. a6ca0b1 SkAuto[S]TMalloc only for trivially constructible/destructible. by Brian Salomon · 3 years, 7 months ago
  91. 7d8cdd5 Remove use of std::result_of. by Ben Wagner · 3 years, 7 months ago
  92. 194b239 Reland "Use objc_externally_retained to cut down retain/release in Metal" by Adlai Holler · 3 years, 7 months ago
  93. 707d315 Refactored DSL variable creation by Ethan Nicholas · 3 years, 7 months ago
  94. 8b67880 Revert "Use objc_externally_retained to cut down retain/release in Metal" by Michael Ludwig · 3 years, 7 months ago
  95. 78381ee Use objc_externally_retained to cut down retain/release in Metal by Adlai Holler · 3 years, 7 months ago
  96. 5ca24f9 Reland "Reland "Add GrRuntimeFPBuilder"" by Brian Salomon · 3 years, 7 months ago
  97. e501670 Move Sk3Perspective and Sk3Lookat into SkM44 by Michael Ludwig · 3 years, 7 months ago
  98. 2159f8b Roll skcms from 16a890f7be9d to 65de465d622d (1 revision) by skia-autoroll · 3 years, 7 months ago
  99. bb0ed8e Revert "Reland "Add GrRuntimeFPBuilder"" by Brian Salomon · 3 years, 7 months ago
  100. e31b526 Document SkTextBlobBuilder::allocRunText* by Ben Wagner · 3 years, 7 months ago