1. c571c00 Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of https://codereview.chromium.org/1789663002/ ) by brianosman · 8 years ago
  2. 9e3f1bf sRGB support in Ganesh. Several pieces: by brianosman · 8 years ago
  3. bf680c3 Image filters: fix the zero-sigma fast path in SkBlurImageFilter. by senorblanco · 8 years ago
  4. 18300a3 detach -> release by mtklein · 8 years ago
  5. fde0511 Make sp variants for SkData by reed · 8 years ago
  6. 7e6fcf8 Generic 4f gradient T sampler fallback by fmalita · 8 years ago
  7. d7dc76f Remove version checks for _MSC_VER < 1800 (msvs2013). by bungeman · 8 years ago
  8. 393aa36 Switch SkMergeImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  9. e6163bf Switch SkPaintImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  10. 6ac97b7 Switch SkImageSource image filter over to new onFilterImage interface by robertphillips · 8 years ago
  11. 8a21c9f use Make instead of Create to return a shared shader by reed · 8 years ago
  12. 40736ab Switch SkComposeImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  13. d8a4f77 Fix 4f gradient swizzle post http://crrev.com/1774523002 by fmalita · 8 years ago
  14. c80bf74 Switch SkOffsetImageFilter over to new onFilterImage interface by robertphillips · 8 years ago
  15. 7520fc4 Relocate the specialized linear gradient interval builder by fmalita · 8 years ago
  16. a0cee5f remove align16 calls in skhader context sizes. will handle this elsewhere as needed by reed · 8 years ago
  17. 0032a30 Fix SkRadialGradient center discontinuity by fmalita · 8 years ago
  18. 773ceda Enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ )" by reed · 8 years ago
  19. e38bcaf Revert of enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://codereview.chromium.org/1759653004/ ) by halcanary · 8 years ago
  20. d812fb4 enforce 16byte alignment in shader contexts by reed · 8 years ago
  21. 5edf82e [Reland] Fix SkTwoPointConicalGradient zero-radius handling by fmalita · 8 years ago
  22. e27456a 4f gradient interval builder cleanup by fmalita · 8 years ago
  23. 7349490 Revert of Fix SkTwoPointConicalGradient zero-radius handling (patchset #2 id:20001 of https://codereview.chromium.org/1756573002/ ) by fmalita · 8 years ago
  24. 9c0b02a Fix SkTwoPointConicalGradient zero-radius handling by fmalita · 8 years ago
  25. e7be3e5 Check bounds before casting float to integer in SamplePatch.cpp and SkBlurMaskFilter::CreateEmboss. by benjaminwagner · 8 years ago
  26. de11ee4 Switch float arrays to vecs for conical gradients by jvanverth · 8 years ago
  27. 55f2d2d Creating functions for uploading a mipmapped texture. by cblume · 8 years ago
  28. e851714 Make GrRRectBlurEffect::onIsEqual include the roundrect's rect by robertphillips · 8 years ago
  29. b976b27 4f gradient negative-dx interval fixup for kMirror_TileMode by fmalita · 8 years ago
  30. f6bfccd Cleanups related to SkFixed. by benjaminwagner · 8 years ago
  31. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  32. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 8 years ago
  33. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  34. c2d35d8 Revert of Simple cleanups related to SkFixed. (patchset #4 id:120001 of https://codereview.chromium.org/1683743005/ ) by benjaminwagner · 8 years ago
  35. 9d24023 Ensure the Gaussian tail of circle blurs goes to zero. by benjaminwagner · 8 years ago
  36. 7ea5cb1 Cleanups related to SkFixed. by benjaminwagner · 8 years ago
  37. ca058f5 Retire SkShader::kSupports4f_Flag by fmalita · 8 years ago
  38. 55430a6 Update 4f linear gradient selection heuristic by fmalita · 8 years ago
  39. ccb74b8 Move SkPackBits to src/effects. by bungeman · 8 years ago
  40. ca726ab fix misc asserts and checks found by fuzzer by reed · 8 years ago
  41. 8d9f2e4 Add ContextRec param to SkShader::contextSize() by fmalita · 8 years ago
  42. d778feb remove dead unpremul checks by reed · 8 years ago
  43. bc590c0 Initial linear gradient 4f impl by fmalita · 8 years ago
  44. 23e7af0 Revert of fix misc asserts and checks found by fuzzer (patchset #1 id:1 of https://codereview.chromium.org/1719913002/ ) by ethannicholas · 8 years ago
  45. 8781123 clean-up dead code by reed · 8 years ago
  46. 653db51 fix misc asserts and checks found by fuzzer by reed · 8 years ago
  47. 1d52469 Revert of ix misc asserts and checks found by fuzzer (patchset #1 id:1 of https://codereview.chromium.org/1723473002/ ) by reed · 8 years ago
  48. 75a7329 Reland of ix misc asserts and checks found by fuzzer (patchset #1 id:1 of https://codereview.chromium.org/1713413002/ ) by reed · 8 years ago
  49. d98ef63 Revert of fix misc asserts and checks found by fuzzer (patchset #1 id:1 of https://codereview.chromium.org/1713383002/ ) by reed · 8 years ago
  50. 00bea4a fix misc asserts and checks found by fuzzer by reed · 8 years ago
  51. 8528541 Add more specialized fragment builders by cdalton · 8 years ago
  52. 48e7846 Mark existing image filter entry points that will be going away with Deprecated by robertphillips · 8 years ago
  53. 9bd5f74 Remove 6-param applyCropRect() from lighting filters (GPU path). by senorblanco · 8 years ago
  54. 84f0e74 Remove 6-param applyCropRect() from lighting filters (raster path). by senorblanco · 8 years ago
  55. 8e17556 Change SkMatrix::fixedStepInX to return SkVector (of SkScalar) rather than SkFixed. by benjaminwagner · 8 years ago
  56. afec27f Image filters: change applyCropRect() to take a src rect. by senorblanco · 8 years ago
  57. 5e58cee Add GrShaderFlags enum by cdalton · 8 years ago
  58. 4f03794 Alter SkXfermode's asFragmentProcessor & asXPFactory contracts by robertphillips · 9 years ago
  59. d3b32bf Last bit of GrGLSLFragmentProcessor-derived class cleanup by robertphillips · 9 years ago
  60. bf536af Next round of GrGLSLFragmentProcessor-derived class cleanup by robertphillips · 9 years ago
  61. 9cdb992 Clean up GrGLSLFragmentProcessor-derived classes by robertphillips · 9 years ago
  62. afb188d Add gpu implementation of SkAvoidXfermode by robertphillips · 9 years ago
  63. f16e2a2 Revert of Add gpu implementation of SkAvoidXfermode (patchset #10 id:170001 of https://codereview.chromium.org/1658623002/ ) by mtklein · 9 years ago
  64. 15691a0 Add gpu implementation of SkAvoidXfermode by robertphillips · 9 years ago
  65. 8610002 Move SkColorMatrixFilter implementation to core. by bsalomon · 9 years ago
  66. 6404981 Fix zero-sized blur with crop rect. by senorblanco · 9 years ago
  67. 507ef6d SkNx Load/store: take any pointer. by mtklein · 9 years ago
  68. 395eabe float components in xfermodes by reed · 9 years ago
  69. 2279325 added support for PLS path rendering by ethannicholas · 9 years ago
  70. 2a1d401 Move SkAvoidXfermode over from Android by robertphillips · 9 years ago
  71. 6b2c346 Revert of Move SkPixelXorXfermode.h to include/client/android (patchset #5 id:80001 of https://codereview.chromium.org/1645093002/ ) by robertphillips · 9 years ago
  72. aa9cb62 Move SkPixelXorXfermode.h to include/client/android by robertphillips · 9 years ago
  73. 5381b81 Fix SkPixelXorXfermode serialization bug by robertphillips · 9 years ago
  74. d8ff5b3 Image filters: Make a recursive, forward-mapping bounds by senorblanco · 9 years ago
  75. 98124ef Make SkPixelXorXfermode's opColor be SkPMColor by robertphillips · 9 years ago
  76. bbb6dc8 kill SkValue by mtklein · 9 years ago
  77. f42fca4 Add gpu implementation of OverdrawXfermode by robertphillips · 9 years ago
  78. 727b7d2 Add gpu backend for SkPixelXorXfermode by robertphillips · 9 years ago
  79. 6121405 Cleaning up trailing spaces and typos. by cblume · 9 years ago
  80. 64b0f5f Remove SkLerpXfermode by robertphillips · 9 years ago
  81. f2b8662 skip zero-length linear gradient intervals to make new code more consistent with older table-based implementation by lsalzman · 9 years ago
  82. 5366a09 Revert of added support for PLS path rendering (patchset #16 id:360001 of https://codereview.chromium.org/1541903002/ ) by ethannicholas · 9 years ago
  83. e429c88 Revert of Add gpu implementation of OverdrawXfermode (patchset #6 id:100001 of https://codereview.chromium.org/1607253002/ ) by robertphillips · 9 years ago
  84. 7df3f5e added support for PLS path rendering by ethannicholas · 9 years ago
  85. 6d3cef9 Revert[2] of float color components by reed · 9 years ago
  86. 2a2bdc6 Revert of experiment: float color components (patchset #6 id:100001 of https://codereview.chromium.org/1617813002/ ) by reed · 9 years ago
  87. 353c148 experiment: float color components by reed · 9 years ago
  88. 27a6e86 SkValue: SkXfermode by halcanary · 9 years ago
  89. 0050237 Fix bounds computations for SkDisplacementMapEffect with negative scale. by senorblanco · 9 years ago
  90. d247e58 Remove SK_SUPPORT_SRC_BOUNDS_BLOAT_FOR_IMAGEFILTERS (now unused). by senorblanco · 9 years ago
  91. 8bc3cf8 Add gpu implementation of OverdrawXfermode by robertphillips · 9 years ago
  92. 1ea67a3 Fix SkAlphaThresholdFilter bounds handling. by senorblanco · 9 years ago
  93. 1de87df Refactor to use GrWrapTextureInBitmap more by robertphillips · 9 years ago
  94. 06d54ad Fix SkXfermodeImageFilter GPU fast path for differing sizes. by senorblanco · 9 years ago
  95. fa2b3a3 remove CreateLightingFilter from SkColorFilter by reed · 9 years ago
  96. 1554ec0 Delete SkRectShaderImageFilter by ajuma · 9 years ago
  97. 8d30dae Remove #ifdef SK_DISABLE_TILE_IMAGE_FILTER_OPTIMIZATION. by senorblanco · 9 years ago
  98. 05dcb4c Optimize SkTileImageFilter in an offset filter when possible. by senorblanco · 9 years ago
  99. a9fbd16 Fix SkTileImageFilter when srcRect is a superset of bitmap bounds. by senorblanco · 9 years ago
  100. c7141eb remove external header for SkModeColorFilter by reed · 9 years ago