1. 54ab0dc Fix #ifdef SK_SUPPORT_GPU to be #if by Kevin Lubick · 3 years, 3 months ago
  2. f8b3e0c Add disassembly to skvm debug panel by Brian Osman · 3 years, 3 months ago
  3. 88117ab Improve the skvm debug panel by Brian Osman · 3 years, 3 months ago
  4. fa6e45f Add an SkVM panel to viewer's debug UI by Brian Osman · 3 years, 3 months ago
  5. 8be6332 Serialize foreground color caching requirement specialisation by Dominik Röttsches · 3 years, 3 months ago
  6. 3a9a799 Move sk_memset* from SkUtils to SkOpts by Kevin Lubick · 3 years, 3 months ago
  7. e0ee095 Move UTF16 helpers from SkUtils to SkUTF by Kevin Lubick · 3 years, 3 months ago
  8. 3b9113f Only include SkJSONWriter when SK_ENABLE_DUMP_GPU defined by Kevin Lubick · 3 years, 3 months ago
  9. b3ecd56 Revert "Move GR_MAKE_BITFIELD_OPS and GrAlignTo to non-GPU files" by Greg Daniel · 3 years, 4 months ago
  10. 65a726b Move GR_MAKE_BITFIELD_OPS and GrAlignTo to non-GPU files by Kevin Lubick · 3 years, 4 months ago
  11. b421a71 [graphite] Expand shader precompilation placeholder by Robert Phillips · 3 years, 4 months ago
  12. c75e0ef [graphite] Add IndexWriter and UniformWriter classes. by Greg Daniel · 3 years, 4 months ago
  13. 52aee23 GrVertexWriter -> skgpu::VertexWriter by Chris Dalton · 3 years, 4 months ago
  14. 7ce380e [canvaskit] Remove deprecated MakeTypefaceFromData and RefDefault by Kevin Lubick · 3 years, 4 months ago
  15. 4d41304 [infra] Add hermetic toolchain for C/C++ using Clang+Musl by Kevin Lubick · 3 years, 4 months ago
  16. b19be63 Fix ODR violation in Metal code. by John Stiles · 3 years, 4 months ago
  17. aa06001 Extract ToolUtils::sniff_paths by Chris Dalton · 3 years, 4 months ago
  18. 75310f0 Experimental support for lower-resolution backdrop filter eval by Michael Ludwig · 3 years, 4 months ago
  19. 8f4e560 Use CommonFlags namespace for other flags/functions by Kevin Lubick · 3 years, 4 months ago
  20. 237dd2d Move --nativeFonts to CommonFlags file by Kevin Lubick · 3 years, 4 months ago
  21. f541ddf Move ToolUtils::make_big_path() to bench/ by Kevin Lubick · 3 years, 4 months ago
  22. 9467361 [graphite] Fix commandqueue memory leak by Jim Van Verth · 3 years, 4 months ago
  23. c005895 Name Test struct's member variables consistently by Robert Phillips · 3 years, 4 months ago
  24. 297d096 [graphite] More testing infrastructure by Robert Phillips · 3 years, 4 months ago
  25. 87a0078 Support building on clang with -std=c++14 but no C++17 extension warning. by Brian Salomon · 3 years, 4 months ago
  26. f32ad08 [infra] Deduplicate serve.py by Kevin Lubick · 3 years, 4 months ago
  27. 9fa47cc Make class members that are static constexpr also be inline. by Brian Salomon · 3 years, 4 months ago
  28. 3062759 [graphite] Set up unit testing system by Robert Phillips · 3 years, 4 months ago
  29. 7bb0ff0 [graphite] Add support to Mac Viewer. by Jim Van Verth · 3 years, 4 months ago
  30. 091694f [graphite] Add ContextFactory by Robert Phillips · 3 years, 4 months ago
  31. d034db7 [graphite] Add GraphiteTestContext by Robert Phillips · 3 years, 5 months ago
  32. d6bf374 Graphite: Improve DM/Graphite connection by Robert Phillips · 3 years, 5 months ago
  33. 8426165 Reland "Add new GrSurfaceInfo class and related backend structs." by Greg Daniel · 3 years, 5 months ago
  34. 2f7ee02 Revert "Add new GrSurfaceInfo class and related backend structs." by Jim Van Verth · 3 years, 5 months ago
  35. 6aac119 Add new GrSurfaceInfo class and related backend structs. by Greg Daniel · 3 years, 5 months ago
  36. 14cc21f [sk] Update asset download references to use SK by Eric Boren · 3 years, 5 months ago
  37. e783065 Update bloaty treemap to work on Python < 3.9. by John Stiles · 3 years, 5 months ago
  38. 2e4dc86 Fix skottie2movie gpu async crash by Florin Malita · 3 years, 5 months ago
  39. ecc5555 Only terminate egl display once by Michael Ludwig · 3 years, 5 months ago
  40. cbfa34a Convert internal SkSL to use .eval() by Brian Osman · 3 years, 5 months ago
  41. 46d7bd5 Move more Ops to skgpu::v1 namespace (take 2) by Robert Phillips · 3 years, 5 months ago
  42. 2af13c1 Reland "Fix compilation w/ "skia_enable_svg = false" (take 2)" by Robert Phillips · 3 years, 5 months ago
  43. 5fe828a Revert "Move more Ops to skgpu::v1 namespace" by Robert Phillips · 3 years, 5 months ago
  44. f3158ab Move more Ops to skgpu::v1 namespace by Robert Phillips · 3 years, 5 months ago
  45. 44b7568 Revert "Fix compilation w/ "skia_enable_svg = false" (take 2)" by Robert Phillips · 3 years, 5 months ago
  46. 30a6b10 Fix compilation w/ "skia_enable_svg = false" (take 2) by Robert Phillips · 3 years, 5 months ago
  47. 31f7631 Move GrAtlasTextOp to skgpu::v1 namespace by Robert Phillips · 3 years, 6 months ago
  48. 2145390 Move GrTextureOp to skgpu::v1 namespace by Robert Phillips · 3 years, 6 months ago
  49. 99ddd2a Remove (unused) geometry shader support by Brian Osman · 3 years, 6 months ago
  50. 2a26c50 Store the correct number of samples in GrProgramInfo by Chris Dalton · 3 years, 6 months ago
  51. f611404 [canvaskit] Remove the need for users to keep track of contexts. by Kevin Lubick · 3 years, 6 months ago
  52. 24d622d Move the GrTessellationPathRenderer into the skgpu::v1 namespace by Robert Phillips · 3 years, 6 months ago
  53. 1e16937 Add more flexibility to GrVkRT to support DMSAA. by Greg Daniel · 3 years, 6 months ago
  54. 293497e Convert internal sample() calls to shade/filter/blend by Brian Osman · 3 years, 6 months ago
  55. 9f1e06a Reland "Add sRGB 8888 colortype" by Brian Osman · 3 years, 6 months ago
  56. 405eb7b Revert "Add sRGB 8888 colortype" by Brian Osman · 3 years, 6 months ago
  57. 0f7c10e Add sRGB 8888 colortype by Brian Osman · 3 years, 6 months ago
  58. e453fa0 Move some v1-only gpu/tessellate files to gpu/ops by Robert Phillips · 3 years, 6 months ago
  59. 43e70f1 Move 2 path renderers to skgpu::v1 namespace by Robert Phillips · 3 years, 6 months ago
  60. 832f3fb Move GrTessellationPathFlags to their own header (GrTessTypes.h) by Robert Phillips · 3 years, 6 months ago
  61. fcb5023 Remove old color space configs from tools by Brian Osman · 3 years, 6 months ago
  62. 4498aa8 Fix rewrite_includes to work in both Python 2 and 3. by John Stiles · 3 years, 6 months ago
  63. 9ded59b Revert "Update rewrite_includes.py for python3" by Brian Osman · 3 years, 6 months ago
  64. bd40fb5 Update rewrite_includes.py for python3 by Brian Osman · 3 years, 6 months ago
  65. 13c9f66 Fix additional cases of variable shadowing. by John Stiles · 3 years, 6 months ago
  66. 0e9d34d Reland "Remove GrBackendFormat's textureType use from isFormatTexturable call." by Greg Daniel · 3 years, 6 months ago
  67. 364ea35 Make remaining GrOp derived classes be skgpu::v1 only by Robert Phillips · 3 years, 6 months ago
  68. d90777a Revert "Remove GrBackendFormat's textureType use from isFormatTexturable call." by Greg Daniel · 3 years, 6 months ago
  69. 832c817 Remove GrBackendFormat's textureType use from isFormatTexturable call. by Greg Daniel · 3 years, 6 months ago
  70. 06273bc Prepare headers for making all ops V1-only by Robert Phillips · 3 years, 6 months ago
  71. f4e176b Update Skia's internal vulkan headers to 1.2. by Greg Daniel · 3 years, 6 months ago
  72. 4895946 Move ProgramImpl definitions into Processor subclass headers. by Brian Salomon · 3 years, 6 months ago
  73. bab2d11 Improve consistency of GP::ProgramImpl subclasses by Brian Salomon · 3 years, 6 months ago
  74. 488654b Fix cases of variable shadowing in /tools/. by John Stiles · 3 years, 6 months ago
  75. 160cd4b Fix leaks in skdiff by Ben Wagner · 3 years, 6 months ago
  76. 53eaa64 Rename GrSurfaceContext -> skgpu::SurfaceContext by Robert Phillips · 3 years, 6 months ago
  77. 68556bc Move canvas helper structs to header by Brian Osman · 3 years, 7 months ago
  78. f95940b Rename GrGLSLGeometryProcessor to GrGeometryProcessor::ProgramImpl by Brian Salomon · 3 years, 6 months ago
  79. 49914e5 Avoid unnecessary setting of display params in Viewer by Michael Ludwig · 3 years, 6 months ago
  80. 13b2873 Remove GLSL from name of functions that builds GrProcessor keys. by Brian Salomon · 3 years, 6 months ago
  81. a0438e6 Remove SK_SUPPORT_DEPRECATED_CLIPOPS and expanding clip op defs by Michael Ludwig · 3 years, 6 months ago
  82. 54fd96b Fix Wunused-but-set-variable warnings by Brian Salomon · 3 years, 6 months ago
  83. a3f996c Fix skia_use_gl = false build by Ben Wagner · 3 years, 6 months ago
  84. 2f6e2f8 Use SkClipOp::kFoo instead of kFoo_SkClipOp from SkClipOpPriv by Michael Ludwig · 3 years, 6 months ago
  85. caa760e Fix -Wdeprecated-copy warnings by Brian Salomon · 3 years, 6 months ago
  86. a3f206e Non-substantive changes for making v1::SurfaceDrawContext V1-only by Robert Phillips · 3 years, 6 months ago
  87. 33bf2b5 Pipe all SDC creation through the recording context by Robert Phillips · 3 years, 6 months ago
  88. 126788e Simplify GetRuntimeBlendForBlendMode. by John Stiles · 3 years, 7 months ago
  89. 8adb625 Revert "SkCanvas: switch from SkDeque to std::deque" by Brian Osman · 3 years, 7 months ago
  90. cc9d20f SkCanvas: switch from SkDeque to std::deque by Brian Osman · 3 years, 7 months ago
  91. 94df5d6 Add skia_motionmarksuites_desktop.py by Ravi Mistry · 3 years, 7 months ago
  92. 109f54d Correct a typo in build_workaround_header.py by Chisoon Jeong · 3 years, 7 months ago
  93. 4dca831 Rename GrSurfaceDrawContext to skgpu::v1::SurfaceDrawContext by Robert Phillips · 3 years, 7 months ago
  94. 294d687 Avoid OveridePaintFilterCanvas in Viewer when possible by Robert Phillips · 3 years, 7 months ago
  95. c317600 Lift the tessellation atlas into its own path renderer by Chris Dalton · 3 years, 7 months ago
  96. cfd204a Rename/simplify SkCanvas::resetClip() and make recordable by Michael Ludwig · 3 years, 7 months ago
  97. cc6e50f Prevent CircleOp from being tested with MSAA by Robert Phillips · 3 years, 7 months ago
  98. 8854829 Reland "Prefer the NV_framebuffer_blit extension over ANGLE" by Chris Dalton · 3 years, 7 months ago
  99. e3f2a63 Revert "Prefer the NV_framebuffer_blit extension over ANGLE" by Chris Dalton · 3 years, 7 months ago
  100. 202ce88 Prefer the NV_framebuffer_blit extension over ANGLE by Chris Dalton · 3 years, 7 months ago