1. 06115ee Get segment masks from GrShape. by bsalomon · 8 years ago
  2. ee29564 Make GrShape track the winding direction and starting point for rrect types. by bsalomon · 8 years ago
  3. 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
  4. dc27a64 Add SkDefaultXform as a catch-all to handle color conversions by msarett · 8 years ago
  5. d8d6855 Revert of Make SkPngCodec decode progressively. (patchset #26 id:520001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  6. 55fdccc Remove GrRenderTarget from GrPipelineBuilder by robertphillips · 8 years ago
  7. 401e77c MIPS32r2: Fix Chromium runtime crash by milko.leporis · 8 years ago
  8. 44e09ec SkMipMap::ComputeLevelSize to return SkISize by cblume · 8 years ago
  9. 976f5f0 Make GrClipMaskManager stateless and push GrPipelineBuilder construction downstack by robertphillips · 8 years ago
  10. 6fb2391 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  11. fbce71f add MakeS32 helper to SkImageInfo, fix named-gamma constructor bug by reed · 8 years ago
  12. f95ff4a Add getting the size of a given mipmap level. by cblume · 8 years ago
  13. 33f6b3f Manually generated sRGB mipmaps, with successively smaller draws. by brianosman · 8 years ago
  14. 99600d0 Add a test to ensure that a case where SkCubicClipper::ChopMonoAtY returns false is handled properly. by mbarbella · 8 years ago
  15. 26694c3 Revert of Make SkPngCodec decode progressively. (patchset #24 id:480001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  16. edc743a Add SkPathPriv::IsSimpleClosedRect by bsalomon · 8 years ago
  17. 1e305ba Add offset to memory allocations by jvanverth · 8 years ago
  18. 30e78c9 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  19. e3fa811 [GN] Add support for disabling opts via SK_BUILD_NO_OPTS define. by sdefresne · 8 years ago
  20. 9a89a09 Revert of Make SkPngCodec decode progressively. (patchset #18 id:340001 of https://codereview.chromium.org/1997703003/ ) by scroggo · 8 years ago
  21. 4b42134 Fix build error by scroggo · 8 years ago
  22. ee6a991 SkTypeface::MakeFromName to take SkFontStyle. by mboc · 8 years ago
  23. 1978ce2 Fix bug where SkPath will convert an arc to an oval and change the starting point. by bsalomon · 8 years ago
  24. 019db3f Remove unused SkPictureGpuAnalyzer::analyze() by fmalita · 8 years ago
  25. a4b09a1 Make SkPngCodec decode progressively. by scroggo · 8 years ago
  26. 785a5b9 Clean up SkFloatBits by mtklein · 8 years ago
  27. 78d58d1 Make SkPath::isOval() and SkPath::isRRect return the orientation and starting index. by bsalomon · 8 years ago
  28. 23c5110 Add SkColorSpace to SkImageInfo by msarett · 8 years ago
  29. 7b38e3c Fix int32 overflow in LinearGradientContext::shade4_dx_clamp by fmalita · 8 years ago
  30. 2bec26a fix security bug by caryclark · 8 years ago
  31. b5fc58e Complex clipPath accounting by fmalita · 8 years ago
  32. ab926f0 Write ICC profiles from SkColorSpace object by msarett · 8 years ago
  33. e077e06 SkColorSpace tweaks by msarett · 8 years ago
  34. 8cc2091 Make SkColorSpace a public API by msarett · 8 years ago
  35. a0af771 SkTypes: use constexpr when appropriate by halcanary · 8 years ago
  36. ba58489 Finish supporting decoding opaque to non-opaque by scroggo · 8 years ago
  37. 87f15c8 Retract GrRenderTarget from GrTestTarget by robertphillips · 8 years ago
  38. e76ca8b gyp (third_party) warning changes for ccache by halcanary · 8 years ago
  39. 5878dbd Image filters: implement SkImage::makeWithFilter(). by senorblanco · 8 years ago
  40. 82ec6e5 Retract GrRenderTarget from GLProgramsTest by robertphillips · 8 years ago
  41. cb3bd18 SkCanvas::adjustToTopLayer() by tomhudson · 8 years ago
  42. 037655f Make SkBlend_optsTests fail rather than crash when resources are missing by bsalomon · 8 years ago
  43. cc49e59 Add tests and benches to support the sRGB blitter for SkOpts by herb · 8 years ago
  44. bb9f774 Prepare SkColorSpace to be a public API by msarett · 8 years ago
  45. 4933d0b Revert of Add specialized sRGB blitter for SkOpts (patchset #21 id:400001 of https://codereview.chromium.org/1939513002/ ) by reed · 8 years ago
  46. bc92754 Add tests and benches to support the sRGB blitter for SkOpts by herb · 8 years ago
  47. 796e365 SkPictureGpuAnalyzer by fmalita · 8 years ago
  48. b2df0c2 Refactor Vulkan image, texture, RTs so that create and getter handles match. by egdaniel · 8 years ago
  49. 846c051 Convert GrClip to an abstract base class by cdalton · 8 years ago
  50. 9fb4203 Add bounds to GrShape by bsalomon · 8 years ago
  51. 862cff3 Remove clip from GrPipelineBuilder by cdalton · 8 years ago
  52. 1e2e33a Remove SkPicture::hasText() by fmalita · 8 years ago
  53. 13b9c95 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  54. 9a9a7b2 Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ ) by scroggo · 8 years ago
  55. 7c73a53 Add isEmpty() query to GrShape and improve comments. by bsalomon · 8 years ago
  56. 93a379b Separate user and raw stencil settings by cdalton · 8 years ago
  57. 6296da7 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  58. 0fd3c81 Make unit tests use generic testcontext rather than glcontext by bsalomon · 8 years ago
  59. fbb3102 Revert "Add tests and benches to support the sRGB blitter for SkOpts" by scroggo · 8 years ago
  60. 8b7451a Turn ContextInfos returned by GrContextFactory into structs. by bsalomon · 8 years ago
  61. e19aecd Revert of Separate user and raw stencil settings (patchset #8 id:140001 of https://codereview.chromium.org/1962243002/ ) by robertphillips · 8 years ago
  62. 12dbb39 Separate user and raw stencil settings by cdalton · 8 years ago
  63. 554784c Add tests and benches to support the sRGB blitter for SkOpts by herb · 8 years ago
  64. d0e36a9 Fix AllocedProxyTest on Mesa by robertphillips · 8 years ago
  65. 6663acf Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  66. 85d9667 Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https://codereview.chromium.org/1957363002/ ) by bsalomon · 8 years ago
  67. 33595bd Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  68. 2c3eca3 Approximate common gamma tables as single values by msarett · 8 years ago
  69. 97fd2d4 Incorporate scale into GrStyle and GrShape by bsalomon · 8 years ago
  70. 57cd94a SkAdvancedTypefaceMetrics: getAdvanceData uses std::function by halcanary · 8 years ago
  71. e20a875 SkAdvancedTypefaceMetrics: abstract out linked list by halcanary · 8 years ago
  72. 14f850a Remove Sk(Float|Double)PinToFixed functions, only used in tests. by brianosman · 8 years ago
  73. 1a0b9ed Fix issue where GrStyle::applyToPath exited before applying stroke by bsalomon · 8 years ago
  74. 3ccf2e7 Remove hasMixedSamples() from GrPipelineBuilder by cdalton · 8 years ago
  75. ffa4a92 SkOncePtr -> SkOnce by mtklein · 8 years ago
  76. 2d1ee79 Added --deepColor option to SampleApp, triggers creation of a ten-bit/channel by brianosman · 8 years ago
  77. f0cf355 Stop banning stroke-and-fill for GrStyle and add tests by bsalomon · 8 years ago
  78. 959a293 Revert of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromium.org/1949313003/ ) by reed · 8 years ago
  79. 82da9a8 Reland of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromium.org/1945293004/ ) by reed · 8 years ago
  80. 7eb33da Revert of SkOncePtr -> SkOnce (patchset #4 id:60001 of https://codereview.chromium.org/1953533002/ ) by reed · 8 years ago
  81. 086eea9 Revert of SK_DECLARE_STATIC_MUTEX -> static SkMutex (patchset #1 id:1 of https://codereview.chromium.org/1948193002/ ) by reed · 8 years ago
  82. 5e56cfd SK_DECLARE_STATIC_MUTEX -> static SkMutex by mtklein · 8 years ago
  83. 9bd3fc7 SkOncePtr -> SkOnce by mtklein · 8 years ago
  84. 0607756 Make cap only affect the keys of GrShapes that are possibly-open by bsalomon · 8 years ago
  85. 9b92ebd Remove executable bit from source code files. by benjaminwagner · 8 years ago
  86. 76948d4 Add Gr*Proxy classes by robertphillips · 8 years ago
  87. c402518 Allow stencils to be attached to render targets created via SkSurface::MakeFromBackendTextureAsRenderTarget by ericrk · 8 years ago
  88. fad9856 Prototype code that turns any/every flattenable into JSON by brianosman · 8 years ago
  89. 31f25a0 Revert of Allow stencils to be attached to render targets created via SkSurface::MakeFromBackendTextureAsRend… (patchset #1 id:60001 of https://codereview.chromium.org/1941353003/ ) by jvanverth · 8 years ago
  90. 9ad5d7c Add some more testing around hairline GrShapes by bsalomon · 8 years ago
  91. fb08327 Expand GrStyle's interface. by bsalomon · 8 years ago
  92. 0736f33 Allow stencils to be attached to render targets created via SkSurface::MakeFromBackendTextureAsRenderTarget by ericrk · 8 years ago
  93. 02125d1 Create a single, unique pointer to sRGB color space by msarett · 8 years ago
  94. 4f16e63 Revert of Add Gr*Proxy classes (patchset #10 id:220001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 8 years ago
  95. 50d3b57 return 4x4 matrix from SkColorSpace by reed · 8 years ago
  96. b451134 Minor refactor of GrLayerHoister by robertphillips · 8 years ago
  97. 92605b3 Add Gr*Proxy classes by robertphillips · 8 years ago
  98. 89d09a1 Revert of Add Gr*Proxy classes (patchset #9 id:160001 of https://codereview.chromium.org/1937553002/ ) by robertphillips · 8 years ago
  99. 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
  100. de5bf0c Add Gr*Proxy classes by robertphillips · 8 years ago