1. a70ae1a drawText Cleanup, part 5 by Hal Canary · 6 years ago
  2. 4484b8f drawText Cleanup, part 4 by Hal Canary · 6 years ago
  3. 89a644b sed s/drawSimpleText/drawString/ by Hal Canary · 6 years ago
  4. 023403b hide setTextEncoding by Mike Reed · 6 years ago
  5. b579f07 change textutils to require font param by Mike Reed · 6 years ago
  6. 89126e4 use drawSimpleText by Mike Reed · 6 years ago
  7. 9191913 use font instead of paint for text by Mike Reed · 6 years ago
  8. f78b7ea don't use paint's gettextpath by Mike Reed · 6 years ago
  9. 212e906 don't use drawPosText by Mike Reed · 6 years ago
  10. 12a6d45 use font for measuring by Mike Reed · 6 years ago
  11. 9867f61 SkShaper per-line callback by Florin Malita · 6 years ago
  12. ee4db8e Move Arc sample to onOnceBeforeDraw. by Ben Wagner · 6 years ago
  13. 97f3cc2 flag to convert to SkTextEncoding by Mike Reed · 6 years ago
  14. 2335644 Fix occurrences of "-Wextra-semi-stmt" by Brian Salomon · 6 years ago
  15. 06602e7 Remove FontScalerTest sample. by Ben Wagner · 6 years ago
  16. 32c6066 Force clients to specify font when requesting strikecache by Mike Reed · 6 years ago
  17. 2a1848d SkShaper->SkFont by Hal Canary · 6 years ago
  18. 4065d45 Reland "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  19. 588cec7 Reenable GrOp chaining. by Brian Salomon · 6 years ago
  20. d7157b2 Revert "Reland "Have a GrBackendFormat be stored on gpu proxies."" by Greg Daniel · 6 years ago
  21. 2f9a5ea Reland "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  22. b5784ac use SkFontMetrics so we can deprecated the typedef by Mike Reed · 6 years ago
  23. c341500 Reland "Move remove ptr args to MakeRecAndEffects" by Herb Derby · 6 years ago
  24. 1062963 Revert "Move remove ptr args to MakeRecAndEffects" by Herb Derby · 6 years ago
  25. b07aba4 Move remove ptr args to MakeRecAndEffects by Herb Derby · 6 years ago
  26. 919c9e7 Revert "Have a GrBackendFormat be stored on gpu proxies." by Greg Daniel · 6 years ago
  27. 51b1c12 Have a GrBackendFormat be stored on gpu proxies. by Greg Daniel · 6 years ago
  28. 9edbf42 Revert[4] "hide nested hinting enum" by Mike Reed · 6 years ago
  29. 8e12cc6 Reland "Revert "hide nested hinting enum"" by Mike Klein · 6 years ago
  30. f49563b Revert "Revert "hide nested hinting enum"" by Mike Reed · 6 years ago
  31. 6bd19df Revert "hide nested hinting enum" by Mike Reed · 6 years ago
  32. fbebece hide nested hinting enum by Mike Reed · 6 years ago
  33. 9a9baae Use SkPMColor4f throughout clear APIs by Brian Osman · 6 years ago
  34. 16d91aa remove empty devKern from SkPaint by Mike Reed · 6 years ago
  35. d969932 Refactor Nima code by Kevin Lubick · 6 years ago
  36. 3a42ec0 hide the SkPaint::Align enum entirely by Mike Reed · 6 years ago
  37. a697df9 use utils for deprecated TextAlign by Mike Reed · 6 years ago
  38. c88cc77 remove (unused) vertical-text by Mike Reed · 6 years ago
  39. fa5f6ce rename some flattenable routines by Mike Klein · 6 years ago
  40. a3d4099 small tweaks to SkFlattenable::Register by Mike Klein · 6 years ago
  41. 4fee323 override getTypeName() instead of using table by Mike Klein · 6 years ago
  42. bdf12ad Move GrBackend enum to enum class. by Greg Daniel · 6 years ago
  43. 1eb9af9 delete textonpath code -- not used anywhere by Mike Reed · 6 years ago
  44. d004e0b Cleanup resource flags by Chris Dalton · 6 years ago
  45. 82e0e44 Remove a largue quantity of 4444 and/or dithering code by Brian Osman · 6 years ago
  46. 8a00144 test,tools: whitespace changes for clang-format by Hal Canary · 6 years ago
  47. 9d289e2 Use onOnceBeforeDraw instead of constructor for glyphs. by Ben Wagner · 6 years ago
  48. a24712e Revert "makeSurface defaults to raster" by Cary Clark · 6 years ago
  49. 29a4a68 makeSurface defaults to raster by Cary Clark · 6 years ago
  50. 09a7bb2 Reland "ccpr: Implement stroking with fine triangle strips" by Chris Dalton · 6 years ago
  51. db16001 add circles to stroked cubics with cusps by Cary Clark · 6 years ago
  52. 0b7645f Simplify perspective shadows to match future MD specs. by Jim Van Verth · 6 years ago
  53. 02e6efe Revert "ccpr: Implement stroking with fine triangle strips" by Chris Dalton · 6 years ago
  54. 2f2757f ccpr: Implement stroking with fine triangle strips by Chris Dalton · 6 years ago
  55. a62d036 textonpath no longer in canvas by Mike Reed · 6 years ago
  56. ea60b95 IWYU: SkUtils.h by Hal Canary · 6 years ago
  57. e163969 ccpr: Rename GrCCPathParser to GrCCFiller by Chris Dalton · 6 years ago
  58. fb65db1 show inflextion on cubic by Mike Reed · 6 years ago
  59. 6d10f8b move patheffect virtuals to protected and rename by Mike Reed · 6 years ago
  60. 14884cd Beautify GlyphTransform sample. by Ben Wagner · 6 years ago
  61. 916c498 Consolidate the scissor enums into one "GrScissorTest" enum by Chris Dalton · 6 years ago
  62. d4bffed Update CCPRGeometry to use pool for op. by Ben Wagner · 6 years ago
  63. b2c4ea6 Move Views into Sample and Viewer. by Ben Wagner · 6 years ago
  64. 7eae3e0 Reland "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  65. fdf05f4 Revert "Move GrGeometryProcessor's textures out of classes and into" by Brian Salomon · 6 years ago
  66. 641ac7d Make result of GrOp::combineIfPossible be an enum. by Brian Salomon · 6 years ago
  67. 6943689 clean up includes by Cary Clark · 6 years ago
  68. f107a2f SkUTF by Hal Canary · 6 years ago
  69. a8cdbd7 Restore SkLightingShader and associated classes by Robert Phillips · 6 years ago
  70. 2c312c4 Remove SkDrawFilter. by Ben Wagner · 6 years ago
  71. d499817 Whitespace Fixup by Hal Canary · 6 years ago
  72. 532b3f9 Remove clamping of kPlus with F16 configs by Brian Osman · 6 years ago
  73. d818ebf Revert "Some scissor state cleanup." by Brian Salomon · 6 years ago
  74. a219419 Some scissor state cleanup. by Brian Salomon · 6 years ago
  75. 4934890 Refactor GrPipeline dynamic state. by Brian Salomon · 6 years ago
  76. c5c3df6 renamed samplecode/Nima to samplecode/SampleNimaActor by Ruiqi Mao · 6 years ago
  77. 9ac1b72 fixed NIMA deformed vertices rendering by Ruiqi Mao · 6 years ago
  78. c069a57 added NIMA sample to showcase animations by Brian Osman · 6 years ago
  79. f08d1d0 Stop using SkTSwap. by Ben Wagner · 6 years ago
  80. e39bc9f Implement tilted concave ambient shadow by Jim Van Verth · 6 years ago
  81. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  82. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  83. 50dbc09 SkTypes: more into SkMacros by Hal Canary · 6 years ago
  84. 22be4c4 SkMacros split from SkTypes.h by Hal Canary · 6 years ago
  85. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  86. 27dddae rebase by Cary Clark · 6 years ago
  87. 1471df9 Remove include of GrGLProgramBuilder.h from GrGLProgram.h and GrVkPipelineState.h by Brian Salomon · 6 years ago
  88. 4d51611 Defer Sample setup to onOnceBeforeDraw. by Ben Wagner · 6 years ago
  89. 7027691 Set bounds correctly for color emoji that need post-cache transfoms by Jim Van Verth · 6 years ago
  90. 89ad31e Revert "Reland "remove toString"" by Cary Clark · 6 years ago
  91. 92e37b6 Reland "remove toString" by Cary Clark · 6 years ago
  92. 3b526b0 "Modularize" SkSG by Florin Malita · 6 years ago
  93. d6de89b Update SampleLua and lua files. by Ben Wagner · 6 years ago
  94. 32a4910 Revert "remove toString" by Cary Clark · 6 years ago
  95. 5191880 remove toString by Cary Clark · 6 years ago
  96. f507c28 Shadow fixes to avoid popping. by Jim Van Verth · 6 years ago
  97. d401da6 Use MaskFilter to create SDFs for text. by Jim Van Verth · 6 years ago
  98. fcac00f Reland "Remove devKerning" by Herb Derby · 6 years ago
  99. c76e26a Revert "Remove devKerning" by Mike Klein · 6 years ago
  100. c86c5c0 Remove devKerning by Herb Derby · 6 years ago