1. 534c270 Update TileImageFilter to sk_sp by robertphillips · 8 years ago
  2. bfe11fc Update DisplacementMapEffect to sk_sp by robertphillips · 8 years ago
  3. 47db5fe Revert of Update DisplacementMapEffect to sk_sp (patchset #3 id:40001 of https://codereview.chromium.org/1877783003/ ) by robertphillips · 8 years ago
  4. a53011e Update DisplacementMapEffect to sk_sp by robertphillips · 8 years ago
  5. 6b08652 Several fixes for fp 16 rendering: by brianosman · 8 years ago
  6. 12fa47d Update LightingImageFilter to sk_sp by robertphillips · 8 years ago
  7. ef6a47b Update MatrixConvolutionImageFilter to sk_sp by robertphillips · 8 years ago
  8. 6c71e0a Reverse dependency between SkScalar.h and SkFixed.h. by benjaminwagner · 8 years ago
  9. 11171f3 Update MagnifierImageFilter to sk_sp by robertphillips · 8 years ago
  10. c416912 Update DropShadowImageFilter to sk_sp by robertphillips · 8 years ago
  11. fc0f44a Update DownSampleImageFilter to sk_sp by robertphillips · 8 years ago
  12. ae8c933 Update SkMatrixImageFilter to sk_sp by robertphillips · 8 years ago
  13. 8c0326d Update SkXfermodeImageFilter to sk_sp by robertphillips · 8 years ago
  14. 5605b56 Update SkColorFilterImageFilter to sk_sp by robertphillips · 8 years ago
  15. fc11b0a Update SkMorphology ImageFilters to sk_sp by robertphillips · 8 years ago
  16. 3b37545 Revert of Delete SkFlattenable::Type (patchset #2 id:20001 of https://codereview.chromium.org/1834303003/ ) by mtklein · 8 years ago
  17. 99d9231 Delete SkFlattenable::Type by msarett · 8 years ago
  18. efdfd51 switch maskfilters to sk_sp by reed · 8 years ago
  19. b591c77 Revert of Update SkXfermodeImageFilter to sk_sp (patchset #4 id:60001 of https://codereview.chromium.org/1852123002/ ) by robertphillips · 8 years ago
  20. 3bc9692 Update SkXfermodeImageFilter to sk_sp by robertphillips · 8 years ago
  21. 6e7025a Update SkBlurImageFilter to sk_sp by robertphillips · 8 years ago
  22. 60c9b58 change flattenable factory to return sk_sp by reed · 8 years ago
  23. f624204 Update SkAlphaThresholdFilter to sk_sp by robertphillips · 8 years ago
  24. 549c899 Update SkImageSource to sk_sp by robertphillips · 8 years ago
  25. 273c0f5 rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext by bsalomon · 8 years ago
  26. 3e4616f Revert of rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext (patchset #5 id:80001 of https://codereview.chromium.org/1849463002/ ) by bsalomon · 8 years ago
  27. 4c7f0a1 rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext by bsalomon · 8 years ago
  28. 51a315e Update SkOffsetImageFilter to sk_sp by robertphillips · 8 years ago
  29. 5a59a42 Add 'P' to SampleApp to cycle through pixel geometries. by bungeman · 8 years ago
  30. 3724e57 Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  31. 2238c9d Update SkMergeImageFilter to sk_sp by robertphillips · 8 years ago
  32. 491fb17 Update SkComposeImageFilter to sk_sp by robertphillips · 8 years ago
  33. 6f70d43 Revert of Move SkGLContext and some GrGLInterface implementations to skgputest module (patchset #13 id:240001 of https://codereview.chromium.org/1815823002/ ) by robertphillips · 8 years ago
  34. fe3456c Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  35. 372177e Switch SkLocalMatrixImageFilter and SkPaintImageFilter over to sk_sp by robertphillips · 8 years ago
  36. 8905790 Revert of Switch SkLocalMatrixImageFilter and SkPaintImageFilter over to sk_sp (patchset #6 id:100001 of https://codereview.chromium.org/1842793002/ ) by djsollen · 8 years ago
  37. a33cf07 Switch SkLocalMatrixImageFilter and SkPaintImageFilter over to sk_sp by robertphillips · 8 years ago
  38. cfb6bdf switch xfermodes over to sk_sp by reed · 8 years ago
  39. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  40. 5ff17b1 Swap SkPictureImageFilter's factories over to smart pointers by robertphillips · 8 years ago
  41. ec4d4d7 Change SkTime::GetMSecs to double; ensure values stored in SkMSec do not overflow. by benjaminwagner · 8 years ago
  42. fe63045 move setshader to sk_sp, re-using SK_SUPPORT_LEGACY_CREATESHADER_PTR by reed · 8 years ago
  43. e8f3062 switch surface to sk_sp by reed · 8 years ago
  44. d053ce9 Reland of [2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #1 id:1 of https://codereview.chromium.org/1821103004/ ) by reed · 8 years ago
  45. d688929 Revert of Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.o… (patchset #3 id:40001 of https://codereview.chromium.org/1825073002/ ) by reed · 8 years ago
  46. 4c9776b Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ )" by reed · 8 years ago
  47. 1eb81db Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ ) by reed · 8 years ago
  48. f809d76 switch colorfilters to sk_sp by reed · 8 years ago
  49. 7b380d0 guard rasterizer and drawlooper setters by reed · 8 years ago
  50. a635936 sRGB support in Ganesh. Several pieces: by brianosman · 8 years ago
  51. d15750c Remove uses of SkImageDecoder from samplecode by msarett · 8 years ago
  52. a439334 Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ )" by reed · 8 years ago
  53. 3e33e6f Fix pessimizing move in SamplePictFile by fmalita · 8 years ago
  54. f28ad89 Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ ) by reed · 8 years ago
  55. 9fbee18 switch patheffects over to sk_sp by reed · 8 years ago
  56. ca2622b return pictures as sk_sp by reed · 8 years ago
  57. c571c00 Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of https://codereview.chromium.org/1789663002/ ) by brianosman · 8 years ago
  58. 9e3f1bf sRGB support in Ganesh. Several pieces: by brianosman · 8 years ago
  59. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  60. 18300a3 detach -> release by mtklein · 8 years ago
  61. c6f28f7 Reland of "Finish conversion to sk_sp<SkShader> (patchset #2 id:20001 of https://codereview.chromium.org/1803763002/ )" by reed · 8 years ago
  62. e7bbe03 Fix GM:XfermodesBlur double unref by fmalita · 8 years ago
  63. 150835e sk_sp versions of newWithColorFilter and newWithLocalMatrix by reed · 8 years ago
  64. 5671c5b SkImage now has makeShader to return sk_sp by reed · 8 years ago
  65. 8a21c9f use Make instead of Create to return a shared shader by reed · 8 years ago
  66. f70b531 Move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ )" by reed · 8 years ago
  67. fd95789 Ignore backspace when appending to the filter string in SampleApp. Fixes a bug on Windows where the initial Backspace gets appended, causing no slides to match. by brianosman · 8 years ago
  68. ce56026 Force tiles in SampleApp to integer boundaries. by bungeman · 8 years ago
  69. 1610835 Revert of move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ ) by reed · 8 years ago
  70. 0eda258 move annotations to canvas virtual by reed · 8 years ago
  71. f655e93 Revert of Implement support for using GL ES 3.0 with command buffer (patchset #6 id:100001 of https://codereview.chromium.org/1684413003/ ) by kkinnunen · 8 years ago
  72. e7be3e5 Check bounds before casting float to integer in SamplePatch.cpp and SkBlurMaskFilter::CreateEmboss. by benjaminwagner · 8 years ago
  73. 9ae14ff remove xmlparser includes from samples by caryclark · 8 years ago
  74. f6bfccd Cleanups related to SkFixed. by benjaminwagner · 8 years ago
  75. 45c2c81 Implement support for using GL ES 3.0 with command buffer by kkinnunen · 8 years ago
  76. ca34846 Added a flag that forces SampleApp to continuously redraw, even in non-animated tests. Helpful when profiling or debugging. by brianosman · 8 years ago
  77. c2d35d8 Revert of Simple cleanups related to SkFixed. (patchset #4 id:120001 of https://codereview.chromium.org/1683743005/ ) by benjaminwagner · 8 years ago
  78. 7ea5cb1 Cleanups related to SkFixed. by benjaminwagner · 8 years ago
  79. ca726ab fix misc asserts and checks found by fuzzer by reed · 8 years ago
  80. 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
  81. 653db51 fix misc asserts and checks found by fuzzer by reed · 8 years ago
  82. 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
  83. 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
  84. 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
  85. 00bea4a fix misc asserts and checks found by fuzzer by reed · 8 years ago
  86. 8681e60 make SkComposeShader.h private by reed · 8 years ago
  87. a34be68 blitters for sRGB and float16 by reed · 8 years ago
  88. 70e6d60 add new tests by caryclark · 8 years ago
  89. ed0bf1b remove unused sample by reed · 8 years ago
  90. 64b0f5f Remove SkLerpXfermode by robertphillips · 8 years ago
  91. 88651ae replace arcto quads with a conic by caryclark · 8 years ago
  92. b6474dd fix circular dashing by caryclark · 8 years ago
  93. 973d92c SampleApp: Remove SkWindow::setColorType by kkinnunen · 8 years ago
  94. 32cdc32 SkTCopyOnFirstWrite-based SkPaintFilterCanvas API by fmalita · 9 years ago
  95. bad23dc SkPaintFilterCanvas skip-draw support by fmalita · 9 years ago
  96. 0daf5dd move declaration of CreateLightingFilter into SkColorMatrixFilter by reed · 9 years ago
  97. 77b6ba3 Implement an SkPaint-based image filter by ajuma · 9 years ago
  98. 91b4dfb remove MPD for now, to simplify things by reed · 9 years ago
  99. 7c55422 remove SkGPipe by reed · 9 years ago
  100. bfd5f17 Revert[2] of "add backdrop option to SaveLayerRec" by reed · 9 years ago