1. dc6c9bf Refactor 4f gradients using trait templates by fmalita · 9 years ago
  2. 66be626 SkPDF: Add SkPDFCanvas to intercept some draw calls by halcanary · 9 years ago
  3. ddf9835 Minor fixes to avoid NVPR in Vulkan and provide good GrVkGpu teardown. by jvanverth · 9 years ago
  4. fa4c20e exit computeFilters if filter width is zero by caryclark · 9 years ago
  5. bae235e SkPDF: add drop() virtual to release resources early. by halcanary · 9 years ago
  6. f8f90e4 SkNx refresh by mtklein · 9 years ago
  7. 3c48100 Make the debug interface a GrGLTestInterface subclass. by bsalomon · 9 years ago
  8. 17a6520 Make SkComposeImageFilter::onFilterImage filter the bounds given to the inner filter. by jbroman · 9 years ago
  9. 0e6274f Parse icc profiles and exif orientation from jpeg markers by msarett · 9 years ago
  10. 7b2707d nanobench: Reduce the total number of statistics being captured. by jcgregorio · 9 years ago
  11. fe7ada7 Make FreeType usable on Windows. by caryclark · 9 years ago
  12. a635936 sRGB support in Ganesh. Several pieces: by brianosman · 9 years ago
  13. f8ee67e Fix for unaligned automatic variable address in SSE routines. This used to work on linux but crashed on windows when rendering antialiased glyphs. I tracked the problem down to an alignment issue. by marco.diiga · 9 years ago
  14. 68c14d9 Templatize SkToXXX. by bungeman · 9 years ago
  15. ba73ad0 Fix uninitialized fCurrProgramID in GrGLCreateNullInterface by fmalita · 9 years ago
  16. 5c473be Document BitmapStateAutoMapper. by herb · 9 years ago
  17. e22bab9 disable SK_SUPPORT_LEGACY_PATHEFFECT_PTR for skia builds by reed · 9 years ago
  18. 07ec54d Replace uses of SkImageDecoder in src/animator by msarett · 9 years ago
  19. c2dc1b2 Add DescriptorPool and set manager to GrVkProgram by egdaniel · 9 years ago
  20. 56cb377 Fix ANGLE build by bsalomon · 9 years ago
  21. 470d77a Use dynamic state from vulkan pipelines by egdaniel · 9 years ago
  22. 58fc94e allow more options for shader blitprocs by reed · 9 years ago
  23. d2497f3 Enable extension support and debug layer. by jvanverth · 9 years ago
  24. e820dfe Remove uses of SkImageDecoder from gms by msarett · 9 years ago
  25. b5a94e3 Store null GL context's state in interface object by bsalomon · 9 years ago
  26. fd359ca Implement Vulkan GrBackendObject for textures. by jvanverth · 9 years ago
  27. 89edf7a Revert of Templatize SkToXXX. (patchset #2 id:20001 of https://codereview.chromium.org/1814153003/ ) by bungeman · 9 years ago
  28. 8bea890 Propogate SkBudgeted for NewFromDeferredTextureImageData by ericrk · 9 years ago
  29. a439334 Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ )" by reed · 9 years ago
  30. 0be9e80 Templatize SkToXXX. by bungeman · 9 years ago
  31. dbd94e2 custom ssse3 srcover_n_srgb_bw, about 1.8x speedup by mtklein · 9 years ago
  32. a928b28 4f linear gradient shader blitters by fmalita · 9 years ago
  33. f28ad89 Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ ) by reed · 9 years ago
  34. 9fbee18 switch patheffects over to sk_sp by reed · 9 years ago
  35. 83c17fa Add SkSpecialImage::makeTextureImage entry point by robertphillips · 9 years ago
  36. 2b1b40e Clean up SSSE3 and SSE4 stubs. by mtklein · 9 years ago
  37. ca2622b return pictures as sk_sp by reed · 9 years ago
  38. eb75c7d allow one zero length dash by caryclark · 9 years ago
  39. 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
  40. 6f0749c Revert of allow one zero length dash (patchset #8 id:140001 of https://codereview.chromium.org/1805963002/ ) by bungeman · 9 years ago
  41. 5e1a248 allow one zero length dash by caryclark · 9 years ago
  42. 0584901 Add SkSpecialImage::makeTextureImage entry point by robertphillips · 9 years ago
  43. 37bd7c3 Switch SkSpecialImage & SkSpecialSurface classes over to smart pointers by robertphillips · 9 years ago
  44. fc0b6d1 Add SkImageGeneratorWIC by msarett · 9 years ago
  45. c571c00 Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of https://codereview.chromium.org/1789663002/ ) by brianosman · 9 years ago
  46. b893a4c Add asRRect method to SkClipStack::Element by cdalton · 9 years ago
  47. 9e3f1bf sRGB support in Ganesh. Several pieces: by brianosman · 9 years ago
  48. 0e3129d Fix pointer aliasing bug in SkImageFilter::computeFastBounds. by jbroman · 9 years ago
  49. 0e1853c Update how we send draws to gpu backend to reduce state setting. by egdaniel · 9 years ago
  50. 852f15d free -> reset by mtklein · 9 years ago
  51. 9ce9d67 update callsites for Make image factories by reed · 9 years ago
  52. c85ce7c Use sktarray.begin() instead of &sktarray[0]. by bungeman · 9 years ago
  53. 43812e2 Revert of free -> reset (patchset #3 id:40001 of https://codereview.chromium.org/1811723002/ ) by bungeman · 9 years ago
  54. e1849d1 Allow SkGpuDevice::drawSprite to handle subset SkBitmaps by robertphillips · 9 years ago
  55. c5035e7 Add SkSpecialImage::extractSubset & NewFromPixmap by robertphillips · 9 years ago
  56. 0e3738d free -> reset by mtklein · 9 years ago
  57. d3cfd94 don't create zero length intervals by caryclark · 9 years ago
  58. bf680c3 Image filters: fix the zero-sigma fast path in SkBlurImageFilter. by senorblanco · 9 years ago
  59. 2732e18 Un-deprecate new methods to fix Android. by benjaminwagner · 9 years ago
  60. 18300a3 detach -> release by mtklein · 9 years ago
  61. 830dfd8 add blitprocs to shaders by reed · 9 years ago
  62. f594b4c Minor mingw cross compilation fix. by cjacek · 9 years ago
  63. 19dea94 Revert of Add SkSpecialImage::extractSubset & NewFromPixmap (patchset #5 id:80001 of https://codereview.chromium.org/1787883002/ ) by robertphillips · 9 years ago
  64. 5f939ab Use std::unique_ptr. by mtklein · 9 years ago
  65. af1e21e GrTessellator: don't reuse the previous vertex buffer on a cache miss. by senorblanco · 9 years ago
  66. e7ec417 Revert of Use std::unique_ptr. (patchset #10 id:170001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 9 years ago
  67. 2505814 Add SkSpecialImage::extractSubset & NewFromPixmap by robertphillips · 9 years ago
  68. 2691d76 Use std::unique_ptr. by mtklein · 9 years ago
  69. c161310 Begin tracking GL_TEXTURE_ and GL_DRAW_INDIRECT_ buffer bindings by cdalton · 9 years ago
  70. d7ea92f pass cap to dash text by caryclark · 9 years ago
  71. dbb429a Create new buffer (if necessary) on vkMap by jvanverth · 9 years ago
  72. 1b6934f skip stroke outset of all teeny lines by caryclark · 9 years ago
  73. 1437c1e SkPDF: remove all globally references SkPDFObjects by halcanary · 9 years ago
  74. 94ad73a Avoid unneeded ref churn in SkDraw::drawVertices by fmalita · 9 years ago
  75. 23f4d4d SkPDF: move all pdf sources into src/pdf by halcanary · 9 years ago
  76. 351c0d2 Revert "Initialize the font fallback when the direct write font" by kulshin · 9 years ago
  77. b4ecabd Fix BGRA/RGBA readback conversions on mac by ericrk · 9 years ago
  78. c04ce67 Add caps and GL API for buffer texture by cdalton · 9 years ago
  79. 5f2d8e2 Add sampler precision to GrTextureAccess by cdalton · 9 years ago
  80. fde0511 Make sp variants for SkData by reed · 9 years ago
  81. 9c3f143 Add support for vertex and geometry shader textures by cdalton · 9 years ago
  82. 7a307df Rename the kRAW_SkEncodedFormat to kDNG_SkEncodedFormat as it is actually only used for DNG format by yujieqin · 9 years ago
  83. 41b952c Add deferred texture upload API. by bsalomon · 9 years ago
  84. 6266dca Reject dashes from GrAADFR by bsalomon · 9 years ago
  85. 218c846 Revert of Use std::unique_ptr. (patchset #8 id:130001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 9 years ago
  86. 3dd9ed3 Use std::unique_ptr. by mtklein · 9 years ago
  87. 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
  88. db6bd32 Ensure only fractional floats are converted to SkFixed in SubpixelAlignment. by benjaminwagner · 9 years ago
  89. e683c56 Revert of add Make variations to return SkImage by sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1778393002/ ) by robertphillips · 9 years ago
  90. ae47aee Fix some bugs and performance issues with skiaserve by joshualitt · 9 years ago
  91. bd73ffb add Make variations to return SkImage by sk_sp by reed · 9 years ago
  92. a6b439a Fix 32bit win Vulkan build by bsalomon · 9 years ago
  93. 977c07d Revert of Use std::unique_ptr. (patchset #7 id:120001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 9 years ago
  94. 7e6fcf8 Generic 4f gradient T sampler fallback by fmalita · 9 years ago
  95. d7dc76f Remove version checks for _MSC_VER < 1800 (msvs2013). by bungeman · 9 years ago
  96. cf371bb Use correct gradient calculation for rotated distance fields. by jvanverth · 9 years ago
  97. 20c1e3a Use std::unique_ptr. by mtklein · 9 years ago
  98. 6599eff GrTessellator: abstract vertex allocation into caller. by senorblanco · 9 years ago
  99. e6d665e Fix readback of 565 on Mac and enable tests by bsalomon · 9 years ago
  100. 150835e sk_sp versions of newWithColorFilter and newWithLocalMatrix by reed · 9 years ago