1. 17a2b54 The original instantiation of pathops was in the experimental/Intersection directory. Anything of value has been copied into the mainline. by caryclark · 10 years ago
  2. f75a130 enable subpixel text on the subpixel translate sample by humper · 10 years ago
  3. e702d97 Use draws instead of clears as temporary workaround for Qualcomm stencil clear bug by bsalomon · 10 years ago
  4. c7a84fa fix bit rotted code to create test font by caryclark · 10 years ago
  5. 879140d Add docs for running docserver locally. by jcgregorio · 10 years ago
  6. 52ee813 fix parsing SVG strings to paths with comma delimiters by caryclark · 10 years ago
  7. 5444393 Apply prePathMatrix in SkGpuDevice as view matrix preconcat when possible by bsalomon · 10 years ago
  8. 5d8388b More win64 warning fixes. by fmalita · 10 years ago
  9. 81aca54 Fix win64 warnings. by bsalomon · 10 years ago
  10. 402448d skia: blend32_16_row for neon version by mlee · 10 years ago
  11. 9cc2f26 Revert of Add device space "nudge" to gpu draws (patchset #5 id:70001 of https://codereview.chromium.org/877473005/) by robertphillips · 10 years ago
  12. e79d7b7 Revert of Remove 'f' from 0.05f in shader code (patchset #1 id:1 of https://codereview.chromium.org/888483002/) by robertphillips · 10 years ago
  13. f4ba321 Revert of DM::SKPSrc::size() reports correct size. (patchset #3 id:40001 of https://codereview.chromium.org/863243005/) by mtklein · 10 years ago
  14. 1726997 Remove 'f' from 0.05f in shader code by robertphillips · 10 years ago
  15. 2d55d07 Add device space "nudge" to gpu draws by robertphillips · 10 years ago
  16. 45453c2 authors update- add herb and reorganize by hcm · 10 years ago
  17. f8dd076 Make char hash dynamic when needed. by herb · 10 years ago
  18. d4dd58e DM::SKPSrc::size() reports correct size. by mtklein · 10 years ago
  19. 40dab98 Use murmur3 finisher to improve font hash efficiency. by reed · 10 years ago
  20. 6af3147 Fixed clusterfuzz issue by sugoi · 10 years ago
  21. 5a3d92f Use distance fields for glyphs > 256 pt, before switching to paths. by jvanverth · 10 years ago
  22. 4d8da81 GrBatchPrototype by joshualitt · 10 years ago
  23. 52f401e Revert of DM::SKPSrc::size() reports correct size. (patchset #1 id:1 of https://codereview.chromium.org/863243005/) by mtklein · 10 years ago
  24. fd4a993 DM::PDFSink::draw excercises multi-page pdf by halcanary · 10 years ago
  25. 9d91eb3 add more checks for computing clamp counts, remove dead code by reed · 10 years ago
  26. 3bd12ef Fix wrapped content keys for npot textures. by bsalomon · 10 years ago
  27. 9c3f17d Fold gmtoskp into DM, as --src gm --config skp. by mtklein · 10 years ago
  28. 441b10e DM::SKPSrc::size() reports correct size. by mtklein · 10 years ago
  29. 5ce33c1 dstread gm by joshualitt · 10 years ago
  30. 772604c Add a flag to flush the canvases during SkMultiPictureDraw::draw(). by senorblanco · 10 years ago
  31. 3dc40ac Conservative SkTextBlob bounds. by fmalita · 10 years ago
  32. cb30bf6 Update SKP version by skia.buildbots · 10 years ago
  33. 674cd7e Add a script to fetch the latest SKPs. by mtklein · 10 years ago
  34. 073720e add a paranoid assert by mtklein · 10 years ago
  35. c2893c5 Revert of GrBatchPrototype (patchset #32 id:630001 of https://codereview.chromium.org/845103005/) by joshualitt · 10 years ago
  36. 8b0a05a whitespace by joshualitt · 10 years ago
  37. 25b7611 Revert of patch from issue 885453002 at patchset 20001 (http://crrev.com/885453002#ps20001) (patchset #1 id:1 of https://codereview.chromium.org/881953002/) by mtklein · 10 years ago
  38. d5a7db4 GrBatchPrototype by joshualitt · 10 years ago
  39. 95faa61 patch from issue 885453002 at patchset 20001 (http://crrev.com/885453002#ps20001) by mtklein · 10 years ago
  40. 62bd1a6 add -r to DM by mtklein · 10 years ago
  41. 6dbfb21 SSE4 opaque blend using intrinsics instead of assembly. by mtklein · 10 years ago
  42. 8ece6eb Remove unused methods from SkScalerContext. by bungeman · 10 years ago
  43. 52b64b4 SkFontHost_FreeType takes advantage of SkStreamAsset. by bungeman · 10 years ago
  44. e167f96 Fix GPU resource cache related assertions. by bsalomon · 10 years ago
  45. f379ad3 Setup Android framework builds to use the appropriate shared lib defines. by djsollen · 10 years ago
  46. f77365f sk_tool_utils::draw_checkerboard uses SkXfermode::kSrc_Mode to fix valgrind error. by halcanary · 10 years ago
  47. fdf7ccc Use highp for distance field texture coordinates. by jvanverth · 10 years ago
  48. 776c0cd fix gm to not rely on SkColor's swizzle == SkPMColor's by reed · 10 years ago
  49. ca0a179 Revert of GrBatchPrototype (patchset #30 id:570001 of https://codereview.chromium.org/845103005/) by joshualitt · 10 years ago
  50. 7defaa6 Add ClipDrawMatch SampleApp slide by robertphillips · 10 years ago
  51. 5f213d9 SkTypeface to use SkStreamAsset. by bungeman · 10 years ago
  52. dc14fa4 speedup mipmap building by reed · 10 years ago
  53. 36c57df Make stencil buffers uncached for uncached render target textures by kkinnunen · 10 years ago
  54. 7f7036a Update SKP version by skia.buildbots · 10 years ago
  55. f7069d5 Split src/opts source lists out of opts.gyp. by mtklein · 10 years ago
  56. 0933725 Revert of Split src/opts source lists out of opts.gyp. (patchset #1 id:1 of https://codereview.chromium.org/870353003/) by mtklein · 10 years ago
  57. c98fe3a Split src/opts source lists out of opts.gyp. by mtklein · 10 years ago
  58. 2d80dd2 Revert of SSE4 opaque blend using intrinsics instead of assembly. (patchset #14 id:260001 of https://codereview.chromium.org/874863002/) by bungeman · 10 years ago
  59. 6bdc9cd Add sbix font to coloremoji gm. by bungeman · 10 years ago
  60. 04bc91b SSE4 opaque blend using intrinsics instead of assembly. by mtklein · 10 years ago
  61. 0e647ff site/dev/contrib/directory <= https://status.skia.org/ by halcanary · 10 years ago
  62. d15e4e4 GrBatchPrototype by joshualitt · 10 years ago
  63. b041efe Remove clear function from SkGPipe by derekf · 10 years ago
  64. b0cce2c s/sk_tools::DrawCheckerboard/sk_tool_utils::draw_checkerboard/ by halcanary · 10 years ago
  65. 2445216 site/dev/contrib/revert formatting and details by halcanary · 10 years ago
  66. 96638d1 add bench for building mipmaps by reed · 10 years ago
  67. 80a61df Fix Morphology effects sourcing outside of the crop rect. by cwallez · 10 years ago
  68. 66e09a8 discard scratch render targets when they are recycled. by bsalomon · 10 years ago
  69. 98b0315 Alter gpu veto by robertphillips · 10 years ago
  70. 1d9e80f check effective cache-size for fixed-budget caches by reed · 10 years ago
  71. 878fa02 Factor out checkerboard function in gm and sampleapp into tools. by halcanary · 10 years ago
  72. 4b95275 prettify site/user/sample/hello by halcanary · 10 years ago
  73. 356be2e Stop incorrectly setting the clip bit in GrCMM by bsalomon · 10 years ago
  74. c12b74d Collapse consecutive SkTableColorFilters by cwallez · 10 years ago
  75. 9ec0ffb prettify site/dev/design/pdftheory by halcanary · 10 years ago
  76. 1d124c3 Add docs on how to get a preview of markdown pages. by jcgregorio · 10 years ago
  77. c591dcb https://fiddle.skia.org/ by halcanary · 10 years ago
  78. 8d029a4 Don't do a pointless << 0. by mtklein · 10 years ago
  79. 65327ef Revert of Alter gpu veto (patchset #1 id:1 of https://codereview.chromium.org/875913002/) by robertphillips · 10 years ago
  80. 0a482f4 Fix Chrome build by robertphillips · 10 years ago
  81. 87a6a8e Alter gpu veto by robertphillips · 10 years ago
  82. 0004e7d Update references to skiaperf.com. by tfarina · 10 years ago
  83. 42dbfa8 Add patheffects to debugger printout by robertphillips · 10 years ago
  84. b644e9a Fix Windows build by robertphillips · 10 years ago
  85. dc0f408 Fold alpha to the inner savelayer in savelayer-savelayer-restore patterns by kkinnunen · 10 years ago
  86. 5c1dad7 Update SKP version by skia.buildbots · 10 years ago
  87. 96a857e initial preroll api by reed · 10 years ago
  88. dadbb35 Update SKP version by skia.buildbots · 10 years ago
  89. a9e8476 experimental/skp_to_pdf_md5 optionally also outputs pdf files by halcanary · 10 years ago
  90. 31ff298 Don't leak image in Surface test. by mtklein · 10 years ago
  91. 070eaee Update SKP version by skia.buildbots · 10 years ago
  92. 90acb8e a typo in SkResourceCacheTest by yunchao.he · 10 years ago
  93. 1eea9fc Revert of Fix Morphology effects sourcing outside of the crop rect. (patchset #6 id:100001 of https://codereview.chromium.org/781153002/) by mtklein · 10 years ago
  94. d47d013 Cleanup: Delete buildbot_globals.py script. by tfarina · 10 years ago
  95. f6be925 Fix Morphology effects sourcing outside of the crop rect. by cwallez · 10 years ago
  96. db558dd Zap the scratch key on non-RT textures when scratch textures are disabled. by bsalomon · 10 years ago
  97. 63c992f Fix the speeling of "purgeable" in Gr code by bsalomon · 10 years ago
  98. 6a14434 Cleanup SkPDFObject::emit* by halcanary · 10 years ago
  99. 1c40292 remove unused GM flags by mtklein · 10 years ago
  100. a3ca15c Remove deprecated SkSurface::NewRenderTarget factories by bsalomon · 10 years ago