1. a439334 Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ )" by reed · 9 years ago
  2. 0be9e80 Templatize SkToXXX. by bungeman · 9 years ago
  3. 3e33e6f Fix pessimizing move in SamplePictFile by fmalita · 9 years ago
  4. dbd94e2 custom ssse3 srcover_n_srgb_bw, about 1.8x speedup by mtklein · 9 years ago
  5. a928b28 4f linear gradient shader blitters by fmalita · 9 years ago
  6. f28ad89 Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ ) by reed · 9 years ago
  7. 9fbee18 switch patheffects over to sk_sp by reed · 9 years ago
  8. 1195260 Make Win runtime DLLs writeable before overwriting by borenet · 9 years ago
  9. 83c17fa Add SkSpecialImage::makeTextureImage entry point by robertphillips · 9 years ago
  10. 2b1b40e Clean up SSSE3 and SSE4 stubs. by mtklein · 9 years ago
  11. ca2622b return pictures as sk_sp by reed · 9 years ago
  12. eb75c7d allow one zero length dash by caryclark · 9 years ago
  13. 92701ab Revert of Add SkSpecialImage::makeTextureImage entry point & update filterInput (patchset #3 id:40001 of https://codereview.chromium.org/1813813002/ ) by bungeman · 9 years ago
  14. 6f0749c Revert of allow one zero length dash (patchset #8 id:140001 of https://codereview.chromium.org/1805963002/ ) by bungeman · 9 years ago
  15. 5e1a248 allow one zero length dash by caryclark · 9 years ago
  16. 0584901 Add SkSpecialImage::makeTextureImage entry point by robertphillips · 9 years ago
  17. 37bd7c3 Switch SkSpecialImage & SkSpecialSurface classes over to smart pointers by robertphillips · 9 years ago
  18. fc0b6d1 Add SkImageGeneratorWIC by msarett · 9 years ago
  19. 3bcef21 documentation: simplify pdf diagram by halcanary · 9 years ago
  20. b78afe9 documentation: simplify pdf diagram by halcanary · 9 years ago
  21. c571c00 Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of https://codereview.chromium.org/1789663002/ ) by brianosman · 9 years ago
  22. b893a4c Add asRRect method to SkClipStack::Element by cdalton · 9 years ago
  23. a483da3 DM: make --verbose send the vlog to stderr. by mtklein · 9 years ago
  24. 9e3f1bf sRGB support in Ganesh. Several pieces: by brianosman · 9 years ago
  25. 0e3129d Fix pointer aliasing bug in SkImageFilter::computeFastBounds. by jbroman · 9 years ago
  26. c9a9987 just write the verbose log file any time we have a --writePath by mtklein · 9 years ago
  27. 0e1853c Update how we send draws to gpu backend to reduce state setting. by egdaniel · 9 years ago
  28. 852f15d free -> reset by mtklein · 9 years ago
  29. 9ce9d67 update callsites for Make image factories by reed · 9 years ago
  30. 42d95a0 Fix gdb debugging for the latest NDK release. by djsollen · 9 years ago
  31. 5a60982 Disable bad gif decode on CG by msarett · 9 years ago
  32. 0035718 Revert of Remove uses of SkImageDecoder from gms (patchset #2 id:20001 of https://codereview.chromium.org/1791583002/ ) by bungeman · 9 years ago
  33. c85ce7c Use sktarray.begin() instead of &sktarray[0]. by bungeman · 9 years ago
  34. 13bf339 try to flush stdio in the crash handler by mtklein · 9 years ago
  35. 43812e2 Revert of free -> reset (patchset #3 id:40001 of https://codereview.chromium.org/1811723002/ ) by bungeman · 9 years ago
  36. 57d66dd Fix Linux Swarming bots by borenet · 9 years ago
  37. 64e9816 Some fixes for Swarming bots by borenet · 9 years ago
  38. e1849d1 Allow SkGpuDevice::drawSprite to handle subset SkBitmaps by robertphillips · 9 years ago
  39. f8053da Allow const& for SkImages and SkPictures in draw methods. by reed · 9 years ago
  40. d427266 Remove uses of SkImageDecoder from gms by msarett · 9 years ago
  41. 667433f Remove uses of SkImageDecoder from skdiff by msarett · 9 years ago
  42. 1aaadbd make sausages rounder and portable by caryclark · 9 years ago
  43. c5035e7 Add SkSpecialImage::extractSubset & NewFromPixmap by robertphillips · 9 years ago
  44. 3213b5c Remove SkipZeroesBench by msarett · 9 years ago
  45. 0e3738d free -> reset by mtklein · 9 years ago
  46. d3cfd94 don't create zero length intervals by caryclark · 9 years ago
  47. bbd6068 Add back SkAutoTUnref::detach() for Android temporarily. by mtklein · 9 years ago
  48. cc864c3 Add back SkAutoTDelete::detach() for Android temporarily. by mtklein · 9 years ago
  49. bf680c3 Image filters: fix the zero-sigma fast path in SkBlurImageFilter. by senorblanco · 9 years ago
  50. 2732e18 Un-deprecate new methods to fix Android. by benjaminwagner · 9 years ago
  51. 18300a3 detach -> release by mtklein · 9 years ago
  52. 830dfd8 add blitprocs to shaders by reed · 9 years ago
  53. f594b4c Minor mingw cross compilation fix. by cjacek · 9 years ago
  54. 19dea94 Revert of Add SkSpecialImage::extractSubset & NewFromPixmap (patchset #5 id:80001 of https://codereview.chromium.org/1787883002/ ) by robertphillips · 9 years ago
  55. 5f939ab Use std::unique_ptr. by mtklein · 9 years ago
  56. af1e21e GrTessellator: don't reuse the previous vertex buffer on a cache miss. by senorblanco · 9 years ago
  57. 3eac8d1 Doc: pdf illustration by halcanary · 9 years ago
  58. e7ec417 Revert of Use std::unique_ptr. (patchset #10 id:170001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 9 years ago
  59. 2505814 Add SkSpecialImage::extractSubset & NewFromPixmap by robertphillips · 9 years ago
  60. b3b6bea Cleanup download scripts related to new Android NDK. by djsollen · 9 years ago
  61. 2691d76 Use std::unique_ptr. by mtklein · 9 years ago
  62. 935f1b1 Split uninteresting hash lines correctly on Windows. by mtklein · 9 years ago
  63. c161310 Begin tracking GL_TEXTURE_ and GL_DRAW_INDIRECT_ buffer bindings by cdalton · 9 years ago
  64. d7ea92f pass cap to dash text by caryclark · 9 years ago
  65. 523fa2a Fix compile on Windows swarming bot by borenet · 9 years ago
  66. 8749cfa Add CMake builder to CQ by borenet · 9 years ago
  67. 15e2a53 add missing API by caryclark · 9 years ago
  68. dbb429a Create new buffer (if necessary) on vkMap by jvanverth · 9 years ago
  69. 1b6934f skip stroke outset of all teeny lines by caryclark · 9 years ago
  70. 9552ed3 Google3 apps are still using Create* shader methods. by mtklein · 9 years ago
  71. 246723f Update to new DNG SDK: Integrate integer overflow fixes by yujieqin · 9 years ago
  72. ca26a18 Fix Google3 build by updating pdf path after https://codereview.chromium.org/1781773002 by benjaminwagner · 9 years ago
  73. c6f28f7 Reland of "Finish conversion to sk_sp<SkShader> (patchset #2 id:20001 of https://codereview.chromium.org/1803763002/ )" by reed · 9 years ago
  74. 106e10d Revert of Finish conversion to sk_sp<SkShader> (patchset #2 id:20001 of https://codereview.chromium.org/1803763002/ ) by reed · 9 years ago
  75. 15c3a0e Finish conversion to sk_sp<SkShader> by reed · 9 years ago
  76. 1437c1e SkPDF: remove all globally references SkPDFObjects by halcanary · 9 years ago
  77. 1a9b964 Reland of "more shader-->sp conversions (patchset #5 id:80001 of https://codereview.chromium.org/1789633002/ )" by reed · 9 years ago
  78. 9283d20 Revert of more shader-->sp conversions (patchset #5 id:80001 of https://codereview.chromium.org/1789633002/ ) by reed · 9 years ago
  79. ce563cd more shader-->sp conversions by reed · 9 years ago
  80. 94ad73a Avoid unneeded ref churn in SkDraw::drawVertices by fmalita · 9 years ago
  81. fef15a0 Update SKP version by update-skps · 9 years ago
  82. 23f4d4d SkPDF: move all pdf sources into src/pdf by halcanary · 9 years ago
  83. 351c0d2 Revert "Initialize the font fallback when the direct write font" by kulshin · 9 years ago
  84. b4ecabd Fix BGRA/RGBA readback conversions on mac by ericrk · 9 years ago
  85. c04ce67 Add caps and GL API for buffer texture by cdalton · 9 years ago
  86. 5f2d8e2 Add sampler precision to GrTextureAccess by cdalton · 9 years ago
  87. fde0511 Make sp variants for SkData by reed · 9 years ago
  88. 51c8cfc Revert of When not writing to file in DM, spew verbose output to stderr (patchset #1 id:1 of https://codereview.chromium.org/1788743002/ ) by mtklein · 9 years ago
  89. 98bd5b1 Flush the pipe in skiaserve when we switch to GPU by joshualitt · 9 years ago
  90. 4083610 Fix up no gpu build by joshualitt · 9 years ago
  91. 9c3f143 Add support for vertex and geometry shader textures by cdalton · 9 years ago
  92. 6b56315 Update libjpeg-turbo with security fixes from upstream by msarett · 9 years ago
  93. 7a307df Rename the kRAW_SkEncodedFormat to kDNG_SkEncodedFormat as it is actually only used for DNG format by yujieqin · 9 years ago
  94. 40dec54 When not writing to file in DM, spew verbose output to stderr by egdaniel · 9 years ago
  95. 41b952c Add deferred texture upload API. by bsalomon · 9 years ago
  96. 6266dca Reject dashes from GrAADFR by bsalomon · 9 years ago
  97. 218c846 Revert of Use std::unique_ptr. (patchset #8 id:130001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 9 years ago
  98. 3dd9ed3 Use std::unique_ptr. by mtklein · 9 years ago
  99. 2f56b1a Fixes for Win toolchain isolate by borenet · 9 years ago
  100. 7fb4f8b Revert "Revert of add Make variations to return SkImage by sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1778393002/ )" by reed · 9 years ago