1. e074d1f Change SkColor4f to RGBA channel order by brianosman · 8 years ago
  2. 0f83e01 Add support for 3D colorLUTs to SkColorXform by msarett · 8 years ago
  3. c1a3e24 SkMatrix44 clarifications and clean-ups by msarett · 8 years ago
  4. ff723af Fix bug in filterSpan4f - read the source, rather than the dest by brianosman · 8 years ago
  5. 4d1dd66 Add stub for avx. by herb · 8 years ago
  6. b390676 Use a table-based implementation of SkDefaultXform by msarett · 8 years ago
  7. 632d004 Add guards around access to font cache global fields. by herb · 8 years ago
  8. 111a42d Enable flattening and unflattening of SkColorSpace by msarett · 8 years ago
  9. dabe5d3 update callers to not use SkColorProfileType by reed · 8 years ago
  10. d7ec12e assert that non-empty clips have non-empty bounds by reed · 8 years ago
  11. 52ede1d More removal of SkColorProfileType... by brianosman · 8 years ago
  12. 0ed0575 Sanitize parsing of color look-up table by msarett · 8 years ago
  13. d280957 Support sRGB dsts in opt code by msarett · 8 years ago
  14. 875e13c Simplify mask/clip intersection, making sure to explicitly check for an empty mask. by mtklein · 8 years ago
  15. 802acec Revert of More removal of SkColorProfileType... (patchset #2 id:20001 of https://codereview.chromium.org/2071393002/ ) by egdaniel · 8 years ago
  16. 944876f More removal of SkColorProfileType... by brianosman · 8 years ago
  17. 960b2d6 remove colorprofiletype from imageinfo by reed · 8 years ago
  18. b109b8c Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  19. 8811e40 Refactoring of GPU NormalMap handling out into its own class. by dvonbeck · 8 years ago
  20. ab82418 Revert of Lots of progress switching to SkColorSpace rather than SkColorProfileType (patchset #10 id:180001 of https://codereview.chromium.org/2069173002/ ) by brianosman · 8 years ago
  21. 6a61a87 Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  22. dea0340 Implement fast, correct gamma conversion for color xforms by msarett · 8 years ago
  23. c4ce6b5 Differentiate between sRGBGamma and 2Dot2Gamma by msarett · 8 years ago
  24. 4132de7 Revert of Refactoring of GPU NormalMap handling out into its own class (patchset #9 id:160001 of https://codereview.chromium.org/2043393002/ ) by egdaniel · 8 years ago
  25. a7d1e2a Refactoring of GPU NormalMap handling out into its own class. by dvonbeck · 8 years ago
  26. da74393 Revert of Refactoring of GPU NormalMap handling out into its own class (patchset #7 id:120001 of https://codereview.chromium.org/2043393002/ ) by egdaniel · 8 years ago
  27. 87b0dd0 Refactoring of GPU NormalMap handling out into its own class. by dvonbeck · 8 years ago
  28. f8f9c07 Revert of Update typeface serialization style. (patchset #3 id:40001 of https://codereview.chromium.org/2030683002/ ) by mtklein · 8 years ago
  29. 7ae1c72 Update typeface serialization style. by bungeman · 8 years ago
  30. f10637f Type-erase SkAutoMutexAcquire and SkAutoExclusive. by mtklein · 8 years ago
  31. 8151103 fix non-square stroke rects (non-aa) by reed · 8 years ago
  32. 7df9e4a Make SkBlitter hierarchy explicit about what needs to be implemented. by herb · 8 years ago
  33. 6644d93 respect srgb gamma when building mips by reed · 8 years ago
  34. e18fa44 Move immintrin/arm_neon includes to where they are used. by mtklein · 8 years ago
  35. ea97673 SkPictureAnalyzer: expose the number of slow GPU commands. by senorblanco · 8 years ago
  36. 804b461 SkPixmap::setColorSpace by msarett · 8 years ago
  37. 96e4e1c Add raw pixel serialization fallback for SkImages that cannot be encoded. by mtklein · 8 years ago
  38. 609623b SkMipMap::ComputeLevelSize should only cover SkMipMap's levels. by cblume · 8 years ago
  39. 7ccbc1a Simplify code by breaking general sampler into Nearest and Bilerp. by herb · 8 years ago
  40. 06ca8ec sk_sp for Ganesh. by bungeman · 8 years ago
  41. 8c5424c SkColorSpace::NewICC fix integer overflow caught by fuzzer by msarett · 8 years ago
  42. a9e878c Optimize color xforms with 2.2 gammas for SSE2 by msarett · 8 years ago
  43. dd40483 Use faster case for on tile sampling, and a little clean up. This has been a sampling bug and so was bypassed using "false &&". Found the sampling bug and added the case back in. by herb · 8 years ago
  44. f1af0e9 Handle single pixel case on tiled. by herb · 8 years ago
  45. 4dbbd04 SkLeanWindows.h: #include "Windows.h" fewer places by halcanary · 8 years ago
  46. 3db2028 linear -> sRGB: use fast approximate sqrt() by mtklein · 8 years ago
  47. 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
  48. dc27a64 Add SkDefaultXform as a catch-all to handle color conversions by msarett · 8 years ago
  49. a4fa4f6 Gamma sanity checks by msarett · 8 years ago
  50. 64d3143 Name parametric gamma curve types by msarett · 8 years ago
  51. 401e77c MIPS32r2: Fix Chromium runtime crash by milko.leporis · 8 years ago
  52. a4e4b79 Add the ability to handle premul and swizzle src bitmap data. by herb · 8 years ago
  53. 862dae5 Add ability to rotate light direction in drawLitAtlas Sample slide by robertphillips · 8 years ago
  54. 44e09ec SkMipMap::ComputeLevelSize to return SkISize by cblume · 8 years ago
  55. 5823846 Add gm for displaying different variants of 8888 bitmaps and fix a small rejection case for sprite blitters. by herb · 8 years ago
  56. fbce71f add MakeS32 helper to SkImageInfo, fix named-gamma constructor bug by reed · 8 years ago
  57. da1aeda Remove SK_SUPPORT_LEGACY_TYPEFACE_MAKE_FROM_NAME. by bungeman · 8 years ago
  58. f95ff4a Add getting the size of a given mipmap level. by cblume · 8 years ago
  59. 0851d2d Handle stroked single line special case in Ganesh by robertphillips · 8 years ago
  60. 99600d0 Add a test to ensure that a case where SkCubicClipper::ChopMonoAtY returns false is handled properly. by mbarbella · 8 years ago
  61. 9876ac5 Create SkColorSpaceXform to handle color conversions by msarett · 8 years ago
  62. 81e4cc7 Recognize common parametric gamma by msarett · 8 years ago
  63. 066d682 Fix uninit warning on valgrind bot in SkPathPriv:IsSimpleClosedRect by Brian Salomon · 8 years ago
  64. edc743a Add SkPathPriv::IsSimpleClosedRect by bsalomon · 8 years ago
  65. 4a603fc Revert of Create SkColorSpaceXform to handle color conversions (patchset #10 id:260001 of https://codereview.chromium.org/1952063002/ ) by msarett · 8 years ago
  66. 740cc88 Create SkColorSpaceXform to handle color conversions by msarett · 8 years ago
  67. e3fa811 [GN] Add support for disabling opts via SK_BUILD_NO_OPTS define. by sdefresne · 8 years ago
  68. ba150cc always compute a cubic tangent by caryclark · 8 years ago
  69. 276e633 Check results from calls to SkCubicClipper::ChopMonoAtY. by mbarbella · 8 years ago
  70. 71e0552 Make use of new SkLights class by robertphillips · 8 years ago
  71. ee6a991 SkTypeface::MakeFromName to take SkFontStyle. by mboc · 8 years ago
  72. 1978ce2 Fix bug where SkPath will convert an arc to an oval and change the starting point. by bsalomon · 8 years ago
  73. 18c4943 Use special case for 0x00 and 0xFF alpha to go faster. by herb · 8 years ago
  74. 107c895 Fix integer overflow in SkColorSpace by msarett · 8 years ago
  75. 019db3f Remove unused SkPictureGpuAnalyzer::analyze() by fmalita · 8 years ago
  76. 0881fb5 Rewrite assignment operator on SkBitmap, fix asan by msarett · 8 years ago
  77. 785a5b9 Clean up SkFloatBits by mtklein · 8 years ago
  78. 78d58d1 Make SkPath::isOval() and SkPath::isRRect return the orientation and starting index. by bsalomon · 8 years ago
  79. 23c5110 Add SkColorSpace to SkImageInfo by msarett · 8 years ago
  80. 93ca884 pin before calling acos by caryclark · 8 years ago
  81. 4972908 add more SK_WARN_UNUSED_RESULT attributes to functions that ignore out-params if they fail by reed · 8 years ago
  82. a62038c Srcover for sprite blitters. by herb · 8 years ago
  83. b5fc58e Complex clipPath accounting by fmalita · 8 years ago
  84. ab926f0 Write ICC profiles from SkColorSpace object by msarett · 8 years ago
  85. c4ed684 Don't store resources with a unique key in GrResourceCache's fScratchMap by robertphillips · 8 years ago
  86. e077e06 SkColorSpace tweaks by msarett · 8 years ago
  87. 888dc16 Test color correction in DM by msarett · 8 years ago
  88. 8cc2091 Make SkColorSpace a public API by msarett · 8 years ago
  89. 57a69dc Make an embeddable container to hold linear pipelines. by herb · 8 years ago
  90. d1c71fd Attempt to improve lifetime management of SkGlyphCache in Ganesh atlas text code. by bsalomon · 8 years ago
  91. c989e18 Remove mutex for retrieving default typeface. by bungeman · 8 years ago
  92. 66a96d0 Propagate filter mode when rendering Alpha8 bitmaps by brianosman · 8 years ago
  93. de3c356 Assert complex precondition in SkGlyphCache::Visit. by bungeman · 8 years ago
  94. cb3bd18 SkCanvas::adjustToTopLayer() by tomhudson · 8 years ago
  95. 61a999c Parse parametric gamma curves by msarett · 8 years ago
  96. 264f88a SkColorSpace follow-ups by msarett · 8 years ago
  97. 1483d0f Fix leak of SkGammas by msarett · 8 years ago
  98. c5d07fa Rename SkDescriptor::equals to SkDescriptor::operator== by bsalomon · 8 years ago
  99. ca6eafc (Mostly) Retract GrRenderTarget from SkGpuDevice by robertphillips · 8 years ago
  100. bb9f774 Prepare SkColorSpace to be a public API by msarett · 8 years ago