1. ee6a991 SkTypeface::MakeFromName to take SkFontStyle. by mboc · 8 years ago
  2. a9ef92a SkEncodedInfo: simplify by halcanary · 8 years ago
  3. 93966d8 Add SkLights class by robertphillips · 8 years ago
  4. 019db3f Remove unused SkPictureGpuAnalyzer::analyze() by fmalita · 8 years ago
  5. a4b09a1 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  6. 785a5b9 Clean up SkFloatBits by mtklein · 8 years ago
  7. 78d58d1 Make SkPath::isOval() and SkPath::isRRect return the orientation and starting index. by bsalomon · 8 years ago
  8. 23c5110 Add SkColorSpace to SkImageInfo by msarett · 8 years ago
  9. b5fc58e Complex clipPath accounting by fmalita · 8 years ago
  10. 7a5bcc5 Make Sk32ToBool inline again to silence compiler warning. by bsalomon · 8 years ago
  11. e077e06 SkColorSpace tweaks by msarett · 8 years ago
  12. a167e74 Remove sRGB overrides on GrTextureParams. Use GrPaint flags instead. by brianosman · 8 years ago
  13. 1d15596 Add Xlib support to viewer by jvanverth · 8 years ago
  14. 8cc2091 Make SkColorSpace a public API by msarett · 8 years ago
  15. a0af771 SkTypes: use constexpr when appropriate by halcanary · 8 years ago
  16. 87f15c8 Retract GrRenderTarget from GrTestTarget by robertphillips · 8 years ago
  17. e46e4f0 Correct gesture scale and translation by liyuqian · 8 years ago
  18. 5878dbd Image filters: implement SkImage::makeWithFilter(). by senorblanco · 8 years ago
  19. 82ec6e5 Retract GrRenderTarget from GLProgramsTest by robertphillips · 8 years ago
  20. 5f2fa47 Make GrAppliedClip friendless by robertphillips · 8 years ago
  21. 0876158 Update Skia milestone to 53 after 52 branch by hcm · 8 years ago
  22. cb3bd18 SkCanvas::adjustToTopLayer() by tomhudson · 8 years ago
  23. d1227a7 Delete SkBitmapRegionCanvas by msarett · 8 years ago
  24. 7888f78 Set the "mutable format" bit on sRGB images at creation time. by brianosman · 8 years ago
  25. ca6eafc (Mostly) Retract GrRenderTarget from SkGpuDevice by robertphillips · 8 years ago
  26. b1be46b Ensure that SkColorTable->fCount is set properly after decodes by msarett · 8 years ago
  27. edea94c Implement vulkan fence syncs for nanobench by bsalomon · 8 years ago
  28. 071457b Add isUnifiedMultisampled entry point to GrDrawContext by robertphillips · 8 years ago
  29. 7761d61 Rename GrDrawingMgr::abandon to wasAbandoned & add a matching entry point to GrDrawingContext by robertphillips · 8 years ago
  30. 796e365 SkPictureGpuAnalyzer by fmalita · 8 years ago
  31. b2df0c2 Refactor Vulkan image, texture, RTs so that create and getter handles match. by egdaniel · 8 years ago
  32. e576874 Retract GrRenderTarget a bit within SkGpuDevice by robertphillips · 8 years ago
  33. 846c051 Convert GrClip to an abstract base class by cdalton · 8 years ago
  34. 9fb4203 Add bounds to GrShape by bsalomon · 8 years ago
  35. 9837740 Simplify GrSWMaskHelper by robertphillips · 8 years ago
  36. f054b17 Swap SkGpuBlurUtils over to using SkIRects by robertphillips · 8 years ago
  37. 862cff3 Remove clip from GrPipelineBuilder by cdalton · 8 years ago
  38. 193d9cf Eliminate special case nvpr batch handling by cdalton · 8 years ago
  39. 1e2e33a Remove SkPicture::hasText() by fmalita · 8 years ago
  40. 13b9c95 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  41. 9a9a7b2 Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ ) by scroggo · 8 years ago
  42. 6296da7 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  43. 18a2f9d Add base class for GLTestContext and add new subclass VkTestContext. by bsalomon · 8 years ago
  44. ebf30e8 Switch GrTextureToYUVPlanes over to newDrawContext calls by robertphillips · 8 years ago
  45. f077324 Remove SkFontHost.h. by bungeman · 8 years ago
  46. 6663acf Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  47. 85d9667 Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https://codereview.chromium.org/1957363002/ ) by bsalomon · 8 years ago
  48. 33595bd Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  49. 82595b6 refactor drawPath to have drawDevPath by reed · 8 years ago
  50. 1b4c01c Make SkAssertResult work with SK_WARN_UNUSED_RESULT in Release on gcc by bsalomon · 8 years ago
  51. 9daa4b9 No error if function marked with SK_WARN_UNUSED_RESULT is used in SkAssertResult by bsalomon · 8 years ago
  52. a8966a8 Reland of Simplify SkGpuBlurUtils::GaussianBlur method (patchset #1 id:1 of https://codereview.chromium.org/1956023002/ ) by robertphillips · 8 years ago
  53. 67a58dc Revert of Simplify SkGpuBlurUtils::GaussianBlur method (patchset #2 id:20001 of https://codereview.chromium.org/1958603002/ ) by jvanverth · 8 years ago
  54. 14f850a Remove Sk(Float|Double)PinToFixed functions, only used in tests. by brianosman · 8 years ago
  55. 3ccf2e7 Remove hasMixedSamples() from GrPipelineBuilder by cdalton · 8 years ago
  56. 3767cd6 https://groups.google.com/forum/#!topic/skia-discuss/2F2she2nQMg by halcanary · 8 years ago
  57. 524484b Revert of Retract GrRenderTarget a bit within SkGpuDevice (patchset #2 id:20001 of https://codereview.chromium.org/1956473002/ ) by robertphillips · 8 years ago
  58. 055e192 Take SkStrokeRec::InitStyle rather than SkPaint::Style in mask filter and DrawMask by bsalomon · 8 years ago
  59. 56a85e6 Simplify SkGpuBlurUtils::GaussianBlur method by robertphillips · 8 years ago
  60. 68e99ac remove alias for SkMatrix44.h -- chrome callers have been updated by reed · 8 years ago
  61. ffa4a92 SkOncePtr -> SkOnce by mtklein · 8 years ago
  62. 2d1ee79 Added --deepColor option to SampleApp, triggers creation of a ten-bit/channel by brianosman · 8 years ago
  63. d215a95 Retract GrRenderTarget a bit within SkGpuDevice by robertphillips · 8 years ago
  64. 35b784d Bring back sRGB-write-control as a caps bit. by brianosman · 8 years ago
  65. 42846ed Modernize SkMutex and SkSemaphore. by mtklein · 8 years ago
  66. 959a293 Revert of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromium.org/1949313003/ ) by reed · 8 years ago
  67. 82da9a8 Reland of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromium.org/1945293004/ ) by reed · 8 years ago
  68. d9f5d20 Revert of Modernize SkMutex and SkSemaphore. (patchset #2 id:20001 of https://codereview.chromium.org/1947153002/ ) by sclittle · 8 years ago
  69. 7eb33da Revert of SkOncePtr -> SkOnce (patchset #4 id:60001 of https://codereview.chromium.org/1953533002/ ) by reed · 8 years ago
  70. 086eea9 Revert of SK_DECLARE_STATIC_MUTEX -> static SkMutex (patchset #1 id:1 of https://codereview.chromium.org/1948193002/ ) by reed · 8 years ago
  71. 5e56cfd SK_DECLARE_STATIC_MUTEX -> static SkMutex by mtklein · 8 years ago
  72. 9bd3fc7 SkOncePtr -> SkOnce by mtklein · 8 years ago
  73. b37c68a Simplify implementation of SkOnce to not need so many comments. by mtklein · 8 years ago
  74. 9b92ebd Remove executable bit from source code files. by benjaminwagner · 8 years ago
  75. 0ccc62d move colorshader into its own .cpp, add color4f variant by reed · 8 years ago
  76. 76948d4 Add Gr*Proxy classes by robertphillips · 8 years ago
  77. 427c281 Modernize SkMutex and SkSemaphore. by mtklein · 8 years ago
  78. fad9856 Prototype code that turns any/every flattenable into JSON by brianosman · 8 years ago
  79. 4f16e63 Revert of Add Gr*Proxy classes (patchset #10 id:220001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 8 years ago
  80. 50d3b57 return 4x4 matrix from SkColorSpace by reed · 8 years ago
  81. 68f7460 Add SK_API to SkFontLCDConfig. by bungeman · 8 years ago
  82. 2af0f1b Apply setImageLayout() to all of a VkImage's subresources. by jvanverth · 8 years ago
  83. 92605b3 Add Gr*Proxy classes by robertphillips · 8 years ago
  84. 89d09a1 Revert of Add Gr*Proxy classes (patchset #9 id:160001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 8 years ago
  85. 444f1ba Remove SkBitmapHeap and SkBitmapHeapReader. They're unused. by brianosman · 8 years ago
  86. db1adf5 Revert of Make stencils be attachable to render targets created via SkSurface::MakeFromBackendTextureAsRender… (patchset #9 id:150001 of https://codereview.chromium.org/1924183003/ ) by jvanverth · 8 years ago
  87. de5bf0c Add Gr*Proxy classes by robertphillips · 8 years ago
  88. 1cb00e4 Make stencils be attachable to render targets created via SkSurface::MakeFromBackendTextureAsRenderTarget by kkinnunen · 8 years ago
  89. cf97544 Make SkTime SK_API so that SkTime::GetDateTime() is visible to the clients. by aam · 8 years ago
  90. 0265707 Clean up SkFontConfigInterface implementation. by bungeman · 8 years ago
  91. 18f13f3 Remove (almost) unused read/writeFunctionPtr API. by brianosman · 8 years ago
  92. 59c12e3 remove non-static uses of SkOncePtr by mtklein · 8 years ago
  93. 57b4615 Remove unused encodedString API on SkWriteBuffer/SkReadBuffer by brianosman · 8 years ago
  94. 9516775 Enable generating SkImage with the same uniqueID in SkImageGenerator subclass by aleksandar.stojiljkovic · 8 years ago
  95. 4d9ff62 Remove SkWriter32::contiguousArray(). by mtklein · 8 years ago
  96. e86e51f Add reminders that these classes have constexpr default constructors. by mtklein · 8 years ago
  97. b4c899d remove SkWriteBuffer::getWriter32(). by mtklein · 8 years ago
  98. 1b5dd88 remove SkWriteBuffer::reserve() by mtklein · 8 years ago
  99. b4d46f0 Remove skstd::is_function. by bungeman · 8 years ago
  100. 5668648 Unify implementations of stroking radius calculationsns by bsalomon · 8 years ago