1. 7022d74 [graphite] Hook up viewer by Greg Daniel · 2 years, 10 months ago
  2. fb1b30b Update existing SwiftShader jobs to use Vulkan instead of OpenGL by Chris Dalton · 2 years, 10 months ago
  3. 6658fd1 In vulkan tests, use vkGetInstanceProcAddr to get vkGetDeviceProcAddr. by Greg Daniel · 2 years, 10 months ago
  4. bf489ab [graphite] Add SkTileModeToStr by Robert Phillips · 2 years, 10 months ago
  5. 41e994f Replace uses of deprecated dawn_native::BackendType by Corentin Wallez · 2 years, 11 months ago
  6. 7a14f78 [bazel] Sketching out HelloWorld sk_app using GL by Kevin Lubick · 2 years, 10 months ago
  7. 8a85ab0 Reland "drawVertices in GPU backend uses drawVustomMesh implementation." by Brian Salomon · 2 years, 11 months ago
  8. 8b2513a Build the NDK compliant shared library to be used by JNI in SkQP. by Derek Sollenberger · 2 years, 11 months ago
  9. 90263a1 Revert "Spruce up SkSL slide with a much nicer editor" by Brian Osman · 2 years, 11 months ago
  10. 5bb80e1 Revert "drawVertices in GPU backend uses drawVustomMesh implementation." by Brian Osman · 2 years, 11 months ago
  11. 7365768 drawVertices in GPU backend uses drawVustomMesh implementation. by Brian Salomon · 2 years, 11 months ago
  12. 048545d Set up basic hello world sk_app by Kevin Lubick · 2 years, 11 months ago
  13. 96e4053 Update Bazel files by Kevin Lubick · 2 years, 11 months ago
  14. 88c5af7 Spruce up SkSL slide with a much nicer editor by Brian Osman · 2 years, 11 months ago
  15. 1afa5fb Reduce scope of SkQP to pass/fail runs of GMs and UnitTests by Derek Sollenberger · 2 years, 11 months ago
  16. d67f1f8 Provide bit-casted slot values from DebugTracePlayer. by John Stiles · 2 years, 11 months ago
  17. 81134a7 Add checkbox to disable Shadertoy uniform support. by John Stiles · 2 years, 11 months ago
  18. 87ced29 Track line reachability on a step-by-step basis. by John Stiles · 2 years, 11 months ago
  19. cdeb092 [graphite] Move GrProcessorKeyBuilder to generic skgpu::KeyBuilder class. by Greg Daniel · 2 years, 11 months ago
  20. dd9ef45 Reland "Add support for explicit attribute offsets and strides." by Brian Salomon · 3 years ago
  21. 44a8392 Add breakpoint support in SkSL debugger. by John Stiles · 3 years ago
  22. 38d53289 Revert "Add support for explicit attribute offsets and strides." by Brian Salomon · 3 years ago
  23. 6927ab9 Add support for explicit attribute offsets and strides. by Brian Salomon · 3 years ago
  24. eff367a Highlight reached/unreached lines differently in Debugger. by John Stiles · 3 years ago
  25. 457f1b9 Show the variables pane even when it is empty. by John Stiles · 3 years ago
  26. dc60ca1 cleanup TODOs, and warnings by Herb Derby · 3 years ago
  27. 708f28f Show the stack trace in the Debugger slide. by John Stiles · 3 years ago
  28. 0745d19 Hide function return values after a step. by John Stiles · 3 years ago
  29. 49cb6d7 Add a Variables pane to the SkSL debugger. by John Stiles · 3 years ago
  30. 8dc9a33 rename GrTextBlobCache to GrTextBlobRedrawCoordinator by Herb Derby · 3 years ago
  31. 5d3060e Add support for stepping out from a function. by John Stiles · 3 years ago
  32. a26ba3e Improve the debugger code view. by John Stiles · 3 years ago
  33. 00b3fcc Create Debugger slide for Viewer. by John Stiles · 3 years ago
  34. db9f95c Move ShaderUtils out of Ganesh. by Jim Van Verth · 3 years ago
  35. 0f2390f move SkRemoteGlyphCache.h to private by Herb Derby · 3 years ago
  36. 1786647 Improve debug trace generation speed by clipping the paint. by John Stiles · 3 years ago
  37. 45c9eab Update ImGui to v1.85. by John Stiles · 3 years ago
  38. 4898ac1 Sort GM/sample slides in Viewer. by John Stiles · 3 years ago
  39. bc5b9f6 Migrate SK_strcasecmp to SkStringUtils.h. by John Stiles · 3 years ago
  40. 97119e5 Add "Write Debug Trace/Dump" buttons to SkSL slide in Viewer. by John Stiles · 3 years ago
  41. 6689951 Fix when a glyph has a path by Ben Wagner · 3 years ago
  42. 800aa13 [viewer] Add color histogram by Florin Malita · 3 years ago
  43. 5a7d91c bloaty_treemap.py: Fix path/symbol name collisions; make symbols unique with _1, _2, ... instead of _x, _x_x, ... by Leandro Lovisolo · 3 years ago
  44. 6ba9f70 [bazel] Try adding cc_binary rules that use generated rules by Kevin Lubick · 3 years ago
  45. 8c6df8c Fix convert-to-NIA stillImage check by Nigel Tao · 3 years ago
  46. 0260471 [infra] Update templates to use angle brackets by Kevin Lubick · 3 years ago
  47. 7f5b19b More angle brackets for system includes for third_party deps by Kevin Lubick · 3 years ago
  48. d4bcb48 Change relative includes to be absolute by Kevin Lubick · 3 years ago
  49. 9f1719f Move GrVertexColor to skgpu::VertexColor by Chris Dalton · 3 years ago
  50. 90ef83a Remove drawPatch/Vertices helpers that don't take SkBlendMode by Brian Salomon · 3 years ago
  51. 888d4ef [canvaskit] Add Freetype/Fonts to Bazel Build by Kevin Lubick · 3 years ago
  52. 0566f5d [infra] Make git-sync-deps truncate directory from beginning by Kevin Lubick · 3 years ago
  53. 384ba65 Remove GPU V2 by Brian Salomon · 3 years ago
  54. a583a0f In SkRuntimeEffect, replace ConstIterable with SkSpan by Brian Osman · 3 years ago
  55. a45c93c Add a color-spin control to Viewer by Brian Osman · 3 years ago
  56. 1f8c31b [infra] Add initial Bazel rules and files by Kevin Lubick · 3 years ago
  57. 54ab0dc Fix #ifdef SK_SUPPORT_GPU to be #if by Kevin Lubick · 3 years ago
  58. f8b3e0c Add disassembly to skvm debug panel by Brian Osman · 3 years ago
  59. 88117ab Improve the skvm debug panel by Brian Osman · 3 years, 1 month ago
  60. fa6e45f Add an SkVM panel to viewer's debug UI by Brian Osman · 3 years, 1 month ago
  61. 8be6332 Serialize foreground color caching requirement specialisation by Dominik Röttsches · 3 years, 1 month ago
  62. 3a9a799 Move sk_memset* from SkUtils to SkOpts by Kevin Lubick · 3 years, 1 month ago
  63. e0ee095 Move UTF16 helpers from SkUtils to SkUTF by Kevin Lubick · 3 years, 1 month ago
  64. 3b9113f Only include SkJSONWriter when SK_ENABLE_DUMP_GPU defined by Kevin Lubick · 3 years, 1 month ago
  65. b3ecd56 Revert "Move GR_MAKE_BITFIELD_OPS and GrAlignTo to non-GPU files" by Greg Daniel · 3 years, 1 month ago
  66. 65a726b Move GR_MAKE_BITFIELD_OPS and GrAlignTo to non-GPU files by Kevin Lubick · 3 years, 1 month ago
  67. b421a71 [graphite] Expand shader precompilation placeholder by Robert Phillips · 3 years, 1 month ago
  68. c75e0ef [graphite] Add IndexWriter and UniformWriter classes. by Greg Daniel · 3 years, 1 month ago
  69. 52aee23 GrVertexWriter -> skgpu::VertexWriter by Chris Dalton · 3 years, 1 month ago
  70. 7ce380e [canvaskit] Remove deprecated MakeTypefaceFromData and RefDefault by Kevin Lubick · 3 years, 1 month ago
  71. 4d41304 [infra] Add hermetic toolchain for C/C++ using Clang+Musl by Kevin Lubick · 3 years, 1 month ago
  72. b19be63 Fix ODR violation in Metal code. by John Stiles · 3 years, 1 month ago
  73. aa06001 Extract ToolUtils::sniff_paths by Chris Dalton · 3 years, 1 month ago
  74. 75310f0 Experimental support for lower-resolution backdrop filter eval by Michael Ludwig · 3 years, 1 month ago
  75. 8f4e560 Use CommonFlags namespace for other flags/functions by Kevin Lubick · 3 years, 1 month ago
  76. 237dd2d Move --nativeFonts to CommonFlags file by Kevin Lubick · 3 years, 1 month ago
  77. f541ddf Move ToolUtils::make_big_path() to bench/ by Kevin Lubick · 3 years, 1 month ago
  78. 9467361 [graphite] Fix commandqueue memory leak by Jim Van Verth · 3 years, 1 month ago
  79. c005895 Name Test struct's member variables consistently by Robert Phillips · 3 years, 1 month ago
  80. 297d096 [graphite] More testing infrastructure by Robert Phillips · 3 years, 1 month ago
  81. 87a0078 Support building on clang with -std=c++14 but no C++17 extension warning. by Brian Salomon · 3 years, 1 month ago
  82. f32ad08 [infra] Deduplicate serve.py by Kevin Lubick · 3 years, 1 month ago
  83. 9fa47cc Make class members that are static constexpr also be inline. by Brian Salomon · 3 years, 1 month ago
  84. 3062759 [graphite] Set up unit testing system by Robert Phillips · 3 years, 1 month ago
  85. 7bb0ff0 [graphite] Add support to Mac Viewer. by Jim Van Verth · 3 years, 2 months ago
  86. 091694f [graphite] Add ContextFactory by Robert Phillips · 3 years, 2 months ago
  87. d034db7 [graphite] Add GraphiteTestContext by Robert Phillips · 3 years, 2 months ago
  88. d6bf374 Graphite: Improve DM/Graphite connection by Robert Phillips · 3 years, 2 months ago
  89. 8426165 Reland "Add new GrSurfaceInfo class and related backend structs." by Greg Daniel · 3 years, 2 months ago
  90. 2f7ee02 Revert "Add new GrSurfaceInfo class and related backend structs." by Jim Van Verth · 3 years, 2 months ago
  91. 6aac119 Add new GrSurfaceInfo class and related backend structs. by Greg Daniel · 3 years, 2 months ago
  92. 14cc21f [sk] Update asset download references to use SK by Eric Boren · 3 years, 2 months ago
  93. e783065 Update bloaty treemap to work on Python < 3.9. by John Stiles · 3 years, 2 months ago
  94. 2e4dc86 Fix skottie2movie gpu async crash by Florin Malita · 3 years, 2 months ago
  95. ecc5555 Only terminate egl display once by Michael Ludwig · 3 years, 2 months ago
  96. cbfa34a Convert internal SkSL to use .eval() by Brian Osman · 3 years, 3 months ago
  97. 46d7bd5 Move more Ops to skgpu::v1 namespace (take 2) by Robert Phillips · 3 years, 3 months ago
  98. 2af13c1 Reland "Fix compilation w/ "skia_enable_svg = false" (take 2)" by Robert Phillips · 3 years, 3 months ago
  99. 5fe828a Revert "Move more Ops to skgpu::v1 namespace" by Robert Phillips · 3 years, 3 months ago
  100. f3158ab Move more Ops to skgpu::v1 namespace by Robert Phillips · 3 years, 3 months ago