1. f95e2f4 Handle mipmap creation failure in DDL test harness by Robert Phillips · 4 years, 10 months ago
  2. 414782d Disable testing of D3D9 ANGLE backend on NVIDIA by Brian Salomon · 4 years, 10 months ago
  3. 8472a3d Update DDL test harness to use backendTextures to back tiles (take 2) by Robert Phillips · 4 years, 10 months ago
  4. 4e3ceb9 Fix up GPUDDLSink for Vulkan by Robert Phillips · 4 years, 10 months ago
  5. 4508eb9 Make all SkImages mipmapped w/in the DDL testing harness by Robert Phillips · 4 years, 10 months ago
  6. 484b63b report all test errors in fm by Mike Klein · 4 years, 10 months ago
  7. 9ff1d84 Revert "Update DDL test harness to use backendTextures to back tiles" by Robert Phillips · 4 years, 10 months ago
  8. 7ae9d2f Update DDL test harness to use backendTextures to back tiles by Robert Phillips · 4 years, 10 months ago
  9. 45d9cc8 remove i16x2 ops by Mike Klein · 4 years, 10 months ago
  10. f61ee1e Fix assertion in ImGui::NewFrame if getBackbufferSurface returns null. by John Stiles · 4 years, 10 months ago
  11. 95c26ef Pure SkSL RNG for particles by Brian Osman · 5 years ago
  12. bb776c1 Remove vulkan validation layer workaround. by Greg Daniel · 4 years, 10 months ago
  13. e2c5bcf Remove the dependency on Dawn's SwapChainUtils. by Corentin Wallez · 4 years, 10 months ago
  14. 31dc481 Sort viewer slides by filename when traversing a directory. by Tyler Denniston · 4 years, 10 months ago
  15. d532bdb [svg] Adjust container size on Viewer window resize by Florin Malita · 4 years, 10 months ago
  16. 5492a0c stifle leaks in terminator_CreateDevice() by Mike Klein · 4 years, 10 months ago
  17. 869ec6a backup plan for ASAN bots by Mike Klein · 4 years, 10 months ago
  18. a735ad9 stage changing didCocnat44 virtual by Mike Reed · 4 years, 10 months ago
  19. dcd2964 Ignore incorrect vulkan valdiation error. by Greg Daniel · 4 years, 10 months ago
  20. e19babf Remove GrAtlasManager.h from all other .h files by Robert Phillips · 4 years, 10 months ago
  21. 5846ff3 Make glDraw*BaseInstance non-optional when extension(s) are present by Chris Dalton · 4 years, 10 months ago
  22. afbf2aa Revert "Reland "Reland "Reland "Use glDraw.*BaseInstance calls to avoid deferred buffer binding"""" by Chris Dalton · 4 years, 10 months ago
  23. 0a51aa5 Reland "Reland "Reland "Use glDraw.*BaseInstance calls to avoid deferred buffer binding""" by Chris Dalton · 4 years, 11 months ago
  24. 4067a94 the return of bit_clear by Mike Klein · 4 years, 10 months ago
  25. bddf60b Revert "Reland "Reland "Use glDraw.*BaseInstance calls to avoid deferred buffer binding""" by Chris Dalton · 4 years, 11 months ago
  26. cca2acf remove little-used bit_clear() and bytes() by Mike Klein · 4 years, 11 months ago
  27. 47d03f6 Reland "Reland "Use glDraw.*BaseInstance calls to avoid deferred buffer binding"" by Chris Dalton · 4 years, 11 months ago
  28. 8afde5f Rename outputView->writeView and outputSwizzle->writeSwizzle by Brian Salomon · 4 years, 11 months ago
  29. a01c6b0 reformat GN files by Mike Klein · 4 years, 11 months ago
  30. b14b144 Revert "Reland "Use glDraw.*BaseInstance calls to avoid deferred buffer binding"" by Michael Ludwig · 4 years, 11 months ago
  31. d84b691 Reland "Use glDraw.*BaseInstance calls to avoid deferred buffer binding" by Chris Dalton · 4 years, 11 months ago
  32. 9aa9a68 Implement local version of gr_cp and use for GrD3DTextureResourceInfo. by Jim Van Verth · 4 years, 11 months ago
  33. 0f5e758 can we remove these entirely? by Mike Reed · 4 years, 11 months ago
  34. 7800453 Revert "Use glDraw.*BaseInstance calls to avoid deferred buffer binding" by Michael Ludwig · 4 years, 11 months ago
  35. 507e486 Revert "Enable deprecated-copy-dtor warning." by Ben Wagner · 4 years, 11 months ago
  36. e990fcc Enable deprecated-copy-dtor warning. by Ben Wagner · 4 years, 11 months ago
  37. e8c963d Use glDraw.*BaseInstance calls to avoid deferred buffer binding by Chris Dalton · 4 years, 11 months ago
  38. 01e6d17 Stop including SkCanvas.h from GrTypesPriv.h by Brian Osman · 4 years, 11 months ago
  39. 695f57d Roll Dawn and add dependencies by Sean Gilhuly · 4 years, 11 months ago
  40. 80f865f Use GL_ANGLE_base_vertex_base_instance by Chris Dalton · 4 years, 11 months ago
  41. 34b9304 don't run clang-tidy on third_party by Mike Klein · 4 years, 11 months ago
  42. 0a22b1e Rename GrGpuTessellationPathRenderer to GrTessellationPathRenderer by Chris Dalton · 4 years, 11 months ago
  43. df1bd6d Remove texture swizzle from GrSurfaceProxy. by Brian Salomon · 4 years, 11 months ago
  44. bb7d95f [skottie] Cleanup: relocate Animator base class out of SkSG by Florin Malita · 4 years, 11 months ago
  45. ccbf54a Add glDraw*BaseInstance functions to GrGLInterface by Chris Dalton · 4 years, 11 months ago
  46. b3b4eba Include system headers last. by Ben Wagner · 4 years, 11 months ago
  47. 17dc418 Rename CPU tessellation to "triangulation" by Chris Dalton · 4 years, 11 months ago
  48. 862818b add --skvm and '!' to viewer to toggle using skvm blitters by Mike Reed · 5 years ago
  49. f4ba4ec Revert "Revert "Revert "Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots"""" by Brian Salomon · 5 years ago
  50. 1171d31 Revert "Revert "Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots""" by Brian Salomon · 5 years ago
  51. 6cafe73 Remove MoltenVK support by Brian Salomon · 5 years ago
  52. d29d885 Reland "Set up eGPU/discrete support for MacOS." by Jim Van Verth · 5 years ago
  53. fb27c9a Revert "Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots"" by Brian Salomon · 5 years ago
  54. 4765da4 Add fiddle example for MakeLinear by Kevin Lubick · 5 years ago
  55. 00ba5ef Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots" by Brian Salomon · 5 years ago
  56. 4f93c57 Update AAHairlineOp to surface its programInfos at record time by Robert Phillips · 5 years ago
  57. f6784a8 Don't build GL on Metal, Vulkan, Dawn, Direct3D bots by Brian Salomon · 5 years ago
  58. c2b7d47 Revert "Set up eGPU/discrete support for MacOS." by Greg Daniel · 5 years ago
  59. 1c3bea4 Set up eGPU/discrete support for MacOS. by Jim Van Verth · 5 years ago
  60. d8add5c Add fiddle demonstrating alpha when used on saveLayer by Kevin Lubick · 5 years ago
  61. 765ed36 Delete GrOpsRenderPass::drawMeshes by Chris Dalton · 5 years ago
  62. 1facd5e Make persistent cache serialization safer by Brian Osman · 5 years ago
  63. eb694b7 Rename GrMesh to GrSimpleMesh by Chris Dalton · 5 years ago
  64. cff6396 begin refactoring SkTDynamicHash and SkTMultiMap by Mike Klein · 5 years ago
  65. 5929535 add draw-via-serialize mode to viewer by Mike Reed · 5 years ago
  66. 2669a7b More programInfo cleanup by Robert Phillips · 5 years ago
  67. b0cee9b Remove drawBitmap et al. from SkDevice by Michael Ludwig · 5 years ago
  68. 4133dc4 Clean up programInfo creation in GrMeshDrawOp-derived Ops by Robert Phillips · 5 years ago
  69. 1b7f846 Add wrapper script to call tool to bulk abandon Gerrit CLs by Ravi Mistry · 5 years ago
  70. fdf9404 Remove exotic legacy bitmap drawing entry points: Nine, Lattice by Mike Reed · 5 years ago
  71. 121c2af clipShader -- raster implementation by Mike Reed · 5 years ago
  72. 2e19af0 Revert "Move interpreter disassemble to out-of-line member of ByteCode" by Brian Osman · 5 years ago
  73. 1b0124f Move interpreter disassemble to out-of-line member of ByteCode by Brian Osman · 5 years ago
  74. bd4f872 Handle runtime effect shader errors better by Brian Osman · 5 years ago
  75. 24a8e9e Reland "Update skpbench's DDL timing" by Robert Phillips · 5 years ago
  76. e690d9b Remove bot to record DDL creation time by Robert Phillips · 5 years ago
  77. f35dfab Revert "Update skpbench's DDL timing" by Robert Phillips · 5 years ago
  78. 6f0124a Update skpbench's DDL timing by Robert Phillips · 5 years ago
  79. 491df6b remove SkTLS by Mike Klein · 5 years ago
  80. 456f9b5 Reland "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 5 years ago
  81. 6eb5cb9 Clean up for DDL program pre-compilation by Robert Phillips · 5 years ago
  82. 0cfcd1c Add command line argument to specify the rendertests file. by Tyler Denniston · 5 years ago
  83. f6ed96d Revert "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 5 years ago
  84. e5a06ce Move GrGpuResource GrSurface and GrTexture into src. by Greg Daniel · 5 years ago
  85. cb50b11 get rid of troublesome Op::round by Mike Klein · 5 years ago
  86. b58098f Add onPrePrepareDraws & createProgramInfo methods to GrDrawVerticesOp (take 2) by Robert Phillips · 5 years ago
  87. a2cf8ae switch to virtual with no bones by Mike Reed · 5 years ago
  88. b43cfa4 Revert "Add onPrePrepareDraws & createProgramInfo methods to GrDrawVerticesOp" by Robert Phillips · 5 years ago
  89. d360651 Add onPrePrepareDraws & createProgramInfo methods to GrDrawVerticesOp by Robert Phillips · 5 years ago
  90. 4c0ffe7 [Tree Status] Update all references in Skia repo to tree-status by Ravi Mistry · 5 years ago
  91. ac6156c Standardize behavior of ops that implement onPrePrepare by Robert Phillips · 5 years ago
  92. ce97857 Add GrSimpleMeshDrawOpHelper::CreateProgramInfo by Robert Phillips · 5 years ago
  93. 262796e Exclude G3 trybot for non-master branches by Ravi Mistry · 5 years ago
  94. fad1e0f Rename 'dstView' to 'outputView' to avoid confusion w/ 'dstProxyView' by Robert Phillips · 5 years ago
  95. 6c59fe4 Add a GrSimpleMeshDrawOpHelper CreatePipeline method that doesn't require a GrFlushState by Robert Phillips · 5 years ago
  96. 8ec1330 Fill in more D3DCaps by Jim Van Verth · 5 years ago
  97. 6e8ceee Dawn backend: update to accommodate recent Skia changes. by Stephen White · 5 years ago
  98. 19f466d Adds gpu stats for program cache by Robert Phillips · 5 years ago
  99. a121fb6 renable SkM44.h checks by Mike Klein · 5 years ago
  100. 7f5e3c7 Reland "Skip rewriting headers that reference SkM44.h until we can remove the private copy of it" by Mike Reed · 5 years ago