1. 68556bc Move canvas helper structs to header by Brian Osman · 3 years, 1 month ago
  2. f95940b Rename GrGLSLGeometryProcessor to GrGeometryProcessor::ProgramImpl by Brian Salomon · 3 years, 1 month ago
  3. 49914e5 Avoid unnecessary setting of display params in Viewer by Michael Ludwig · 3 years, 1 month ago
  4. 13b2873 Remove GLSL from name of functions that builds GrProcessor keys. by Brian Salomon · 3 years, 1 month ago
  5. a0438e6 Remove SK_SUPPORT_DEPRECATED_CLIPOPS and expanding clip op defs by Michael Ludwig · 3 years, 1 month ago
  6. 54fd96b Fix Wunused-but-set-variable warnings by Brian Salomon · 3 years, 1 month ago
  7. a3f996c Fix skia_use_gl = false build by Ben Wagner · 3 years, 1 month ago
  8. 2f6e2f8 Use SkClipOp::kFoo instead of kFoo_SkClipOp from SkClipOpPriv by Michael Ludwig · 3 years, 1 month ago
  9. caa760e Fix -Wdeprecated-copy warnings by Brian Salomon · 3 years, 1 month ago
  10. a3f206e Non-substantive changes for making v1::SurfaceDrawContext V1-only by Robert Phillips · 3 years, 1 month ago
  11. 33bf2b5 Pipe all SDC creation through the recording context by Robert Phillips · 3 years, 1 month ago
  12. 126788e Simplify GetRuntimeBlendForBlendMode. by John Stiles · 3 years, 1 month ago
  13. 8adb625 Revert "SkCanvas: switch from SkDeque to std::deque" by Brian Osman · 3 years, 1 month ago
  14. cc9d20f SkCanvas: switch from SkDeque to std::deque by Brian Osman · 3 years, 1 month ago
  15. 94df5d6 Add skia_motionmarksuites_desktop.py by Ravi Mistry · 3 years, 1 month ago
  16. 109f54d Correct a typo in build_workaround_header.py by Chisoon Jeong · 3 years, 1 month ago
  17. 4dca831 Rename GrSurfaceDrawContext to skgpu::v1::SurfaceDrawContext by Robert Phillips · 3 years, 1 month ago
  18. 294d687 Avoid OveridePaintFilterCanvas in Viewer when possible by Robert Phillips · 3 years, 1 month ago
  19. c317600 Lift the tessellation atlas into its own path renderer by Chris Dalton · 3 years, 2 months ago
  20. cfd204a Rename/simplify SkCanvas::resetClip() and make recordable by Michael Ludwig · 3 years, 2 months ago
  21. cc6e50f Prevent CircleOp from being tested with MSAA by Robert Phillips · 3 years, 2 months ago
  22. 8854829 Reland "Prefer the NV_framebuffer_blit extension over ANGLE" by Chris Dalton · 3 years, 2 months ago
  23. e3f2a63 Revert "Prefer the NV_framebuffer_blit extension over ANGLE" by Chris Dalton · 3 years, 2 months ago
  24. 202ce88 Prefer the NV_framebuffer_blit extension over ANGLE by Chris Dalton · 3 years, 2 months ago
  25. f57f12d Fix symbol escaping in bloaty_treemap by Brian Osman · 3 years, 2 months ago
  26. 08d206b Print out picture version even if its unsupported by Mike Reed · 3 years, 2 months ago
  27. 4043111 Purge 2020 picture versions by Mike Reed · 3 years, 2 months ago
  28. fe49b2c Run dmsaa on ANGLE es2 bots by Chris Dalton · 3 years, 2 months ago
  29. 3c1c4c0 Standardize strings and other cleanup in bloaty_treemap.py by Brian Osman · 3 years, 2 months ago
  30. 7c79a87 Run dmsaa on ANGLE es3 bots by Chris Dalton · 3 years, 2 months ago
  31. c82ab08 Stop using filterquality by Mike Reed · 3 years, 2 months ago
  32. 9671d0a Add checkbox to Viewer to force-enable Runtime Blends. by John Stiles · 3 years, 2 months ago
  33. 060dd70 Add bloaty_treemap.py, for visualizing bloaty data by Brian Osman · 3 years, 2 months ago
  34. b5ac66c Add utility function GetRuntimeBlendForBlendMode for testing. by John Stiles · 3 years, 2 months ago
  35. 6aaf00f Add a "usesMSAASurface" arg to GrMeshDrawOp::onCreateProgramInfo by Chris Dalton · 3 years, 2 months ago
  36. 475c975 Move the DMSAA surface flag into the public API by Chris Dalton · 3 years, 2 months ago
  37. a92913e Make GrAuditTrail V1-only by Robert Phillips · 3 years, 2 months ago
  38. 5e1aa8b Misc skgpu cleanup by Robert Phillips · 3 years, 2 months ago
  39. cce0b60 More (no more) getBlendMode cleanup by Mike Reed · 3 years, 2 months ago
  40. 72354b0 Move more gms and tests into the V1-only pile by Robert Phillips · 3 years, 2 months ago
  41. 7a0541e Run cmdbuffer_es2_dmsaa on the bots by Chris Dalton · 3 years, 2 months ago
  42. 8c26479 Remove large swaths of code related to .fp files by Brian Osman · 3 years, 2 months ago
  43. 90f4e9f Hide getBlendMode() by Mike Reed · 3 years, 2 months ago
  44. 7cef678 Change architecture #defines to be SK_GPU_V1 and SK_GPU_V2 by Robert Phillips · 3 years, 2 months ago
  45. 1a82a4e Remove GrResourceProvider.h from all other header files by Robert Phillips · 3 years, 2 months ago
  46. 2d1b716 [fiddle] Update named fiddles by Kevin Lubick · 3 years, 2 months ago
  47. 36a5dff Revert "Clear the tile backend textures when drawing DDLs" by Robert Phillips · 3 years, 2 months ago
  48. 0734c62 Clear the tile backend textures when drawing DDLs by Robert Phillips · 3 years, 2 months ago
  49. 2f5466e Initialize fBackend in Window_unix by Brian Osman · 3 years, 2 months ago
  50. 661abd0 Reland "Use GL_ANGLE_instanced_arrays" by Chris Dalton · 3 years, 2 months ago
  51. e0f4de6 Add a cmdbuffer_es3 config by Chris Dalton · 3 years, 2 months ago
  52. 0407283 Revert "Use GL_ANGLE_instanced_arrays" by Chris Dalton · 3 years, 2 months ago
  53. 8fd0ccf [skottie] Update lotties_with_assets to include all lotties from lottie-samples by Kevin Lubick · 3 years, 2 months ago
  54. bd71936 [canvaskit] Document perf-canvaskit-puppeteer by Kevin Lubick · 3 years, 2 months ago
  55. 76b80ec Use GL_ANGLE_instanced_arrays by Chris Dalton · 3 years, 2 months ago
  56. 7bf7999 Reland "Add format-specifier warnings to SkDebugf." by John Stiles · 3 years, 2 months ago
  57. 283dba5 Revert "Add format-specifier warnings to SkDebugf." by Tyler Denniston · 3 years, 2 months ago
  58. e58831c Add format-specifier warnings to SkDebugf. by John Stiles · 3 years, 2 months ago
  59. bd7ed74 [canvaskit] Fix font.getGlyphID test by Kevin Lubick · 3 years, 2 months ago
  60. cd9890a Remove disabled_examples.txt by Joe Gregorio · 3 years, 3 months ago
  61. 83420eb Rewrite tessellation atlases as normal render tasks by Chris Dalton · 3 years, 2 months ago
  62. 095185d Ignore another vk extension implemented by nvidia but not in validation layers yet. by Greg Daniel · 3 years, 3 months ago
  63. 0ba3bbf [canvaskit] Add perf tests for different font formats by Kevin Lubick · 3 years, 3 months ago
  64. 685e09b Reland "Purge ccpr" by Chris Dalton · 3 years, 3 months ago
  65. 2421b99 Remove spurious semicolons (should fix Chrome roll) by Brian Osman · 3 years, 3 months ago
  66. fe83ab6 Revert "Purge ccpr" by Brian Osman · 3 years, 3 months ago
  67. 7bf6bc0 Purge ccpr by Chris Dalton · 3 years, 3 months ago
  68. 7114395 Switch GrMeshDrawOp::Target to be the stand alone GrMeshDrawTarget class by Robert Phillips · 3 years, 3 months ago
  69. 294723d Move GrOp::VisitProxyFunc to GrTypesPriv.h GrVisitProxyFunc by Robert Phillips · 3 years, 3 months ago
  70. e8502cc Add another new nvidia vk extension not covered by layers. by Greg Daniel · 3 years, 3 months ago
  71. cc2d073 Remove SkPaint::getHash by Brian Osman · 3 years, 3 months ago
  72. 3674f58 Make GrPathRenderer and all derived class be OGA-only by Robert Phillips · 3 years, 3 months ago
  73. 9a1d38c Convert spaces to tabs in wasm gm Makefile by Chris Dalton · 3 years, 3 months ago
  74. d2e0960 Removed SkSL::StringFragment in favor of string_view by Ethan Nicholas · 3 years, 3 months ago
  75. 1d113ed Remove unreferenced hello world example by Mike Reed · 3 years, 3 months ago
  76. cb3f56f Fix strings in header files. by John Stiles · 3 years, 3 months ago
  77. 516405c Add option to switch between OGA and NGA SkGpuDevices by Robert Phillips · 3 years, 3 months ago
  78. 785ecad Disable VK_NV_acquire_winrt_display in our apps by Michael Ludwig · 3 years, 3 months ago
  79. fa8af0a Add methods to access the top device's render target proxy by Robert Phillips · 3 years, 3 months ago
  80. 4377bc9 Bump ws from 7.3.0 to 7.4.6 in /tools/perf-canvaskit-puppeteer by dependabot[bot] · 3 years, 3 months ago
  81. 52cb1d0 Rename GrXferProcessor::DstProxyView to GrDstProxyView. by John Stiles · 3 years, 3 months ago
  82. 2e76c84 Use WebGL2, not EGL, and don't use replace clip op. by Nathaniel Nifong · 3 years, 3 months ago
  83. 7db0e2f Remove wrapping of GL sync objects around EGL syncs in EGL test contexts by Brian Salomon · 3 years, 3 months ago
  84. e60d268 When faking GLsync with EGL insert eglSwapBuffers by Brian Salomon · 3 years, 3 months ago
  85. ce9d8e1 Remove all traces of OpenCL by Brian Osman · 3 years, 3 months ago
  86. 64c848b [infra] Delete bin/try* and tools/chrome_release_branch* by Eric Boren · 3 years, 3 months ago
  87. 59adca5 Revert "Temporarily disable reordering on bots again" by Adlai Holler · 3 years, 3 months ago
  88. 789ec05 Temporarily disable reordering on bots again by Adlai Holler · 3 years, 3 months ago
  89. aaccd85 Revert "When faking GLsync with EGL insert eglSwapBuffers" by Brian Salomon · 3 years, 3 months ago
  90. 3af709f When faking GLsync with EGL insert eglSwapBuffers by Brian Salomon · 3 years, 3 months ago
  91. 569c01b Simplify heuristics for selecting path tessellators by Chris Dalton · 3 years, 3 months ago
  92. 5cc24c0 YUVUtils function for splitting image into yuva planes. by Brian Salomon · 3 years, 4 months ago
  93. cbe4634 Revert "Temporarily disable reduceOpsTaskSplitting on bots" by Adlai Holler · 3 years, 4 months ago
  94. e5be65e Update references to master branch by Ravi Mistry · 3 years, 4 months ago
  95. 9604eab Temporarily disable reduceOpsTaskSplitting on bots by Adlai Holler · 3 years, 4 months ago
  96. ea46fb7 Disable CCPR everywhere except testing by Chris Dalton · 3 years, 4 months ago
  97. 850e4b5 Fix linkedin pageset for RecreateSKPs bot by Ravi Mistry · 3 years, 4 months ago
  98. 19f8f27 Fix usage of deprecated wgpu::TextureUsage::OutputAttachment by Corentin Wallez · 3 years, 4 months ago
  99. 33ec6113 viewer can show offscreen layers in MSKPSlide by Brian Salomon · 3 years, 4 months ago
  100. a5842bc Move SkSpan to include/, for use in public API by Brian Osman · 3 years, 4 months ago