1. 21a940d refactor paragraph samples by Mike Reed · 5 years ago
  2. 5207f35 The current version... by Julia Lavrova · 5 years ago
  3. b7dad44 Reland "hide drawlooper from paint" by Mike Reed · 5 years ago
  4. 6dc14de Revert "hide drawlooper from paint" by Robert Phillips · 5 years ago
  5. 766b42b hide drawlooper from paint by Mike Reed · 5 years ago
  6. c3318f0 ccpr: Add an MSAA atlas mode by Chris Dalton · 5 years ago
  7. aa861a1 Change SkMatrix::decomposeScale to use preScale by Michael Ludwig · 5 years ago
  8. 4a412ac Improve image-filter sample layout/rendering by Michael Ludwig · 5 years ago
  9. 43c6da2 First pass at ImageFilter DAG visualizer sample by Michael Ludwig · 5 years ago
  10. d7639af Samples: clean up cruft by Hal Canary · 5 years ago
  11. e574f1e [reland] SkMetaData: move from src/ to tools/ by Hal Canary · 5 years ago
  12. ff2e8fe sk_app, Sample: Unify InputState enum. by Hal Canary · 5 years ago
  13. 0afbd9f Samle::mouse: fix wrong assert by Hal Canary · 5 years ago
  14. 12e7585 Revert "SkMetaData: move from src/ to tools/" by Greg Daniel · 5 years ago
  15. 9d844d8 SkMetaData: move from src/ to tools/ by Hal Canary · 5 years ago
  16. fcf6359 Sample not RefCnted; ClickHandling moved out of viewer by Hal Canary · 5 years ago
  17. acf98df Remove WallTimer class. by Ben Wagner · 5 years ago
  18. 8918d53 Sample/AAGeometry: stop leaking linked list by Hal Canary · 5 years ago
  19. 4124807 tools: separate TimeUtils from AnimTimer by Hal Canary · 5 years ago
  20. 455c41a Sample/Camera: make it work without /skimages by Hal Canary · 5 years ago
  21. 35f8822 Adding locale by Julia Lavrova · 5 years ago
  22. 3a85ed1 ModifierKey unifies sk_app::Window::ModifierKey & Sample::Click::ModifierKey by Hal Canary · 5 years ago
  23. 352f091 Sample/Shaders: use resources; cleanup code by Hal Canary · 5 years ago
  24. a1e88e7 Sample/Lines remove boring sample by Hal Canary · 5 years ago
  25. 6cc65e1 Samples: simplify Sample::Event by Hal Canary · 5 years ago
  26. 5f4a754 Sample/Patch: use resources; cleanup code by Hal Canary · 5 years ago
  27. b021f3e Sample/Filter2View: make it work without /skimages by Hal Canary · 5 years ago
  28. 8010c17 SamplePdfFileViewer: delete dead code by Hal Canary · 5 years ago
  29. 8a02731 Samples: add name() virtual by Hal Canary · 5 years ago
  30. 27ae52c Make deferred render target context without config or format by Brian Salomon · 5 years ago
  31. d628747 Make GrColorSpaceInfo store GrColorType. by Brian Salomon · 5 years ago
  32. 6ce447a Eliminate mixed samples as an FBO type or AA type by Chris Dalton · 5 years ago
  33. 9af5cc4 Adding TestFontCollection by Julia Lavrova · 5 years ago
  34. 2c3398d Switch from querying swizzle on caps to using swizzles stored on proxies. by Greg Daniel · 5 years ago
  35. 6e6333f Refactor font resolution out of font iterator; few minor bug fixes by Julia Lavrova · 5 years ago
  36. f91aeb2 Move a bunch of gpu files out of include/private and into src/gpu. by Greg Daniel · 5 years ago
  37. f39124b Baseline for empty text by Julia Lavrova · 5 years ago
  38. a3552c5 Reland "SkParagraph" by Julia Lavrova · 5 years ago
  39. 07cd38d Revert "SkParagraph" by Herb Derby · 5 years ago
  40. 10ad0b9 SkParagraph by Julia Lavrova · 5 years ago
  41. 2b4dcd3 Remove duplicate simple samples, make one a gm. by Ben Wagner · 5 years ago
  42. ac71827 Make FindOrCreateStrikeWithNoDeviceExclusive analog for SkStrikeSpec by Herb Derby · 5 years ago
  43. 36a54c1 Rename SkStrikeSpecStorage -> SkStrikeSpec by Herb Derby · 5 years ago
  44. de4c58c Combine GrPerspQuad and GrQuad by Michael Ludwig · 5 years ago
  45. baf6478 Convert over more sites to SkStrikeSpecStorage, and remove unused calls by Herb Derby · 5 years ago
  46. 663afe5 Move GrPathUtils, GrRect, and GrShape into src/gpu/geometry/ by Michael Ludwig · 5 years ago
  47. fd4f4df Move GrQuad to src/gpu/geometry folder by Michael Ludwig · 5 years ago
  48. c6568af Remove Nima from DEPS, experiments, Viewer, etc. by Brian Osman · 5 years ago
  49. 51e15a6 Use SkTextEncoding enum instead of macros. by Ben Wagner · 5 years ago
  50. e869a1e stop calling legacy 255-biased colormatrix by Mike Reed · 5 years ago
  51. d3aeecd Visualize geometry domains in degenerate quad sample by Michael Ludwig · 5 years ago
  52. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  53. 4941a22 switch some idiosyncratic <includes> to "" by Mike Klein · 5 years ago
  54. 7a7a97d Make Metal render loop more stable by Jim Van Verth · 5 years ago
  55. e3f17b9 remove SkMixer, since we have explicit lerps/blends in SkShader by Mike Reed · 5 years ago
  56. c8bea7d New factories for SkShaders by Mike Reed · 5 years ago
  57. b286bc2 Introduce new factory for SkColorFilters by Mike Reed · 5 years ago
  58. 50acf8f add makeShader() to SkBitmap, and deprecate SkShader version by Mike Reed · 5 years ago
  59. fae8fce Use SkTileMode instead of nested enum by Mike Reed · 5 years ago
  60. 47ba54d Remove samples that aren't built by Brian Osman · 5 years ago
  61. 4428f2c Remove SkScalarSinCos by Brian Osman · 5 years ago
  62. 3bdb69c Clean up shaper handler. by Ben Wagner · 5 years ago
  63. fb4bce8 [sksg] Refactor gradient implementation by Florin Malita · 5 years ago
  64. 5ee611b Add sample to show strokeandfill and better alternatives by Mike Reed · 5 years ago
  65. 2c5e011 Split GrCCCoverageProcessor into subclasses by Chris Dalton · 5 years ago
  66. cd5104e SkAnimTimer -> AnimTimer by Mike Klein · 5 years ago
  67. ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 5 years ago
  68. 79a7542 allow mixer to defer to a shader by Mike Reed · 5 years ago
  69. 5ced0bf Add shader based blending of kPlus for configs that need clamping by Brian Osman · 5 years ago
  70. e6266a2 Handle arbitrary and degenerate quadrilaterals in GrQuadPerEdgeAA by Michael Ludwig · 5 years ago
  71. ca9b208 rename mixer to lerp (in prep for SkMixer) by Mike Reed · 5 years ago
  72. b8fff0d Make mixed samples detection automatic by Chris Dalton · 5 years ago
  73. 541ae45 array of unique verts by Mike Reed · 5 years ago
  74. 7254281 add sample for retained vertices by Mike Reed · 5 years ago
  75. 7465943 Remove fuzz samples. by Ben Wagner · 5 years ago
  76. b059194 Make SkShaper an interface. by Ben Wagner · 5 years ago
  77. f296506 add mixer colorfilter by Florin Malita · 5 years ago
  78. 83597ce Remove typeface from SkShaper constructor. by Ben Wagner · 5 years ago
  79. be89130 update sample-sg with hittesting by Mike Reed · 5 years ago
  80. ec80d90 starter sample for playing with SG. will flesh out more over time. by Mike Reed · 5 years ago
  81. 454e5fb Fix cluster reporting from shaper. by Ben Wagner · 5 years ago
  82. 80634eb Don't include .cpp file in SampleCCPRGeometry.cpp by Ben Wagner · 5 years ago
  83. 8619a34 Revert "Hide setDrawLooper -- deprecate loopers" by Mike Reed · 5 years ago
  84. dbf7072 Use different classes for client side arrays and GPU buffer objects. by Brian Salomon · 5 years ago
  85. c877ea2 Hide setDrawLooper -- deprecate loopers by Mike Reed · 5 years ago
  86. dbaf317 Move GrContextPriv methods to their own .cpp file by Robert Phillips · 5 years ago
  87. ae64c19 Convert GrBufferType to enum class, rename, and remove dead values by Brian Salomon · 5 years ago
  88. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 5 years ago
  89. 9c7a006 Remove NoPendingIO flags from buffer creations. by Brian Salomon · 5 years ago
  90. 5892553 delete orphaned sample by Mike Reed · 5 years ago
  91. fdb876d remove breakText, and all utf cache accessors by Mike Reed · 5 years ago
  92. d0fe875 Remove destination GrRenderTargetProxy from GrPipeline by Robert Phillips · 5 years ago
  93. d20cf33 Add new thin anti-aliasing demo by Michael Ludwig · 5 years ago
  94. 4217ea7 Add outline of new GrContext hierarchy by Robert Phillips · 5 years ago
  95. 12d2264 Convert GrBuffer owners to sk_sp by Brian Salomon · 5 years ago
  96. 9cd2a5c IWYU by Mike Reed · 6 years ago
  97. 4b62aed Return GrProcessorSet::Analysis from GrDrawOp::finalize by Chris Dalton · 6 years ago
  98. 5fd955e Rename SkGlyphCache -> SkStrike by Herb Derby · 6 years ago
  99. 950243d Hack up SkShaper to pass additional callback info by Florin Malita · 6 years ago
  100. a70ae1a drawText Cleanup, part 5 by Hal Canary · 6 years ago