1. 594fe85 gm: simplify several onName by Hal Canary · 5 years ago
  2. db5210f Add a gm for the labyrinth bug by Chris Dalton · 5 years ago
  3. aed493e remove default looper flag, rely on clients to opt-in by Mike Reed · 5 years ago
  4. b7dad44 Reland "hide drawlooper from paint" by Mike Reed · 5 years ago
  5. 6dc14de Revert "hide drawlooper from paint" by Robert Phillips · 5 years ago
  6. 766b42b hide drawlooper from paint by Mike Reed · 5 years ago
  7. c9f0c59 simplify how we call apply by Mike Reed · 5 years ago
  8. efe259b add apply method to drawlooper by Mike Reed · 5 years ago
  9. c3318f0 ccpr: Add an MSAA atlas mode by Chris Dalton · 5 years ago
  10. bd865e2 gm: virtual->override by Hal Canary · 5 years ago
  11. 019458d change colorfilter signature back to just inout color by Mike Reed · 5 years ago
  12. 8c31f2b use same signature for shader/colorfilters in sksl by Mike Reed · 5 years ago
  13. f2c2ba9 Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. by Brian Salomon · 5 years ago
  14. e574f1e [reland] SkMetaData: move from src/ to tools/ by Hal Canary · 5 years ago
  15. 12e7585 Revert "SkMetaData: move from src/ to tools/" by Greg Daniel · 5 years ago
  16. 9d844d8 SkMetaData: move from src/ to tools/ by Hal Canary · 5 years ago
  17. 1f3548c add savelayer flag to promote the later to half-float by Mike Reed · 5 years ago
  18. bae6169 Revert "Revert "reimpl parts of arctTo using doubles to handle shallow angles"" by Mike Reed · 5 years ago
  19. 4124807 tools: separate TimeUtils from AnimTimer by Hal Canary · 5 years ago
  20. bc525d6 Revert "reimpl parts of arctTo using doubles to handle shallow angles" by Florin Malita · 5 years ago
  21. 1ec1704 reimpl parts of arctTo using doubles to handle shallow angles by Mike Reed · 5 years ago
  22. e877dce Add kRGBA_8888_SRGB GrColorType and remove GrSRGBEncoded. by Greg Daniel · 5 years ago
  23. c38cfa9 Third land of "Restore GL_UNPACK_ROW_LENGTH to 0 between MIP levles" by Brian Salomon · 5 years ago
  24. f16020b Reland "Revert "Restore GL_UNPACK_ROW_LENGTH to 0 between MIP levles"" by Brian Salomon · 5 years ago
  25. 4b40a1d Revert "Revert "Restore GL_UNPACK_ROW_LENGTH to 0 between MIP levles"" by Brian Salomon · 5 years ago
  26. 9ab449a Optional local matrix for SkShaders factories by Florin Malita · 5 years ago
  27. 627d053 Move uses of functions taking SkColorType to GrColorType versions in GrCaps. by Greg Daniel · 5 years ago
  28. c74a550 GM: s/handleKey/onChar/ by Hal Canary · 5 years ago
  29. 27ae52c Make deferred render target context without config or format by Brian Salomon · 5 years ago
  30. effee20 Use mixed samples internally for default coverage AA by Chris Dalton · 5 years ago
  31. da2e67a Add GrProtected parameter to all createBackendTexture variants by Robert Phillips · 5 years ago
  32. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
  33. e7499c7 GrColorSpaceInfo stores SkAlphaType. by Brian Salomon · 5 years ago
  34. 23ca4e7 Enable creating protected vulkan backend by Emircan Uysaler · 5 years ago
  35. 6ce447a Eliminate mixed samples as an FBO type or AA type by Chris Dalton · 5 years ago
  36. b458035 Fix subset behavior in makeWithFilter. by Michael Ludwig · 5 years ago
  37. 712f0a7 Fix up wacky_yuv_formats GM by Robert Phillips · 5 years ago
  38. fa97463 Add lighting, alpha threshold, and tile image filters to GM by Michael Ludwig · 5 years ago
  39. 3fd3cc9 runtime shaders by Mike Reed · 5 years ago
  40. 6b97387 Fix up wacky_yuv_formats GM and GL caps by Robert Phillips · 5 years ago
  41. 1e1ad8d Rename a shader variable to please MSL. by Stephen White · 5 years ago
  42. 2c3398d Switch from querying swizzle on caps to using swizzles stored on proxies. by Greg Daniel · 5 years ago
  43. 6132820 Reland "Consolidate quad optimizations into single internal function." by Michael Ludwig · 5 years ago
  44. 8d3e279 Fix GM for preAbandonGpuContext flag by Michael Ludwig · 5 years ago
  45. d5fad8c Overhaul makewithfilter gm to better show subset/clipping errors. by Michael Ludwig · 5 years ago
  46. 7694b90 Revert "Consolidate quad optimizations into single internal function." by Brian Salomon · 5 years ago
  47. 646616a Consolidate quad optimizations into single internal function. by Michael Ludwig · 5 years ago
  48. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  49. 51cae01 cache sksl in runtime colorfilter by Mike Reed · 5 years ago
  50. 0c72ed3 GrTessellator: fix for even/odd fill type and path holes. by Stephen White · 5 years ago
  51. d62d406 Revert "Revert "try resolver pattern"" by Mike Reed · 5 years ago
  52. cd5caa3 Allow async read back GM to YUV to fail. Skip on DDL. by Brian Salomon · 5 years ago
  53. 024bd00 Initial implementation of SkSurface::asyncRescaleAndReadPixelsYUV420. by Brian Salomon · 5 years ago
  54. 2bafb64 Revert "try resolver pattern" by Herb Derby · 5 years ago
  55. a716809 try resolver pattern by Mike Reed · 5 years ago
  56. bb74990 Add P016 and P010 examples to wacky_yuv_formats GM by Robert Phillips · 5 years ago
  57. cb1adb4 Add srcData version of createBackendTexture API by Robert Phillips · 5 years ago
  58. d1d869d Make GL & Vk backends create uninitialized backend textures by Robert Phillips · 5 years ago
  59. 53ae936 Make rasterallocator test a bit better. by Ben Wagner · 5 years ago
  60. 46cfbc6 Reland "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 5 years ago
  61. 2b4dcd3 Remove duplicate simple samples, make one a gm. by Ben Wagner · 5 years ago
  62. 4c6f9b7 Revert "Reland "Remove support for copyAsDraw in gpu copySurface."" by Greg Daniel · 5 years ago
  63. 4b432fa run rewrite_includes.py by Mike Klein · 5 years ago
  64. 84ea049 Reland "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 5 years ago
  65. 5b5403e ccpr: Preserve fill rules for cached paths by Chris Dalton · 5 years ago
  66. c5167c0 Revert "Remove support for copyAsDraw in gpu copySurface." by Greg Daniel · 5 years ago
  67. 6565506 Remove support for copyAsDraw in gpu copySurface. by Greg Daniel · 5 years ago
  68. 4bdd36f Make color initialization version of createBackendTexture public by Robert Phillips · 5 years ago
  69. 8062679 Switch all internel uses of GrContext::createBackendTexture over to initialized versions by Robert Phillips · 5 years ago
  70. 663afe5 Move GrPathUtils, GrRect, and GrShape into src/gpu/geometry/ by Michael Ludwig · 5 years ago
  71. aa1b6b3 Make stencilRect() in GrRTCPriv more flexible. by Michael Ludwig · 5 years ago
  72. c7e9f78 Change async rescale and read GM to test diff number of x/y bicubic steps by Brian Salomon · 5 years ago
  73. 6a5f7e2 split RGB into YUV planes by Mike Reed · 5 years ago
  74. 08ba085 Revert "De-GL-ify tests, gm and tools" by Robert Phillips · 5 years ago
  75. 89fb346 De-GL-ify tests, gm and tools by Robert Phillips · 5 years ago
  76. c4dbc37 GrTessellator: improved straight skeleton implementation. by Stephen White · 5 years ago
  77. 1706cbf Remove VisitorType from GrOp::visitProxies by Chris Dalton · 5 years ago
  78. f0313ee Rename createTestingOnlyBackendTexture to createBackendTexture by Robert Phillips · 5 years ago
  79. 9be911c return kSkip in async read GMs when context is abandoned by Brian Salomon · 5 years ago
  80. af9b7b9 Fix async_rescale_and_read_no_bleed with --preAbandonGpuContext by Brian Salomon · 5 years ago
  81. 286b557 Reland "Make SkSurface::asyncRescaleAndRead use kStrict constraint" by Brian Salomon · 5 years ago
  82. 5c7a25b Move explicit backend object allocation API to GrContext by Robert Phillips · 5 years ago
  83. 7bf160e Revert "Revert "Experimental SkVideoDecoder, to wrap calls to ffmpeg"" by Mike Reed · 5 years ago
  84. 9cc53fa Revert "Experimental SkVideoDecoder, to wrap calls to ffmpeg" by Michael Ludwig · 5 years ago
  85. a34e0fc Revert "Make SkSurface::asyncRescaleAndRead use kStrict constraint" by Brian Salomon · 5 years ago
  86. 6959647 Experimental SkVideoDecoder, to wrap calls to ffmpeg by Mike Reed · 5 years ago
  87. 451b01f Make SkSurface::asyncRescaleAndRead use kStrict constraint by Brian Salomon · 5 years ago
  88. 201700f Initial version of rescaling async readback API by Brian Salomon · 5 years ago
  89. 08b260c Refactor complex CTM management for image filters by Michael Ludwig · 5 years ago
  90. 9b16f81 Switch over to using new direct allocation API in our tests (as much as possible at least) by Robert Phillips · 5 years ago
  91. dc62b64 Add helper method to fill in yuvaIndices given a yuv format by Robert Phillips · 5 years ago
  92. ad44dd5 preserve comments past the #include "" by Mike Klein · 5 years ago
  93. a705cb9 remove SkLiteDL by Mike Klein · 5 years ago
  94. d696f8e Support GL_ANGLE_texture_rectangle. by Brian Salomon · 5 years ago
  95. 9dbcdcc Alter createTestingOnlyBackendTexture methods by Robert Phillips · 5 years ago
  96. 2561aa1 Revert "Large circle clipping gm." by Brian Salomon · 5 years ago
  97. 360dc59 Large circle clipping gm. by Brian Salomon · 5 years ago
  98. 5785e4a Use SkFontHinting instead of macros. by Ben Wagner · 5 years ago
  99. 51e15a6 Use SkTextEncoding enum instead of macros. by Ben Wagner · 5 years ago
  100. dfcad06 more SkSL interpreter performance work by Ethan Nicholas · 5 years ago