1. 0745d19 Hide function return values after a step. by John Stiles · 2 years, 9 months ago
  2. fdae1b7 [graphite] Clear depth/stencil attachments to 0 by Michael Ludwig · 2 years, 9 months ago
  3. 3ad6e53 [graphite] Fix instance vs. non-instanced detection by Michael Ludwig · 2 years, 9 months ago
  4. 64ed6fd [graphite] Embed SkPathFillType into Renderer definitions by Michael Ludwig · 2 years, 9 months ago
  5. 49cb6d7 Add a Variables pane to the SkSL debugger. by John Stiles · 2 years, 9 months ago
  6. 0385de0 Add helper method to get the human-readable value of a slot. by John Stiles · 2 years, 9 months ago
  7. c46b4d0 Add divide-by-zero check to GrGenerateDistanceFieldFromPath by Jim Van Verth · 2 years, 9 months ago
  8. 9247feb Report slot updates using a dirty mask. by John Stiles · 2 years, 9 months ago
  9. e4bccab Fix divide-by-zero in AAConvexTessellator. by Jim Van Verth · 2 years, 9 months ago
  10. 5d6e51d remove SK_EXPERIMENTAL_ADD_ATLAS_PADDING from Skia by Herb Derby · 2 years, 9 months ago
  11. 8dc9a33 rename GrTextBlobCache to GrTextBlobRedrawCoordinator by Herb Derby · 2 years, 9 months ago
  12. fbb7433 Add method to get the suffix for a trace's slot. by John Stiles · 2 years, 9 months ago
  13. 5d3060e Add support for stepping out from a function. by John Stiles · 2 years, 9 months ago
  14. a26ba3e Improve the debugger code view. by John Stiles · 2 years, 9 months ago
  15. 00b3fcc Create Debugger slide for Viewer. by John Stiles · 2 years, 9 months ago
  16. 507884b Roll ANGLE from 3be551d7c2c5 to a1b9eb68e417 (18 revisions) by skia-autoroll · 2 years, 9 months ago
  17. a999331 Roll Chromium from ef37f0f232c3 to 97fa68dda69c (498 revisions) by skia-autoroll · 2 years, 9 months ago
  18. 19f7b34 Roll Dawn from 1f25ea94bbb7 to ffb0024a8970 (7 revisions) by skia-autoroll · 2 years, 9 months ago
  19. 87025fe Update SKP version by skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com · 2 years, 9 months ago
  20. d393ab3 Roll SK Tool from a3fbba5857f1 to 6380ad5ed012 by skia-autoroll · 2 years, 9 months ago
  21. 454c04e [graphite] Add shader error handling by Jim Van Verth · 2 years, 9 months ago
  22. db9f95c Move ShaderUtils out of Ganesh. by Jim Van Verth · 2 years, 9 months ago
  23. 5d5f24e Move SkVMDebugTrace into src/sksl/tracing. by John Stiles · 2 years, 9 months ago
  24. f3b4617 Create SkVMDebugTrace player class. by John Stiles · 2 years, 9 months ago
  25. c279e76 add bilerp atlas support flag by Herb Derby · 2 years, 9 months ago
  26. 0f2390f move SkRemoteGlyphCache.h to private by Herb Derby · 2 years, 9 months ago
  27. 1786647 Improve debug trace generation speed by clipping the paint. by John Stiles · 2 years, 9 months ago
  28. 4d35c0d relocate GrTextBlob creation to GrTextBlobCache by Herb Derby · 2 years, 9 months ago
  29. b1a97ca Revert "Trace function return values after function-exit." by John Stiles · 2 years, 9 months ago
  30. f693b20 Add gdbserver instructions to site docs by Brian Osman · 2 years, 9 months ago
  31. 15f186d GrMemoryPool always standard_layout for offsetof by Ben Wagner · 2 years, 9 months ago
  32. b05732e Rewind farther on topology intersect mismatch by Michael Ludwig · 2 years, 9 months ago
  33. e3c1c4b Update Skia milestone to 99 by Heather Miller · 2 years, 9 months ago
  34. 83b5237 Fix assertion when debug-tracing a void-return function. by John Stiles · 2 years, 9 months ago
  35. c962042 Add field to SkVMSlotInfo indicating function return values. by John Stiles · 2 years, 9 months ago
  36. 766a605 [infra] Fix pubsub notification for autobuild by Kevin Lubick · 2 years, 9 months ago
  37. 351148f Create SkVMCallbacks, to bundle the child-sampling routines by Brian Osman · 2 years, 9 months ago
  38. 53f3fda Roll ANGLE from 0e291f60ccbf to 3be551d7c2c5 (6 revisions) by skia-autoroll · 2 years, 9 months ago
  39. 3b73499 Roll Chromium from 4fa82a541d87 to ef37f0f232c3 (495 revisions) by skia-autoroll · 2 years, 9 months ago
  40. d6509f5 Roll Dawn from 264f239259c5 to 1f25ea94bbb7 (9 revisions) by skia-autoroll · 2 years, 9 months ago
  41. 3317b1b consolidate processing for sub runs multiple formats by Herb Derby · 2 years, 9 months ago
  42. e4f148f Remove unneeded include from SkFloatingPoint.h. by Lei Zhang · 2 years, 9 months ago
  43. eb6851a Make simple coord/size getters on Sk[I]Rect constexpr by Brian Salomon · 2 years, 9 months ago
  44. a964a72 [graphite] Reenable linear gradient shading by Robert Phillips · 2 years, 9 months ago
  45. b58bab1 [skslc] Support HLSL output by Arman Uguray · 2 years, 9 months ago
  46. 5704319 Merging the logic for binary and compare by Julia Lavrova · 2 years, 9 months ago
  47. 30d5eea Treat AHARDWAREBUFFER_FORMAT_R8_UNORM as kAlpha_8_SkColorType by Leon Scroggins III · 2 years, 10 months ago
  48. 1a81d67 [infra] Have jsfiddle be autodeployed from Bazel, not from Webpack by Kevin Lubick · 2 years, 9 months ago
  49. 3695bdb Refactor SkMatrixProvider slightly by Brian Osman · 2 years, 9 months ago
  50. 27db7e6 move duplicate code to common SkSLEffectBase class by Jorge Betancourt · 2 years, 9 months ago
  51. d8e29e0 Call SkFont::getBounds once per run in ShaperHarfBuzz::shape by Jason Simmons · 2 years, 9 months ago
  52. 08c63ec Use Skia instead of FreeType color type in COLR rasterization by Dominik Röttsches · 2 years, 9 months ago
  53. 44c81d1 [canvaskit] Add frame duration and docs by Kevin Lubick · 2 years, 9 months ago
  54. 3374bcb [infra] Move other push task drivers from infra repo by Kevin Lubick · 2 years, 9 months ago
  55. c95c53e [infra] Move taskdriver for PushBazel task into skia repo by Kevin Lubick · 2 years, 9 months ago
  56. 85d6190 [graphite] Use depthstencilflags in RenderStep and up by Jim Van Verth · 2 years, 9 months ago
  57. ca916f7 Remove canvas marker stack, marked matrices, etc... by Brian Osman · 2 years, 9 months ago
  58. 45c9eab Update ImGui to v1.85. by John Stiles · 2 years, 9 months ago
  59. 5d1d92c [canvaskit] Add rough measureText to Canvas2D emulation layer by Kevin Lubick · 2 years, 9 months ago
  60. b4d01cb Roll ANGLE from b007e667a8f9 to 0e291f60ccbf (13 revisions) by skia-autoroll · 2 years, 9 months ago
  61. 1c500d8 Roll Chromium from 4718751f2501 to 4fa82a541d87 (556 revisions) by skia-autoroll · 2 years, 9 months ago
  62. 3bcc80e Roll Dawn from 53137bd57d5f to 264f239259c5 (10 revisions) by skia-autoroll · 2 years, 9 months ago
  63. d2eb1d9 Remove wacky-yuv tests from iPhone6. by Joe Gregorio · 2 years, 9 months ago
  64. 4898ac1 Sort GM/sample slides in Viewer. by John Stiles · 2 years, 9 months ago
  65. bc5b9f6 Migrate SK_strcasecmp to SkStringUtils.h. by John Stiles · 2 years, 9 months ago
  66. 0ee3e0c Fix source repetition in debug traces. by John Stiles · 2 years, 9 months ago
  67. 97f8980 [graphite] Set up depth/stencil attachment by Jim Van Verth · 2 years, 9 months ago
  68. 22960eb don't produce empty slugs! by Herb Derby · 2 years, 9 months ago
  69. c307c55 Efficiency improvements to SkParagraph ParagraphCacheKey by Jason Simmons · 2 years, 9 months ago
  70. 5f4867d [graphite] Switch from using raw MSL to using SkSL by Robert Phillips · 2 years, 9 months ago
  71. 3856a58 Revert "Add SkVM op `trace_done` to indicate completion of debug tracing." by John Stiles · 2 years, 9 months ago
  72. b7f5278 Geometry Processor can output local coord in fragment stage. by Brian Salomon · 2 years, 9 months ago
  73. 97119e5 Add "Write Debug Trace/Dump" buttons to SkSL slide in Viewer. by John Stiles · 2 years, 9 months ago
  74. 44f8636 Disable SkVMBlitter cache for Programs with trace hooks. by John Stiles · 2 years, 9 months ago
  75. 639256a Update docs for drawVertices/Patch to reflect changes already made. by Brian Salomon · 2 years, 9 months ago
  76. 78fa6d2 Make SkRuntimeEffect's compiler instance shareable. by Brian Salomon · 2 years, 9 months ago
  77. 21b8ccb Roll ANGLE from 920a0a7f699d to b007e667a8f9 (10 revisions) by skia-autoroll · 2 years, 9 months ago
  78. 0bc6a26 Roll SwiftShader from 3e61a772b248 to a4232c15e287 (3 revisions) by skia-autoroll · 2 years, 9 months ago
  79. 7f5ff93 Roll Chromium from c0d7d1da9957 to 4718751f2501 (536 revisions) by skia-autoroll · 2 years, 9 months ago
  80. 00edeef Roll Dawn from 683401528f8d to 53137bd57d5f (6 revisions) by skia-autoroll · 2 years, 9 months ago
  81. 543b868 Add SkRuntimeEffect::MakeTraced API for SkShader debugging. by John Stiles · 2 years, 9 months ago
  82. 1c4cf27 better tracing by Herb Derby · 2 years, 9 months ago
  83. 58a768b [canvaskit] Fix test search path by Kevin Lubick · 2 years, 9 months ago
  84. 06f3d68 Use 'adb push --sync' for copying over resources. by Joe Gregorio · 2 years, 9 months ago
  85. 8c3d183 Rename SkSL 'srgb_unpremul' to just 'color' by Brian Osman · 2 years, 9 months ago
  86. 85cc1be Trace function return values after function-exit. by John Stiles · 2 years, 9 months ago
  87. 5fb4753 Revert "Remove newly-added SkSL::DebugTrace base class." by John Stiles · 2 years, 9 months ago
  88. 4c5d2f5 Show vectors and matrices properly in debug traces. by John Stiles · 2 years, 9 months ago
  89. 6689951 Fix when a glyph has a path by Ben Wagner · 2 years, 9 months ago
  90. 68ccdd3 [infra] Remove Nexus5 jobs by Eric Boren · 2 years, 9 months ago
  91. c49c604 Roll SK Tool from b2aed154418b to 47e2b5077062 by skia-autoroll · 2 years, 9 months ago
  92. c774790 Roll ANGLE from 10e5f34d1439 to 920a0a7f699d (8 revisions) by skia-autoroll · 2 years, 9 months ago
  93. 1a42518 Roll Chromium from 788bdb8ba622 to c0d7d1da9957 (392 revisions) by skia-autoroll · 2 years, 9 months ago
  94. 6feb6bc Roll Dawn from 3a464767a530 to 683401528f8d (9 revisions) by skia-autoroll · 2 years, 9 months ago
  95. 873a39e Remove newly-added SkSL::DebugTrace base class. by John Stiles · 2 years, 9 months ago
  96. 4388f16 Fixing comparison for structs and arrays by Julia Lavrova · 2 years, 10 months ago
  97. d3276e5 [graphite] Revise stencil setup and set in pipeline by Jim Van Verth · 2 years, 9 months ago
  98. 5f9ec39 Wrap SkImage into HTMLImage by Gregg Tavares · 2 years, 9 months ago
  99. 386ddd2 Add SkImage::makeRawShader to RELEASE_NOTES by Brian Osman · 2 years, 9 months ago
  100. 0626520 Add SkVM op `trace_done` to indicate completion of debug tracing. by John Stiles · 2 years, 9 months ago