1. 37283c2 Use sk_sp text blob APIs by fmalita · 8 years ago
  2. 77f2fae Encapsulate GrReducedClip result in class members by csmartdalton · 8 years ago
  3. 0b401ce Add code to lua paths to get the fill path and get lists of verbs and points by hstern · 8 years ago
  4. cbecb08 Allow GrReducedClip to take non-integer query bounds by csmartdalton · 8 years ago
  5. 7f2c85e Add hard stop count by fmenozzi · 8 years ago
  6. b4f254e Changes to Lua gradient scraping by fmenozzi · 8 years ago
  7. ee6a991 SkTypeface::MakeFromName to take SkFontStyle. by mboc · 8 years ago
  8. 13b9c95 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  9. 9a9a7b2 Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ ) by scroggo · 8 years ago
  10. 6296da7 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  11. 676ab68 documentation: SkDocument::MakePDF() by halcanary · 8 years ago
  12. 6e7025a Update SkBlurImageFilter to sk_sp by robertphillips · 8 years ago
  13. cfb6bdf switch xfermodes over to sk_sp by reed · 8 years ago
  14. fe63045 move setshader to sk_sp, re-using SK_SUPPORT_LEGACY_CREATESHADER_PTR by reed · 8 years ago
  15. e8f3062 switch surface to sk_sp by reed · 8 years ago
  16. d053ce9 Reland of [2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #1 id:1 of https://codereview.chromium.org/1821103004/ ) by reed · 8 years ago
  17. d688929 Revert of Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #3 id:40001 of https://codereview.chromium.org/1825073002/ ) by reed · 8 years ago
  18. 4c9776b Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ )" by reed · 8 years ago
  19. 1eb81db Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ ) by reed · 8 years ago
  20. f809d76 switch colorfilters to sk_sp by reed · 8 years ago
  21. ca2622b return pictures as sk_sp by reed · 8 years ago
  22. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  23. 5671c5b SkImage now has makeShader to return sk_sp by reed · 8 years ago
  24. 2ad1aa6 partial switch over to sp usage of shaders by reed · 8 years ago
  25. afc7cce Fix for rounded-rect clips with filters. by senorblanco · 8 years ago
  26. 233bab9 Add Lua SkXfermode skp scraping support by robertphillips · 9 years ago
  27. 22a517f report back colorfilters in lua by reed · 9 years ago
  28. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  29. f582282 change asABitmap to isABitmap on shader by reed · 9 years ago
  30. e47829b flag to use const& instead of const* for src-rect by reed · 9 years ago
  31. 702edbd Propagate SkSurfaceProps to more call sites by robertphillips · 9 years ago
  32. 871872f change old picture serialization to really handle images by reed · 9 years ago
  33. 95bc5f3 change isNestedRect to isNestedFillRect by caryclark · 9 years ago
  34. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 9 years ago
  35. 5965c8a add ImageGenerator::NewFromData to porting layer by reed · 10 years ago
  36. 8aacf20 Fill SkRRect::fType proactively. by mtklein · 10 years ago
  37. 7a72c67 add patch and clicktracking to lua by reed · 10 years ago
  38. 7b86466 update slides by reed · 10 years ago
  39. 36c9c11 add more typeface methods to lua by reed · 10 years ago
  40. bb8a0ab update slide content by reed · 10 years ago
  41. 1b6ab44 add textblobs to lua by reed · 10 years ago
  42. 86217d8 add saveLayer to lua by reed · 10 years ago
  43. 9fbc3f3 add gradients and drawPaint to lua by reed · 10 years ago
  44. 468b181 add blurimagefilter to lua by reed · 10 years ago
  45. bdc49ae create and modify matrices in lua by reed · 10 years ago
  46. 96affcd add pictures to lua by reed · 10 years ago
  47. f355df5 add canvas:clear to lua by reed · 10 years ago
  48. 485557f add surfaces to lua by reed · 10 years ago
  49. 09a1d67 add key handlers to lua by reed · 10 years ago
  50. ba5fb93 add drawImageRect to lua, update sample by reed · 10 years ago
  51. b5fae93 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  52. 2456b76 Revert of SkCanvas::drawImage is the new way for drawing an SkImage to a Canvas (patchset #9 id:160001 of https://codereview.chromium.org/583453002/) by borenet · 10 years ago
  53. 4327899 SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas by piotaixr · 10 years ago
  54. 4bcc202 Use SkImage::NewFromGenerator() instead of SkImage::newEncodedData() by piotaixr · 10 years ago
  55. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  56. b742517 SkTextBlob plumbing by fmalita · 10 years ago
  57. 95498ed Fix typo by krajcevski · 10 years ago
  58. 4d803a9 Add asADash to Lua for scraping by commit-bot@chromium.org · 10 years ago
  59. 1301bf3 add initial scraper for dashing by commit-bot@chromium.org · 10 years ago
  60. f338d7c Add nine patch type to SkRRect. by commit-bot@chromium.org · 10 years ago
  61. bab3fc4 Revert of Add nine patch type to SkRRect. (https://codereview.chromium.org/196343015/) by commit-bot@chromium.org · 10 years ago
  62. 761b8e5 Add nine patch type to SkRRect. by commit-bot@chromium.org · 10 years ago
  63. c530208 Add point count to lua SkPath. by commit-bot@chromium.org · 10 years ago
  64. 4ebe382 Revert "Revert of Add getReducedClipStack to lua canvas (https://codereview.chromium.org/180283004/)" by bsalomon@google.com · 10 years ago
  65. 1caedbb Revert of Add getReducedClipStack to lua canvas (https://codereview.chromium.org/180283004/) by commit-bot@chromium.org · 10 years ago
  66. a47ac2b Add getReducedClipStack to lua canvas by commit-bot@chromium.org · 10 years ago
  67. d85b822 Add some SkPath lua functions by commit-bot@chromium.org · 10 years ago
  68. 5cc2535 Add getClipStack method to lua SkCanvas by commit-bot@chromium.org · 10 years ago
  69. 7fa2a65 fix more 64bit warnings by reed@google.com · 11 years ago
  70. 641bcc3 Add cast to fix Win* compile complaint/failure by commit-bot@chromium.org · 11 years ago
  71. 087b313 Add cast to fix Win* compile complaint/failure by robertphillips@google.com · 11 years ago
  72. 1cd71fb Expose more SkPaint fields in Lua API. by commit-bot@chromium.org · 11 years ago
  73. 77887af Prevent crash in Lua bindings. by commit-bot@chromium.org · 11 years ago
  74. 330313a My clang now doesn't complain about !"foo". by mtklein@google.com · 11 years ago
  75. bd74add Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  76. 74f96b9 Added 3-color gradient scraper for detecting symmetrical gradients. by commit-bot@chromium.org · 11 years ago
  77. 0f48ee0 add more stats to the bitmap matrix locator by humper@google.com · 11 years ago
  78. 5fdc983 expose shaders by reed@google.com · 11 years ago
  79. de2e4e8 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  80. 2815c19 add matrix objects to the lua bindings, as well as a lua script to find the proportion of image draw commands with different kinds of matrices by humper@google.com · 11 years ago
  81. 2956387 add paint:getEffects to return table of bools of a given effect is present on the paint by reed@google.com · 11 years ago
  82. 7bce998 formally declare luaskia extern guy, and then define it by reed@google.com · 11 years ago
  83. 28c27c8 enable shared lib support in linux for lua by zachr@google.com · 11 years ago
  84. 1d32cc6 add canvas scale and rotate by mike@reedtribe.org · 11 years ago
  85. 792bbd1 add drawImage to lua by mike@reedtribe.org · 11 years ago
  86. 370c534 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  87. 73d9f1c more paint methods to lua by mike@reedtribe.org · 11 years ago
  88. fb85824 add pdf lib to lua_pictures to fix linker error by mike@reedtribe.org · 11 years ago
  89. 09efb17 Revert "add document and textAlign support to lua" by mike@reedtribe.org · 11 years ago
  90. bdf59df add document and textAlign support to lua by mike@reedtribe.org · 11 years ago
  91. 6319367 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  92. e6469f1 add drawtext to lua by mike@reedtribe.org · 11 years ago
  93. e3823fd add script to scrape glyph usage in drawText calls by reed@google.com · 11 years ago
  94. 2d816ad Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  95. fd34587 use macro to encapsulate building get_mtname() specializations by reed@google.com · 11 years ago
  96. 3597b73 expand SkLua to handle creation of its own State by reed@google.com · 11 years ago
  97. 88c9ec9 fix int -> bool warning by reed@google.com · 11 years ago
  98. 74ce6f0 add dumpops.lua as a sample scraper that just dumps the arguments by reed@google.com · 11 years ago