1. 99ddd2a Remove (unused) geometry shader support by Brian Osman · 3 years, 2 months ago
  2. 2a26c50 Store the correct number of samples in GrProgramInfo by Chris Dalton · 3 years, 2 months ago
  3. f611404 [canvaskit] Remove the need for users to keep track of contexts. by Kevin Lubick · 3 years, 2 months ago
  4. 24d622d Move the GrTessellationPathRenderer into the skgpu::v1 namespace by Robert Phillips · 3 years, 2 months ago
  5. 1e16937 Add more flexibility to GrVkRT to support DMSAA. by Greg Daniel · 3 years, 2 months ago
  6. 293497e Convert internal sample() calls to shade/filter/blend by Brian Osman · 3 years, 2 months ago
  7. 9f1e06a Reland "Add sRGB 8888 colortype" by Brian Osman · 3 years, 3 months ago
  8. 405eb7b Revert "Add sRGB 8888 colortype" by Brian Osman · 3 years, 2 months ago
  9. 0f7c10e Add sRGB 8888 colortype by Brian Osman · 3 years, 3 months ago
  10. e453fa0 Move some v1-only gpu/tessellate files to gpu/ops by Robert Phillips · 3 years, 2 months ago
  11. 43e70f1 Move 2 path renderers to skgpu::v1 namespace by Robert Phillips · 3 years, 2 months ago
  12. 832f3fb Move GrTessellationPathFlags to their own header (GrTessTypes.h) by Robert Phillips · 3 years, 2 months ago
  13. fcb5023 Remove old color space configs from tools by Brian Osman · 3 years, 3 months ago
  14. 4498aa8 Fix rewrite_includes to work in both Python 2 and 3. by John Stiles · 3 years, 2 months ago
  15. 9ded59b Revert "Update rewrite_includes.py for python3" by Brian Osman · 3 years, 2 months ago
  16. bd40fb5 Update rewrite_includes.py for python3 by Brian Osman · 3 years, 2 months ago
  17. 13c9f66 Fix additional cases of variable shadowing. by John Stiles · 3 years, 2 months ago
  18. 0e9d34d Reland "Remove GrBackendFormat's textureType use from isFormatTexturable call." by Greg Daniel · 3 years, 3 months ago
  19. 364ea35 Make remaining GrOp derived classes be skgpu::v1 only by Robert Phillips · 3 years, 3 months ago
  20. d90777a Revert "Remove GrBackendFormat's textureType use from isFormatTexturable call." by Greg Daniel · 3 years, 3 months ago
  21. 832c817 Remove GrBackendFormat's textureType use from isFormatTexturable call. by Greg Daniel · 3 years, 3 months ago
  22. 06273bc Prepare headers for making all ops V1-only by Robert Phillips · 3 years, 3 months ago
  23. f4e176b Update Skia's internal vulkan headers to 1.2. by Greg Daniel · 3 years, 3 months ago
  24. 4895946 Move ProgramImpl definitions into Processor subclass headers. by Brian Salomon · 3 years, 3 months ago
  25. bab2d11 Improve consistency of GP::ProgramImpl subclasses by Brian Salomon · 3 years, 3 months ago
  26. 488654b Fix cases of variable shadowing in /tools/. by John Stiles · 3 years, 3 months ago
  27. 160cd4b Fix leaks in skdiff by Ben Wagner · 3 years, 3 months ago
  28. 53eaa64 Rename GrSurfaceContext -> skgpu::SurfaceContext by Robert Phillips · 3 years, 3 months ago
  29. 68556bc Move canvas helper structs to header by Brian Osman · 3 years, 3 months ago
  30. f95940b Rename GrGLSLGeometryProcessor to GrGeometryProcessor::ProgramImpl by Brian Salomon · 3 years, 3 months ago
  31. 49914e5 Avoid unnecessary setting of display params in Viewer by Michael Ludwig · 3 years, 3 months ago
  32. 13b2873 Remove GLSL from name of functions that builds GrProcessor keys. by Brian Salomon · 3 years, 3 months ago
  33. a0438e6 Remove SK_SUPPORT_DEPRECATED_CLIPOPS and expanding clip op defs by Michael Ludwig · 3 years, 3 months ago
  34. 54fd96b Fix Wunused-but-set-variable warnings by Brian Salomon · 3 years, 3 months ago
  35. a3f996c Fix skia_use_gl = false build by Ben Wagner · 3 years, 3 months ago
  36. 2f6e2f8 Use SkClipOp::kFoo instead of kFoo_SkClipOp from SkClipOpPriv by Michael Ludwig · 3 years, 3 months ago
  37. caa760e Fix -Wdeprecated-copy warnings by Brian Salomon · 3 years, 3 months ago
  38. a3f206e Non-substantive changes for making v1::SurfaceDrawContext V1-only by Robert Phillips · 3 years, 3 months ago
  39. 33bf2b5 Pipe all SDC creation through the recording context by Robert Phillips · 3 years, 3 months ago
  40. 126788e Simplify GetRuntimeBlendForBlendMode. by John Stiles · 3 years, 3 months ago
  41. 8adb625 Revert "SkCanvas: switch from SkDeque to std::deque" by Brian Osman · 3 years, 3 months ago
  42. cc9d20f SkCanvas: switch from SkDeque to std::deque by Brian Osman · 3 years, 3 months ago
  43. 94df5d6 Add skia_motionmarksuites_desktop.py by Ravi Mistry · 3 years, 3 months ago
  44. 109f54d Correct a typo in build_workaround_header.py by Chisoon Jeong · 3 years, 3 months ago
  45. 4dca831 Rename GrSurfaceDrawContext to skgpu::v1::SurfaceDrawContext by Robert Phillips · 3 years, 3 months ago
  46. 294d687 Avoid OveridePaintFilterCanvas in Viewer when possible by Robert Phillips · 3 years, 3 months ago
  47. c317600 Lift the tessellation atlas into its own path renderer by Chris Dalton · 3 years, 3 months ago
  48. cfd204a Rename/simplify SkCanvas::resetClip() and make recordable by Michael Ludwig · 3 years, 3 months ago
  49. cc6e50f Prevent CircleOp from being tested with MSAA by Robert Phillips · 3 years, 3 months ago
  50. 8854829 Reland "Prefer the NV_framebuffer_blit extension over ANGLE" by Chris Dalton · 3 years, 3 months ago
  51. e3f2a63 Revert "Prefer the NV_framebuffer_blit extension over ANGLE" by Chris Dalton · 3 years, 3 months ago
  52. 202ce88 Prefer the NV_framebuffer_blit extension over ANGLE by Chris Dalton · 3 years, 3 months ago
  53. f57f12d Fix symbol escaping in bloaty_treemap by Brian Osman · 3 years, 3 months ago
  54. 08d206b Print out picture version even if its unsupported by Mike Reed · 3 years, 3 months ago
  55. 4043111 Purge 2020 picture versions by Mike Reed · 3 years, 3 months ago
  56. fe49b2c Run dmsaa on ANGLE es2 bots by Chris Dalton · 3 years, 3 months ago
  57. 3c1c4c0 Standardize strings and other cleanup in bloaty_treemap.py by Brian Osman · 3 years, 3 months ago
  58. 7c79a87 Run dmsaa on ANGLE es3 bots by Chris Dalton · 3 years, 3 months ago
  59. c82ab08 Stop using filterquality by Mike Reed · 3 years, 3 months ago
  60. 9671d0a Add checkbox to Viewer to force-enable Runtime Blends. by John Stiles · 3 years, 3 months ago
  61. 060dd70 Add bloaty_treemap.py, for visualizing bloaty data by Brian Osman · 3 years, 4 months ago
  62. b5ac66c Add utility function GetRuntimeBlendForBlendMode for testing. by John Stiles · 3 years, 4 months ago
  63. 6aaf00f Add a "usesMSAASurface" arg to GrMeshDrawOp::onCreateProgramInfo by Chris Dalton · 3 years, 4 months ago
  64. 475c975 Move the DMSAA surface flag into the public API by Chris Dalton · 3 years, 4 months ago
  65. a92913e Make GrAuditTrail V1-only by Robert Phillips · 3 years, 4 months ago
  66. 5e1aa8b Misc skgpu cleanup by Robert Phillips · 3 years, 4 months ago
  67. cce0b60 More (no more) getBlendMode cleanup by Mike Reed · 3 years, 4 months ago
  68. 72354b0 Move more gms and tests into the V1-only pile by Robert Phillips · 3 years, 4 months ago
  69. 7a0541e Run cmdbuffer_es2_dmsaa on the bots by Chris Dalton · 3 years, 4 months ago
  70. 8c26479 Remove large swaths of code related to .fp files by Brian Osman · 3 years, 4 months ago
  71. 90f4e9f Hide getBlendMode() by Mike Reed · 3 years, 4 months ago
  72. 7cef678 Change architecture #defines to be SK_GPU_V1 and SK_GPU_V2 by Robert Phillips · 3 years, 4 months ago
  73. 1a82a4e Remove GrResourceProvider.h from all other header files by Robert Phillips · 3 years, 4 months ago
  74. 2d1b716 [fiddle] Update named fiddles by Kevin Lubick · 3 years, 4 months ago
  75. 36a5dff Revert "Clear the tile backend textures when drawing DDLs" by Robert Phillips · 3 years, 4 months ago
  76. 0734c62 Clear the tile backend textures when drawing DDLs by Robert Phillips · 3 years, 4 months ago
  77. 2f5466e Initialize fBackend in Window_unix by Brian Osman · 3 years, 4 months ago
  78. 661abd0 Reland "Use GL_ANGLE_instanced_arrays" by Chris Dalton · 3 years, 4 months ago
  79. e0f4de6 Add a cmdbuffer_es3 config by Chris Dalton · 3 years, 4 months ago
  80. 0407283 Revert "Use GL_ANGLE_instanced_arrays" by Chris Dalton · 3 years, 4 months ago
  81. 8fd0ccf [skottie] Update lotties_with_assets to include all lotties from lottie-samples by Kevin Lubick · 3 years, 4 months ago
  82. bd71936 [canvaskit] Document perf-canvaskit-puppeteer by Kevin Lubick · 3 years, 4 months ago
  83. 76b80ec Use GL_ANGLE_instanced_arrays by Chris Dalton · 3 years, 4 months ago
  84. 7bf7999 Reland "Add format-specifier warnings to SkDebugf." by John Stiles · 3 years, 4 months ago
  85. 283dba5 Revert "Add format-specifier warnings to SkDebugf." by Tyler Denniston · 3 years, 4 months ago
  86. e58831c Add format-specifier warnings to SkDebugf. by John Stiles · 3 years, 4 months ago
  87. bd7ed74 [canvaskit] Fix font.getGlyphID test by Kevin Lubick · 3 years, 4 months ago
  88. cd9890a Remove disabled_examples.txt by Joe Gregorio · 3 years, 4 months ago
  89. 83420eb Rewrite tessellation atlases as normal render tasks by Chris Dalton · 3 years, 4 months ago
  90. 095185d Ignore another vk extension implemented by nvidia but not in validation layers yet. by Greg Daniel · 3 years, 4 months ago
  91. 0ba3bbf [canvaskit] Add perf tests for different font formats by Kevin Lubick · 3 years, 4 months ago
  92. 685e09b Reland "Purge ccpr" by Chris Dalton · 3 years, 4 months ago
  93. 2421b99 Remove spurious semicolons (should fix Chrome roll) by Brian Osman · 3 years, 4 months ago
  94. fe83ab6 Revert "Purge ccpr" by Brian Osman · 3 years, 4 months ago
  95. 7bf6bc0 Purge ccpr by Chris Dalton · 3 years, 4 months ago
  96. 7114395 Switch GrMeshDrawOp::Target to be the stand alone GrMeshDrawTarget class by Robert Phillips · 3 years, 4 months ago
  97. 294723d Move GrOp::VisitProxyFunc to GrTypesPriv.h GrVisitProxyFunc by Robert Phillips · 3 years, 4 months ago
  98. e8502cc Add another new nvidia vk extension not covered by layers. by Greg Daniel · 3 years, 4 months ago
  99. cc2d073 Remove SkPaint::getHash by Brian Osman · 3 years, 4 months ago
  100. 3674f58 Make GrPathRenderer and all derived class be OGA-only by Robert Phillips · 3 years, 4 months ago