1. c613e0d Revert "Revert "Removed SkSL SymbolTable aliases"" by Ethan Nicholas · 2 years, 11 months ago
  2. f5853ff Revert "Removed SkSL SymbolTable aliases" by Robert Phillips · 2 years, 11 months ago
  3. eb12454 Re-added SkSL REHYDRATE flag by Ethan Nicholas · 2 years, 11 months ago
  4. 576de89 Add support for multiple child nodes to SkImageFilters::RuntimeShader by Brian Osman · 2 years, 11 months ago
  5. 84d6cf9 Removed SkSL SymbolTable aliases by Ethan Nicholas · 2 years, 11 months ago
  6. 44e712a simplify drawingType calculation by Herb Derby · 2 years, 11 months ago
  7. f393067 Made SkSL type aliases into first-class objects by Ethan Nicholas · 2 years, 11 months ago
  8. 61d0fbb inline drawingType facilitating future refactoring by Herb Derby · 2 years, 11 months ago
  9. c29454d Allow custom mesh to use positions for local coordinates. by Brian Salomon · 2 years, 11 months ago
  10. 735ff42 Reject #extension in runtime-effect mode by Brian Osman · 2 years, 11 months ago
  11. c4b95b2 Renamed SkSLType operator== to 'matches' by Ethan Nicholas · 2 years, 11 months ago
  12. 5726d45 Allow inlining of custom mesh code. by Brian Salomon · 2 years, 11 months ago
  13. 13f244c Add more debugging info for backend texture failure by Leon Scroggins III · 2 years, 11 months ago
  14. 65aae8a Disable SkSL optimization when SkRuntimeEffect::MakeTraced is called. by John Stiles · 2 years, 11 months ago
  15. d67f1f8 Provide bit-casted slot values from DebugTracePlayer. by John Stiles · 2 years, 11 months ago
  16. bab224e Prevent interface block members from using invalid names. by John Stiles · 2 years, 11 months ago
  17. f604efb Add support for anonymous function parameters in SkSL. by John Stiles · 2 years, 11 months ago
  18. 2cc656a ANDROIDFRAMEWORK_DEBUGF -> RENDERENGINE_ABORTF by Leon Scroggins III · 2 years, 11 months ago
  19. 1067763 Prevent structs/interface-blocks from claiming builtin types. by John Stiles · 2 years, 11 months ago
  20. 1a74607 Fix overzealous debug trace generation. by John Stiles · 2 years, 11 months ago
  21. 2f2977e SkSL: Add color transform intrinsics by Brian Osman · 3 years ago
  22. bd05d87 Use clipped bounds for tessellation heuristic by Michael Ludwig · 2 years, 11 months ago
  23. c1bc020 [graphite] Move GrResourceKey to skgpu::ResourceKey. by Greg Daniel · 2 years, 11 months ago
  24. c2b31fb Use unsigned int to track POD skip by Michael Ludwig · 2 years, 11 months ago
  25. a7cb849 Be more lenient with RLE BMPs by Leon Scroggins III · 3 years, 2 months ago
  26. 7f99e8d Remove SkM44.h include from SkImage.h. by Lei Zhang · 3 years, 1 month ago
  27. 87ced29 Track line reachability on a step-by-step basis. by John Stiles · 2 years, 11 months ago
  28. bc35172 custom mesh produces color in user defined color space and alpha type by Brian Salomon · 2 years, 11 months ago
  29. fe99577 Remove all unused uniqueKey support from SkPromiseImageTexture. by Greg Daniel · 2 years, 11 months ago
  30. 12532a3 Add indexed support to custom mesh drawing by Brian Salomon · 2 years, 11 months ago
  31. 2c3c3ca Fix range loop temporary warning in DrawCustomMeshOp by Brian Salomon · 2 years, 11 months ago
  32. 6ce203b Copy dest color child index in GrSkSLFP copy constructor by Brian Osman · 2 years, 11 months ago
  33. 20187a2 Reland "SkVM visualizer, version 0.1" by Julia Lavrova · 2 years, 11 months ago
  34. 380d1ae Reland "Start on custom mesh API" by Brian Salomon · 2 years, 11 months ago
  35. a88a627 Revert "Start on custom mesh API" by Brian Salomon · 2 years, 11 months ago
  36. e1e1c03 Start on custom mesh API by Brian Salomon · 3 years ago
  37. 372a36d Revert "SkVM visualizer, version 0.1" by Julia Lavrova · 2 years, 11 months ago
  38. bf57843 SkVM visualizer, version 0.1 by Julia Lavrova · 3 years ago
  39. cdeb092 [graphite] Move GrProcessorKeyBuilder to generic skgpu::KeyBuilder class. by Greg Daniel · 3 years ago
  40. dd9ef45 Reland "Add support for explicit attribute offsets and strides." by Brian Salomon · 3 years ago
  41. ec48109 Make it always possible to seek in SkWuffsCodec by Leon Scroggins III · 3 years ago
  42. 20981e3 [fuchsia] Implement SkFontMgr::onMakeFromData() by Fabrice de Gans · 3 years ago
  43. 9a87395 add max dimension to the glyphs digest by Herb Derby · 3 years ago
  44. 44a8392 Add breakpoint support in SkSL debugger. by John Stiles · 3 years ago
  45. 38d53289 Revert "Add support for explicit attribute offsets and strides." by Brian Salomon · 3 years ago
  46. be4ef31 Honor breakpoints while stepping over/out. by John Stiles · 3 years ago
  47. abed06b Implement 'stepToBreakpoint' in Trace player. by John Stiles · 3 years ago
  48. c47bdeb Fix use-after-move in DSLVarBase by Maksim Ivanov · 3 years ago
  49. 6927ab9 Add support for explicit attribute offsets and strides. by Brian Salomon · 3 years ago
  50. eff367a Highlight reached/unreached lines differently in Debugger. by John Stiles · 3 years ago
  51. ffc6574 better handling of atlas size constraints by Herb Derby · 3 years ago
  52. b713d81 Hide variables which fall out-of-scope in SkSL debugger. by John Stiles · 3 years ago
  53. 5ef3f98 Do some renaming of "intrinsic" throughout SkSL by Brian Osman · 3 years ago
  54. fccec5f When loading resolve in vulkan make to we give color attachment read access. by Greg Daniel · 3 years ago
  55. 5b9ecb9 Remove SkRemoteGlyphCache.h by Herb Derby · 3 years ago
  56. 335a555 Clean up intrinsics slightly by Brian Osman · 3 years ago
  57. 71f7880 Emit trace_scope ops from SkVM code generation. by John Stiles · 3 years ago
  58. b2284b2 Factor out mergeMasks into a helper method. by John Stiles · 3 years ago
  59. fde20db Rename SkSL's 2D cross product builtin function by Brian Osman · 3 years ago
  60. 09adf0b Add new SkVM trace op 'trace_scope' to track SkSL scope depth. by John Stiles · 3 years ago
  61. 749cbeb Remove workaround for not executing no op discard OpsTask. by Greg Daniel · 3 years ago
  62. f74c789 Introduce SkVM Op::duplicate to localize visualization code by Julia Lavrova · 3 years ago
  63. 04a9672 Add Android Framework specific logging to SkSurface::MakeFromBackendTexture by Derek Sollenberger · 3 years ago
  64. 16d3cc0 Fix use-after-move in GrVkRenderTarget by Maksim Ivanov · 3 years ago
  65. 5120749 Add missing comment. by Jim Van Verth · 3 years ago
  66. 80d2a50 Move newly-updated variables to the top of the Variable list. by John Stiles · 3 years ago
  67. e3c0d73 Fix use-after-move in GrResourceAllocator by Maksim Ivanov · 3 years ago
  68. ecbad28 Fix use-after-move in GrPixmapBase by Maksim Ivanov · 3 years ago
  69. 2ca9670 Fix use-after-move in SkPDFDocument by Maksim Ivanov · 3 years ago
  70. 0745d19 Hide function return values after a step. by John Stiles · 3 years ago
  71. 0385de0 Add helper method to get the human-readable value of a slot. by John Stiles · 3 years ago
  72. c46b4d0 Add divide-by-zero check to GrGenerateDistanceFieldFromPath by Jim Van Verth · 3 years ago
  73. 9247feb Report slot updates using a dirty mask. by John Stiles · 3 years ago
  74. e4bccab Fix divide-by-zero in AAConvexTessellator. by Jim Van Verth · 3 years ago
  75. 8dc9a33 rename GrTextBlobCache to GrTextBlobRedrawCoordinator by Herb Derby · 3 years ago
  76. fbb7433 Add method to get the suffix for a trace's slot. by John Stiles · 3 years ago
  77. 5d3060e Add support for stepping out from a function. by John Stiles · 3 years ago
  78. db9f95c Move ShaderUtils out of Ganesh. by Jim Van Verth · 3 years ago
  79. 5d5f24e Move SkVMDebugTrace into src/sksl/tracing. by John Stiles · 3 years ago
  80. f3b4617 Create SkVMDebugTrace player class. by John Stiles · 3 years ago
  81. c279e76 add bilerp atlas support flag by Herb Derby · 3 years ago
  82. 0f2390f move SkRemoteGlyphCache.h to private by Herb Derby · 3 years ago
  83. 4d35c0d relocate GrTextBlob creation to GrTextBlobCache by Herb Derby · 3 years ago
  84. b1a97ca Revert "Trace function return values after function-exit." by John Stiles · 3 years ago
  85. 15f186d GrMemoryPool always standard_layout for offsetof by Ben Wagner · 3 years ago
  86. b05732e Rewind farther on topology intersect mismatch by Michael Ludwig · 3 years ago
  87. 83b5237 Fix assertion when debug-tracing a void-return function. by John Stiles · 3 years ago
  88. c962042 Add field to SkVMSlotInfo indicating function return values. by John Stiles · 3 years ago
  89. 351148f Create SkVMCallbacks, to bundle the child-sampling routines by Brian Osman · 3 years ago
  90. 3317b1b consolidate processing for sub runs multiple formats by Herb Derby · 3 years ago
  91. e4f148f Remove unneeded include from SkFloatingPoint.h. by Lei Zhang · 3 years ago
  92. b58bab1 [skslc] Support HLSL output by Arman Uguray · 3 years ago
  93. 5704319 Merging the logic for binary and compare by Julia Lavrova · 3 years ago
  94. 30d5eea Treat AHARDWAREBUFFER_FORMAT_R8_UNORM as kAlpha_8_SkColorType by Leon Scroggins III · 3 years ago
  95. 3695bdb Refactor SkMatrixProvider slightly by Brian Osman · 3 years ago
  96. 08c63ec Use Skia instead of FreeType color type in COLR rasterization by Dominik Röttsches · 3 years ago
  97. ca916f7 Remove canvas marker stack, marked matrices, etc... by Brian Osman · 3 years ago
  98. bc5b9f6 Migrate SK_strcasecmp to SkStringUtils.h. by John Stiles · 3 years ago
  99. 0ee3e0c Fix source repetition in debug traces. by John Stiles · 3 years ago
  100. 22960eb don't produce empty slugs! by Herb Derby · 3 years ago