1. a4f207e Revert "Move makeDeferredRenderTargetContext calls to factory on RTC." by Jim Van Verth · 4 years, 10 months ago
  2. 1c16b43 Move makeDeferredRenderTargetContext calls to factory on RTC. by Greg Daniel · 4 years, 10 months ago
  3. b832ce6 Add a path renderer that uses GPU tessellation by Chris Dalton · 4 years, 10 months ago
  4. b8f098d Reland "Rename GrSimpleTextureEffect->GrTextureEffect" by Brian Salomon · 4 years, 10 months ago
  5. d7436a3 Revert "Rename GrSimpleTextureEffect->GrTextureEffect" by Brian Salomon · 4 years, 10 months ago
  6. 90673ec Rename GrSimpleTextureEffect->GrTextureEffect by Brian Salomon · 4 years, 10 months ago
  7. e7ee069 Move "set_path_pt" from SampleAAGeometry into ToolUtils by Chris Dalton · 4 years, 10 months ago
  8. 53c1447 Small bug fixes: leading spaces affect all width measurements, by Julia Lavrova · 4 years, 10 months ago
  9. fe2d3c7 SkBlurMaskFilter.h is only needed for (deprecated) emboss by Mike Reed · 4 years, 10 months ago
  10. c880346 Detect when perspective is really affine, and update the matrix as we handoff by Mike Reed · 4 years, 10 months ago
  11. 190b82d Add clipping for perspective triangles by Mike Reed · 4 years, 10 months ago
  12. cbeabd9 Can't fold ctm and color matrix when in perspective by Mike Reed · 4 years, 11 months ago
  13. f46d5ca use std::make_unique by Mike Klein · 4 years, 11 months ago
  14. 90bfd1c Small changes by Julia Lavrova · 5 years ago
  15. 0483b46 fix make_path to not care about param-eval-order by Mike Reed · 5 years ago
  16. fae46e4 move perspective-clipper into SkPathPriv by Mike Reed · 5 years ago
  17. 6344c29 some cleanups for halfplanes by Mike Reed · 5 years ago
  18. c336315 Some more tweaks to perspective path clipping by Jim Van Verth · 5 years ago
  19. 03e4c95 Move creation of GrProgramDesc to GrCaps-derived classes by Robert Phillips · 5 years ago
  20. 7d34dc7 Revert "Revert "switch to new filltype for SkPath"" by Mike Reed · 5 years ago
  21. 704d540 Allow Tessellator to operate on provided GrQuads by Michael Ludwig · 5 years ago
  22. 3e7af41 Revert "switch to new filltype for SkPath" by Mike Reed · 5 years ago
  23. 3a50981 switch to new filltype for SkPath by Mike Reed · 5 years ago
  24. c028b42 Ellipsis again by Julia Lavrova · 5 years ago
  25. fc11844 Reland "Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType""" by Brian Salomon · 5 years ago
  26. 50299de Reland "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Robert Phillips · 5 years ago
  27. 997b37f Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType"" by Brian Salomon · 5 years ago
  28. 30bc527 Revert "Reland "Revert "Use flat version of path-direction enum""" by Mike Reed · 5 years ago
  29. 189c980 GrQuadPerEdgeAA::Tessellator owns GrVertexWriter by Michael Ludwig · 5 years ago
  30. 7cda6f3 Reland "Revert "Use flat version of path-direction enum"" by Mike Reed · 5 years ago
  31. 078e8fa Revert "Make FP optimizations helpers use SkAlphaType not GrColorType" by Brian Salomon · 5 years ago
  32. 7a538b1 Make FP optimizations helpers use SkAlphaType not GrColorType by Brian Salomon · 5 years ago
  33. 1792b19 Revert "Revert "Use flat version of path-direction enum"" by Mike Reed · 5 years ago
  34. 0dacc6b Revert "Use flat version of path-direction enum" by Mike Reed · 5 years ago
  35. e0fbe94 Use flat version of path-direction enum by Mike Reed · 5 years ago
  36. 73dbea6 Specialize vertex writing function for common quad VertexSpecs by Michael Ludwig · 5 years ago
  37. 63edc57 restructure EdgeClipper to accommodate other callers (e.g. half-plane) by Mike Reed · 5 years ago
  38. 2e30fde Font resolution: all unit tests working by Julia Lavrova · 5 years ago
  39. e36d030 SkColorMatrix cleanup by Brian Osman · 5 years ago
  40. c554dcf Add helper to determine the index buffer that will be used by Robert Phillips · 5 years ago
  41. c594e62 Plumb GrColorType through all ops/processors that sample textures. by Greg Daniel · 5 years ago
  42. f3ed273 Adding line/style metrics Fixed some bugs for flutter tests by Julia Lavrova · 5 years ago
  43. 405413f Clarify that the OpArgs' outputSwizzle comes from its GrRenderTargetProxy by Robert Phillips · 5 years ago
  44. 9241a6d Reland "Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime"" by Brian Salomon · 5 years ago
  45. cb55010 Revert "Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime"" by Ravi Mistry · 5 years ago
  46. 6fc04f8 Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime" by Brian Salomon · 5 years ago
  47. 9c21978 Revert "SkSurface asynchronous read APIs allow client to extend pixel lifetime" by Brian Salomon · 5 years ago
  48. 1ca5052 Allow better font fallback. by Ben Wagner · 5 years ago
  49. ce240cc SkSurface asynchronous read APIs allow client to extend pixel lifetime by Brian Salomon · 5 years ago
  50. 5faf474 More bounds fixes for StrokeRect and DefaultPath when using MSAA for non-aa. by Greg Daniel · 5 years ago
  51. 7aeabcf [SkParagraph] Require len if using addText(const char*) by Kevin Lubick · 5 years ago
  52. 4241f5e Revert "add guard to switch to SkPathTypes" by Mike Reed · 5 years ago
  53. e1af444 add guard to switch to SkPathTypes by Mike Reed · 5 years ago
  54. d0cf5da Hook up pinch-zoom and swipe gestures. by Jim Van Verth · 5 years ago
  55. b6e8922 Clean up prior backdrop-filter CL by Michael Ludwig · 5 years ago
  56. 6d1c0d4 Avoid use of SkMatrixImageFilter to handle CTM for backdrop filtering by Michael Ludwig · 5 years ago
  57. 526df26 Reshuffling bidi regions + empty text sizes + some font resolution bugs by Julia Lavrova · 5 years ago
  58. b1f411a tools/skui: put all enums in a common namespace by Hal Canary · 5 years ago
  59. 92b3335 more rect api simplifications by Mike Reed · 5 years ago
  60. 9ea6315 remove redundant rect methods by Mike Reed · 5 years ago
  61. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
  62. ad9a391 Move initilization of Lighting sample. by Ben Wagner · 5 years ago
  63. db9f669 Dealing with ghost spaces by Julia Lavrova · 5 years ago
  64. b7b0b3a Paragraph cache: caching the shaped results only. by Julia Lavrova · 5 years ago
  65. bcfed55 experimental/editor: mouse drag select, modifierkeys cleanup. by Hal Canary · 5 years ago
  66. 2209881 Add adjustable max size for Metal dynamic allocation ring buffer. by Jim Van Verth · 5 years ago
  67. 8ee6cf3 Move SkImageFilter functionality into private SkImageFilter_Base by Michael Ludwig · 5 years ago
  68. a861106 Update docs and samplecode to use new image filter factories by Michael Ludwig · 5 years ago
  69. 9dc0b9e remove code now that loopers are dead (w.r.t. canvas and paint) by Mike Reed · 5 years ago
  70. 52337de re-run tools/rewrite_includes.py by Mike Klein · 5 years ago
  71. 21a940d refactor paragraph samples by Mike Reed · 5 years ago
  72. 5207f35 The current version... by Julia Lavrova · 5 years ago
  73. b7dad44 Reland "hide drawlooper from paint" by Mike Reed · 5 years ago
  74. 6dc14de Revert "hide drawlooper from paint" by Robert Phillips · 5 years ago
  75. 766b42b hide drawlooper from paint by Mike Reed · 5 years ago
  76. c3318f0 ccpr: Add an MSAA atlas mode by Chris Dalton · 5 years ago
  77. aa861a1 Change SkMatrix::decomposeScale to use preScale by Michael Ludwig · 5 years ago
  78. 4a412ac Improve image-filter sample layout/rendering by Michael Ludwig · 5 years ago
  79. 43c6da2 First pass at ImageFilter DAG visualizer sample by Michael Ludwig · 5 years ago
  80. d7639af Samples: clean up cruft by Hal Canary · 5 years ago
  81. e574f1e [reland] SkMetaData: move from src/ to tools/ by Hal Canary · 5 years ago
  82. ff2e8fe sk_app, Sample: Unify InputState enum. by Hal Canary · 5 years ago
  83. 0afbd9f Samle::mouse: fix wrong assert by Hal Canary · 5 years ago
  84. 12e7585 Revert "SkMetaData: move from src/ to tools/" by Greg Daniel · 5 years ago
  85. 9d844d8 SkMetaData: move from src/ to tools/ by Hal Canary · 5 years ago
  86. fcf6359 Sample not RefCnted; ClickHandling moved out of viewer by Hal Canary · 5 years ago
  87. acf98df Remove WallTimer class. by Ben Wagner · 5 years ago
  88. 8918d53 Sample/AAGeometry: stop leaking linked list by Hal Canary · 5 years ago
  89. 4124807 tools: separate TimeUtils from AnimTimer by Hal Canary · 5 years ago
  90. 455c41a Sample/Camera: make it work without /skimages by Hal Canary · 5 years ago
  91. 35f8822 Adding locale by Julia Lavrova · 5 years ago
  92. 3a85ed1 ModifierKey unifies sk_app::Window::ModifierKey & Sample::Click::ModifierKey by Hal Canary · 5 years ago
  93. 352f091 Sample/Shaders: use resources; cleanup code by Hal Canary · 5 years ago
  94. a1e88e7 Sample/Lines remove boring sample by Hal Canary · 5 years ago
  95. 6cc65e1 Samples: simplify Sample::Event by Hal Canary · 5 years ago
  96. 5f4a754 Sample/Patch: use resources; cleanup code by Hal Canary · 5 years ago
  97. b021f3e Sample/Filter2View: make it work without /skimages by Hal Canary · 5 years ago
  98. 8010c17 SamplePdfFileViewer: delete dead code by Hal Canary · 5 years ago
  99. 8a02731 Samples: add name() virtual by Hal Canary · 5 years ago
  100. 27ae52c Make deferred render target context without config or format by Brian Salomon · 5 years ago