1. 18300a3 detach -> release by mtklein · 9 years ago
  2. 830dfd8 add blitprocs to shaders by reed · 9 years ago
  3. f594b4c Minor mingw cross compilation fix. by cjacek · 9 years ago
  4. 19dea94 Revert of Add SkSpecialImage::extractSubset & NewFromPixmap (patchset #5 id:80001 of https://codereview.chromium.org/1787883002/ ) by robertphillips · 9 years ago
  5. 5f939ab Use std::unique_ptr. by mtklein · 9 years ago
  6. e7ec417 Revert of Use std::unique_ptr. (patchset #10 id:170001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 9 years ago
  7. 2505814 Add SkSpecialImage::extractSubset & NewFromPixmap by robertphillips · 9 years ago
  8. 2691d76 Use std::unique_ptr. by mtklein · 9 years ago
  9. d7ea92f pass cap to dash text by caryclark · 9 years ago
  10. 1b6934f skip stroke outset of all teeny lines by caryclark · 9 years ago
  11. 94ad73a Avoid unneeded ref churn in SkDraw::drawVertices by fmalita · 9 years ago
  12. 23f4d4d SkPDF: move all pdf sources into src/pdf by halcanary · 9 years ago
  13. fde0511 Make sp variants for SkData by reed · 9 years ago
  14. 41b952c Add deferred texture upload API. by bsalomon · 9 years ago
  15. 218c846 Revert of Use std::unique_ptr. (patchset #8 id:130001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 9 years ago
  16. 3dd9ed3 Use std::unique_ptr. by mtklein · 9 years ago
  17. 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
  18. db6bd32 Ensure only fractional floats are converted to SkFixed in SubpixelAlignment. by benjaminwagner · 9 years ago
  19. 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
  20. bd73ffb add Make variations to return SkImage by sk_sp by reed · 9 years ago
  21. 977c07d Revert of Use std::unique_ptr. (patchset #7 id:120001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 9 years ago
  22. d7dc76f Remove version checks for _MSC_VER < 1800 (msvs2013). by bungeman · 9 years ago
  23. 20c1e3a Use std::unique_ptr. by mtklein · 9 years ago
  24. 150835e sk_sp versions of newWithColorFilter and newWithLocalMatrix by reed · 9 years ago
  25. 4984c3c Update Skia's YUV API by msarett · 9 years ago
  26. 5671c5b SkImage now has makeShader to return sk_sp by reed · 9 years ago
  27. 6ceeebd unify peekPixels around pixmap parameter by reed · 9 years ago
  28. 6ac97b7 Switch SkImageSource image filter over to new onFilterImage interface by robertphillips · 9 years ago
  29. 8a21c9f use Make instead of Create to return a shared shader by reed · 9 years ago
  30. 88cb822 4377: drawVertices crashes when shader+colorfilter in the paint by aleksandar.stojiljkovic · 9 years ago
  31. ab01ccd Rename SkSpecialImage::getBitmap to getBitmapDeprecated by robertphillips · 9 years ago
  32. 93bb080 make pm4f be RGBA always, not pmcolor order by reed · 9 years ago
  33. aa5e1ae work around leftshift for negative values by reed · 9 years ago
  34. bd590aa Fix caching bug in new SkImageFilter::filterImage path by robertphillips · 9 years ago
  35. 706d21f Hide new methods from non-Android. by benjaminwagner · 9 years ago
  36. 4675220 Archive SkRemote-related code. I want to start fresh. by mtklein · 9 years ago
  37. 4418dba Swap over to using SkImageFilter::filterImage instead of filterImageDeprecated by robertphillips · 9 years ago
  38. 19de504 Add advance[XY]Fixed getters for Android. by benjaminwagner · 9 years ago
  39. c60fee0 Rework files and add test cases. by herb · 9 years ago
  40. 1590f3b Revert of Update Skia's YUV API (patchset #5 id:160001 of https://codereview.chromium.org/1716523002/ ) by msarett · 9 years ago
  41. 095d31c Update Skia's YUV API by msarett · 9 years ago
  42. ad8bcfe Use a smart pointer for SkColorSpace factories by msarett · 9 years ago
  43. eaf086e Add SkSpecialImage-based methods to SkImageFilter by robertphillips · 9 years ago
  44. a5ab9ec Add variants of the setters on SkPaint which take a sk_sp<effect>. At the same time, change the internal storage to be sk_sp<effect>. by reed · 9 years ago
  45. 992854d Revert of add setter on SkPaint that takes sk_sp (patchset #1 id:1 of https://codereview.chromium.org/1769803002/ ) by reed · 9 years ago
  46. a917eba add setter on SkPaint that takes sk_sp by reed · 9 years ago
  47. f70b531 Move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ )" by reed · 9 years ago
  48. 6a73821 Set SkColorSpace object for PNGs and parse ICC profiles by msarett · 9 years ago
  49. 20adafa disable linear pipeline for now (so bots don't crash) by reed · 9 years ago
  50. d882901 Add support for new bitmapshader context (patchset #5 id:80001 of https://codereview.chromium.org/1757993002/ )" by reed · 9 years ago
  51. 490d30f break out the tile and matrix strategies by herb · 9 years ago
  52. a0cee5f remove align16 calls in skhader context sizes. will handle this elsewhere as needed by reed · 9 years ago
  53. 56fb57a disable assert for now by reed · 9 years ago
  54. 773ceda Enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ )" by reed · 9 years ago
  55. e38bcaf Revert of enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ ) by halcanary · 9 years ago
  56. d812fb4 enforce 16byte alignment in shader contexts by reed · 9 years ago
  57. cd660e1 Revert of add support for new bitmapshader context (patchset #5 id:80001 of https://codereview.chromium.org/1757993002/ ) by reed · 9 years ago
  58. 19cef56 add support for new bitmapshader context by reed · 9 years ago
  59. 1610835 Revert of move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ ) by reed · 9 years ago
  60. 0eda258 move annotations to canvas virtual by reed · 9 years ago
  61. e2b0a0a update SkSmallAllocator to force internal allocations to be 16-byte aligned by reed · 9 years ago
  62. 05a5647 fission bitmapprocstate by reed · 9 years ago
  63. 1ef8972 Introduce bilerp spans by herb · 9 years ago
  64. 5b9ad76 Adding anisotropic mipmap levels to SkMipMap. by cblume · 9 years ago
  65. 7dd5db4 Handle spans in sampling. by herb · 9 years ago
  66. fd5a260 Add swizzle for rgb8888. by herb · 9 years ago
  67. 683ea9a Simplify the poly union. by herb · 9 years ago
  68. 755539f Fix overlooked bilerp fallback. by herb · 9 years ago
  69. 84a4e5a Remove internal calls to SkImage::getTexture by bsalomon · 9 years ago
  70. 89685d9 Disabling mipmap generation until anisotropic mipmap levels are generated. by cblume · 9 years ago
  71. 27876bc Improve horizontal baseline detection. by bungeman · 9 years ago
  72. 15923c9 Modernize SkSpinlock. by mtklein · 9 years ago
  73. 85c6f98 Use enclosing int rect for picture shader tiles by fmalita · 9 years ago
  74. 69f938f Fix uninitialized variable warning. by herb · 9 years ago
  75. 9466571 tile spans by herb · 9 years ago
  76. 0fe12bc Revert of Add non-inline SkRTreeFactory constructor to fix clang-cl (patchset #2 id:20001 of https://codereview.chromium.org/1676833002/ ) by brucedawson · 9 years ago
  77. 55f2d2d Creating functions for uploading a mipmapped texture. by cblume · 9 years ago
  78. fe4b4f0 Revert of New GM that exercises gamma-correctness in various parts of the pipeline. (patchset #4 id:60001 of https://codereview.chromium.org/1734983003/ ) by brianosman · 9 years ago
  79. 9f73a71 New GM that exercises gamma-correctness in various parts of the pipeline. by brianosman · 9 years ago
  80. 82e26bf Revert of Skia Filter Quality and Scaling Metrics (patchset #3 id:60001 of https://codereview.chromium.org/1686203002/ ) by ericrk · 9 years ago
  81. e37514d Fully check basis vectors for extent degeneracy. by bungeman · 9 years ago
  82. f57b3a6 Skia Filter Quality and Scaling Metrics by ericrk · 9 years ago
  83. 3552ba1 Make skpinfo able to inspect SK_PICT_TYPEFACE_TAG blocks by robertphillips · 9 years ago
  84. f6bfccd Cleanups related to SkFixed. by benjaminwagner · 9 years ago
  85. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  86. fa5e5c7 Use kSubpixelRounding in one missed location. by bungeman · 9 years ago
  87. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 9 years ago
  88. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  89. 43437c2 Round to nearest in ScalarTo256. by benjaminwagner · 9 years ago
  90. 970fd1f Use ARM fixes for SDF encoding. by jvanverth · 9 years ago
  91. c2d35d8 Revert of Simple cleanups related to SkFixed. (patchset #4 id:120001 of https://codereview.chromium.org/1683743005/ ) by benjaminwagner · 9 years ago
  92. 7ea5cb1 Cleanups related to SkFixed. by benjaminwagner · 9 years ago
  93. 8f7b0b2 simplify/unify xferproc api by reed · 9 years ago
  94. ca058f5 Retire SkShader::kSupports4f_Flag by fmalita · 9 years ago
  95. ccb74b8 Move SkPackBits to src/effects. by bungeman · 9 years ago
  96. d936f63 Simplify and combine SkDrawCacheProc and SkMeasureCacheProc to SkPaint::GlyphCacheProc. by benjaminwagner · 9 years ago
  97. 5a70bc7 make transformed rrect radii fit rectangle by caryclark · 9 years ago
  98. 5d2cd6e Move SkUtils.h to src/core. by bungeman · 9 years ago
  99. d0c4e09 Add dest type hint to SkShader::ContextRec by fmalita · 9 years ago
  100. 8889347 remove unnecessary copies by mtklein · 9 years ago