1. f10637f Type-erase SkAutoMutexAcquire and SkAutoExclusive. by mtklein · 8 years ago
  2. 6644d93 respect srgb gamma when building mips by reed · 8 years ago
  3. 739bbb2 Fix glDraw*Indirect prototypes by csmartdalton · 8 years ago
  4. e18fa44 Move immintrin/arm_neon includes to where they are used. by mtklein · 8 years ago
  5. b445a57 Add NV12 texture conversion support. by jbauman · 8 years ago
  6. 9a3fbf7 Add control of manual mipmapping to GrContextOptions by brianosman · 8 years ago
  7. ea97673 SkPictureAnalyzer: expose the number of slow GPU commands. by senorblanco · 8 years ago
  8. e239547 Revert of Add control of manual mipmapping to GrContextOptions (patchset #2 id:20001 of https://codereview.chromium.org/2054623003/ ) by mtklein · 8 years ago
  9. 804b461 SkPixmap::setColorSpace by msarett · 8 years ago
  10. 97e398d Add control of manual mipmapping to GrContextOptions by brianosman · 8 years ago
  11. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  12. ecbc12b Replace targetHasUnifiedMultisampling in GrPB constructor by csmartdalton · 8 years ago
  13. 4dbbd04 SkLeanWindows.h: #include "Windows.h" fewer places by halcanary · 8 years ago
  14. 50bcb18 Revert of Move immintrin/arm_neon includes to where they are used. (patchset #2 id:20001 of https://codereview.chromium.org/2045633002/ ) by mtklein · 8 years ago
  15. 12dfaaa Move immintrin/arm_neon includes to where they are used. by mtklein · 8 years ago
  16. ee29564 Make GrShape track the winding direction and starting point for rrect types. by bsalomon · 8 years ago
  17. 982eb7f Add new SkSourceGammaTreatment enum, used in situations like mipmap construction, where we need to know if we should respect (vs. ignore) the gamma encoding of sRGB tagged images. Plumb that extensively. by brianosman · 8 years ago
  18. d8d6855 Revert of Make SkPngCodec decode progressively. (patchset #26 id:520001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  19. 55fdccc Remove GrRenderTarget from GrPipelineBuilder by robertphillips · 8 years ago
  20. 401e77c MIPS32r2: Fix Chromium runtime crash by milko.leporis · 8 years ago
  21. 69df020 Remove some uses of SK_SUPPORT_LEGACY_TYPEFACE_PTR. by bungeman · 8 years ago
  22. 186d2d4 Plumbing mipmaps to the point of creation. by cblume · 8 years ago
  23. 976f5f0 Make GrClipMaskManager stateless and push GrPipelineBuilder construction downstack by robertphillips · 8 years ago
  24. adf5afa Add SampleApp slide with animating lightmapped objects & transparency by robertphillips · 8 years ago
  25. ae92262 fix windows assert by caryclark · 8 years ago
  26. 1897cfd Abandon offset support with texel buffers by csmartdalton · 8 years ago
  27. 5cebf8c Support ARB extensions for indirect drawing by csmartdalton · 8 years ago
  28. 2cee902 Add color correction benchmark - with comparison to qcms by msarett · 8 years ago
  29. 6fb2391 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  30. fbce71f add MakeS32 helper to SkImageInfo, fix named-gamma constructor bug by reed · 8 years ago
  31. da1aeda Remove SK_SUPPORT_LEGACY_TYPEFACE_MAKE_FROM_NAME. by bungeman · 8 years ago
  32. 33f6b3f Manually generated sRGB mipmaps, with successively smaller draws. by brianosman · 8 years ago
  33. 9876ac5 Create SkColorSpaceXform to handle color conversions by msarett · 8 years ago
  34. 26694c3 Revert of Make SkPngCodec decode progressively. (patchset #24 id:480001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  35. 1e305ba Add offset to memory allocations by jvanverth · 8 years ago
  36. 4a603fc Revert of Create SkColorSpaceXform to handle color conversions (patchset #10 id:260001 of https://codereview.chromium.org/1952063002/ ) by msarett · 8 years ago
  37. 740cc88 Create SkColorSpaceXform to handle color conversions by msarett · 8 years ago
  38. 30e78c9 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  39. e3fa811 [GN] Add support for disabling opts via SK_BUILD_NO_OPTS define. by sdefresne · 8 years ago
  40. 9a89a09 Revert of Make SkPngCodec decode progressively. (patchset #18 id:340001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  41. ee6a991 SkTypeface::MakeFromName to take SkFontStyle. by mboc · 8 years ago
  42. a9ef92a SkEncodedInfo: simplify by halcanary · 8 years ago
  43. 93966d8 Add SkLights class by robertphillips · 8 years ago
  44. 019db3f Remove unused SkPictureGpuAnalyzer::analyze() by fmalita · 8 years ago
  45. a4b09a1 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  46. 785a5b9 Clean up SkFloatBits by mtklein · 8 years ago
  47. 78d58d1 Make SkPath::isOval() and SkPath::isRRect return the orientation and starting index. by bsalomon · 8 years ago
  48. 23c5110 Add SkColorSpace to SkImageInfo by msarett · 8 years ago
  49. b5fc58e Complex clipPath accounting by fmalita · 8 years ago
  50. 7a5bcc5 Make Sk32ToBool inline again to silence compiler warning. by bsalomon · 8 years ago
  51. e077e06 SkColorSpace tweaks by msarett · 8 years ago
  52. a167e74 Remove sRGB overrides on GrTextureParams. Use GrPaint flags instead. by brianosman · 8 years ago
  53. 1d15596 Add Xlib support to viewer by jvanverth · 8 years ago
  54. 8cc2091 Make SkColorSpace a public API by msarett · 8 years ago
  55. a0af771 SkTypes: use constexpr when appropriate by halcanary · 8 years ago
  56. 87f15c8 Retract GrRenderTarget from GrTestTarget by robertphillips · 8 years ago
  57. e46e4f0 Correct gesture scale and translation by liyuqian · 8 years ago
  58. 5878dbd Image filters: implement SkImage::makeWithFilter(). by senorblanco · 8 years ago
  59. 82ec6e5 Retract GrRenderTarget from GLProgramsTest by robertphillips · 8 years ago
  60. 5f2fa47 Make GrAppliedClip friendless by robertphillips · 8 years ago
  61. 0876158 Update Skia milestone to 53 after 52 branch by hcm · 8 years ago
  62. cb3bd18 SkCanvas::adjustToTopLayer() by tomhudson · 8 years ago
  63. d1227a7 Delete SkBitmapRegionCanvas by msarett · 8 years ago
  64. 7888f78 Set the "mutable format" bit on sRGB images at creation time. by brianosman · 8 years ago
  65. ca6eafc (Mostly) Retract GrRenderTarget from SkGpuDevice by robertphillips · 8 years ago
  66. b1be46b Ensure that SkColorTable->fCount is set properly after decodes by msarett · 8 years ago
  67. edea94c Implement vulkan fence syncs for nanobench by bsalomon · 8 years ago
  68. 071457b Add isUnifiedMultisampled entry point to GrDrawContext by robertphillips · 8 years ago
  69. 7761d61 Rename GrDrawingMgr::abandon to wasAbandoned & add a matching entry point to GrDrawingContext by robertphillips · 8 years ago
  70. 796e365 SkPictureGpuAnalyzer by fmalita · 8 years ago
  71. b2df0c2 Refactor Vulkan image, texture, RTs so that create and getter handles match. by egdaniel · 8 years ago
  72. e576874 Retract GrRenderTarget a bit within SkGpuDevice by robertphillips · 8 years ago
  73. 846c051 Convert GrClip to an abstract base class by cdalton · 8 years ago
  74. 9fb4203 Add bounds to GrShape by bsalomon · 8 years ago
  75. 9837740 Simplify GrSWMaskHelper by robertphillips · 8 years ago
  76. f054b17 Swap SkGpuBlurUtils over to using SkIRects by robertphillips · 8 years ago
  77. 862cff3 Remove clip from GrPipelineBuilder by cdalton · 8 years ago
  78. 193d9cf Eliminate special case nvpr batch handling by cdalton · 8 years ago
  79. 1e2e33a Remove SkPicture::hasText() by fmalita · 8 years ago
  80. 13b9c95 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  81. 9a9a7b2 Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ ) by scroggo · 8 years ago
  82. 6296da7 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  83. 18a2f9d Add base class for GLTestContext and add new subclass VkTestContext. by bsalomon · 8 years ago
  84. ebf30e8 Switch GrTextureToYUVPlanes over to newDrawContext calls by robertphillips · 8 years ago
  85. f077324 Remove SkFontHost.h. by bungeman · 8 years ago
  86. 6663acf Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  87. 85d9667 Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https://codereview.chromium.org/1957363002/ ) by bsalomon · 8 years ago
  88. 33595bd Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  89. 82595b6 refactor drawPath to have drawDevPath by reed · 8 years ago
  90. 1b4c01c Make SkAssertResult work with SK_WARN_UNUSED_RESULT in Release on gcc by bsalomon · 8 years ago
  91. 9daa4b9 No error if function marked with SK_WARN_UNUSED_RESULT is used in SkAssertResult by bsalomon · 8 years ago
  92. a8966a8 Reland of Simplify SkGpuBlurUtils::GaussianBlur method (patchset #1 id:1 of https://codereview.chromium.org/1956023002/ ) by robertphillips · 8 years ago
  93. 67a58dc Revert of Simplify SkGpuBlurUtils::GaussianBlur method (patchset #2 id:20001 of https://codereview.chromium.org/1958603002/ ) by jvanverth · 8 years ago
  94. 14f850a Remove Sk(Float|Double)PinToFixed functions, only used in tests. by brianosman · 8 years ago
  95. 3ccf2e7 Remove hasMixedSamples() from GrPipelineBuilder by cdalton · 8 years ago
  96. 3767cd6 https://groups.google.com/forum/#!topic/skia-discuss/2F2she2nQMg by halcanary · 8 years ago
  97. 524484b Revert of Retract GrRenderTarget a bit within SkGpuDevice (patchset #2 id:20001 of https://codereview.chromium.org/1956473002/ ) by robertphillips · 8 years ago
  98. 055e192 Take SkStrokeRec::InitStyle rather than SkPaint::Style in mask filter and DrawMask by bsalomon · 8 years ago
  99. 56a85e6 Simplify SkGpuBlurUtils::GaussianBlur method by robertphillips · 8 years ago
  100. 68e99ac remove alias for SkMatrix44.h -- chrome callers have been updated by reed · 8 years ago