1. ee6a991 SkTypeface::MakeFromName to take SkFontStyle. by mboc · 8 years ago
  2. 64022c1 toy to play with antialias raytracing by caryclark · 8 years ago
  3. 13b9c95 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  4. 9a9a7b2 Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ ) by scroggo · 8 years ago
  5. 6296da7 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  6. 2d1ee79 Added --deepColor option to SampleApp, triggers creation of a ten-bit/channel by brianosman · 8 years ago
  7. 0ccc62d move colorshader into its own .cpp, add color4f variant by reed · 8 years ago
  8. 676ab68 documentation: SkDocument::MakePDF() by halcanary · 8 years ago
  9. 7715e06 Retract SkDevice a bit more by robertphillips · 8 years ago
  10. da2cd8b Hide SkCanvas::LayerIter by robertphillips · 8 years ago
  11. a1f4fa7 Revert of Hide SkCanvas::LayerIter (patchset #2 id:20001 of https://codereview.chromium.org/1897863008/ ) by fmalita · 8 years ago
  12. a814000 Hide SkCanvas::LayerIter by robertphillips · 8 years ago
  13. 36db3f4 Add control of the sRGB global hack flag in SampleApp by brianosman · 8 years ago
  14. 5e3815b Rein in the use of SkDevice.h by robertphillips · 8 years ago
  15. 534c270 Update TileImageFilter to sk_sp by robertphillips · 8 years ago
  16. bfe11fc Update DisplacementMapEffect to sk_sp by robertphillips · 8 years ago
  17. 47db5fe Revert of Update DisplacementMapEffect to sk_sp (patchset #3 id:40001 of https://codereview.chromium.org/1877783003/ ) by robertphillips · 8 years ago
  18. a53011e Update DisplacementMapEffect to sk_sp by robertphillips · 8 years ago
  19. 6b08652 Several fixes for fp 16 rendering: by brianosman · 8 years ago
  20. 12fa47d Update LightingImageFilter to sk_sp by robertphillips · 8 years ago
  21. ef6a47b Update MatrixConvolutionImageFilter to sk_sp by robertphillips · 8 years ago
  22. 6c71e0a Reverse dependency between SkScalar.h and SkFixed.h. by benjaminwagner · 8 years ago
  23. 11171f3 Update MagnifierImageFilter to sk_sp by robertphillips · 8 years ago
  24. c416912 Update DropShadowImageFilter to sk_sp by robertphillips · 8 years ago
  25. fc0f44a Update DownSampleImageFilter to sk_sp by robertphillips · 8 years ago
  26. ae8c933 Update SkMatrixImageFilter to sk_sp by robertphillips · 8 years ago
  27. 8c0326d Update SkXfermodeImageFilter to sk_sp by robertphillips · 8 years ago
  28. 5605b56 Update SkColorFilterImageFilter to sk_sp by robertphillips · 8 years ago
  29. fc11b0a Update SkMorphology ImageFilters to sk_sp by robertphillips · 8 years ago
  30. 3b37545 Revert of Delete SkFlattenable::Type (patchset #2 id:20001 of https://codereview.chromium.org/1834303003/ ) by mtklein · 8 years ago
  31. 99d9231 Delete SkFlattenable::Type by msarett · 8 years ago
  32. efdfd51 switch maskfilters to sk_sp by reed · 8 years ago
  33. b591c77 Revert of Update SkXfermodeImageFilter to sk_sp (patchset #4 id:60001 of https://codereview.chromium.org/1852123002/ ) by robertphillips · 8 years ago
  34. 3bc9692 Update SkXfermodeImageFilter to sk_sp by robertphillips · 8 years ago
  35. 6e7025a Update SkBlurImageFilter to sk_sp by robertphillips · 8 years ago
  36. 60c9b58 change flattenable factory to return sk_sp by reed · 8 years ago
  37. f624204 Update SkAlphaThresholdFilter to sk_sp by robertphillips · 8 years ago
  38. 549c899 Update SkImageSource to sk_sp by robertphillips · 8 years ago
  39. 273c0f5 rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext by bsalomon · 8 years ago
  40. 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
  41. 4c7f0a1 rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext by bsalomon · 8 years ago
  42. 51a315e Update SkOffsetImageFilter to sk_sp by robertphillips · 8 years ago
  43. 5a59a42 Add 'P' to SampleApp to cycle through pixel geometries. by bungeman · 8 years ago
  44. 3724e57 Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  45. 2238c9d Update SkMergeImageFilter to sk_sp by robertphillips · 8 years ago
  46. 491fb17 Update SkComposeImageFilter to sk_sp by robertphillips · 8 years ago
  47. 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
  48. fe3456c Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  49. 372177e Switch SkLocalMatrixImageFilter and SkPaintImageFilter over to sk_sp by robertphillips · 8 years ago
  50. 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
  51. a33cf07 Switch SkLocalMatrixImageFilter and SkPaintImageFilter over to sk_sp by robertphillips · 8 years ago
  52. cfb6bdf switch xfermodes over to sk_sp by reed · 8 years ago
  53. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  54. 5ff17b1 Swap SkPictureImageFilter's factories over to smart pointers by robertphillips · 8 years ago
  55. ec4d4d7 Change SkTime::GetMSecs to double; ensure values stored in SkMSec do not overflow. by benjaminwagner · 8 years ago
  56. fe63045 move setshader to sk_sp, re-using SK_SUPPORT_LEGACY_CREATESHADER_PTR by reed · 8 years ago
  57. e8f3062 switch surface to sk_sp by reed · 8 years ago
  58. 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
  59. 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
  60. 4c9776b Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ )" by reed · 8 years ago
  61. 1eb81db Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://codereview.chromium.org/1822623002/ ) by reed · 8 years ago
  62. f809d76 switch colorfilters to sk_sp by reed · 8 years ago
  63. 7b380d0 guard rasterizer and drawlooper setters by reed · 8 years ago
  64. a635936 sRGB support in Ganesh. Several pieces: by brianosman · 8 years ago
  65. d15750c Remove uses of SkImageDecoder from samplecode by msarett · 8 years ago
  66. a439334 Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ )" by reed · 8 years ago
  67. 3e33e6f Fix pessimizing move in SamplePictFile by fmalita · 8 years ago
  68. f28ad89 Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1813553005/ ) by reed · 8 years ago
  69. 9fbee18 switch patheffects over to sk_sp by reed · 8 years ago
  70. ca2622b return pictures as sk_sp by reed · 8 years ago
  71. c571c00 Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of https://codereview.chromium.org/1789663002/ ) by brianosman · 8 years ago
  72. 9e3f1bf sRGB support in Ganesh. Several pieces: by brianosman · 8 years ago
  73. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  74. 18300a3 detach -> release by mtklein · 8 years ago
  75. c6f28f7 Reland of "Finish conversion to sk_sp<SkShader> (patchset #2 id:20001 of https://codereview.chromium.org/1803763002/ )" by reed · 8 years ago
  76. e7bbe03 Fix GM:XfermodesBlur double unref by fmalita · 9 years ago
  77. 150835e sk_sp versions of newWithColorFilter and newWithLocalMatrix by reed · 9 years ago
  78. 5671c5b SkImage now has makeShader to return sk_sp by reed · 9 years ago
  79. 8a21c9f use Make instead of Create to return a shared shader by reed · 9 years ago
  80. f70b531 Move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ )" by reed · 9 years ago
  81. 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 · 9 years ago
  82. ce56026 Force tiles in SampleApp to integer boundaries. by bungeman · 9 years ago
  83. 1610835 Revert of move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ ) by reed · 9 years ago
  84. 0eda258 move annotations to canvas virtual by reed · 9 years ago
  85. 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 · 9 years ago
  86. e7be3e5 Check bounds before casting float to integer in SamplePatch.cpp and SkBlurMaskFilter::CreateEmboss. by benjaminwagner · 9 years ago
  87. 9ae14ff remove xmlparser includes from samples by caryclark · 9 years ago
  88. f6bfccd Cleanups related to SkFixed. by benjaminwagner · 9 years ago
  89. 45c2c81 Implement support for using GL ES 3.0 with command buffer by kkinnunen · 9 years ago
  90. ca34846 Added a flag that forces SampleApp to continuously redraw, even in non-animated tests. Helpful when profiling or debugging. by brianosman · 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. ca726ab fix misc asserts and checks found by fuzzer by reed · 9 years ago
  94. 23e7af0 Revert of fix misc asserts and checks found by fuzzer (patchset #1 id:1 of https://codereview.chromium.org/1719913002/ ) by ethannicholas · 9 years ago
  95. 653db51 fix misc asserts and checks found by fuzzer by reed · 9 years ago
  96. 1d52469 Revert of ix misc asserts and checks found by fuzzer (patchset #1 id:1 of https://codereview.chromium.org/1723473002/ ) by reed · 9 years ago
  97. 75a7329 Reland of ix misc asserts and checks found by fuzzer (patchset #1 id:1 of https://codereview.chromium.org/1713413002/ ) by reed · 9 years ago
  98. d98ef63 Revert of fix misc asserts and checks found by fuzzer (patchset #1 id:1 of https://codereview.chromium.org/1713383002/ ) by reed · 9 years ago
  99. 00bea4a fix misc asserts and checks found by fuzzer by reed · 9 years ago
  100. 8681e60 make SkComposeShader.h private by reed · 9 years ago