aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
...
* SkMipMap::ComputeLevelSize should only cover SkMipMap's levels.Gravatar cblume2016-06-09
* Simplify code by breaking general sampler into Nearest and Bilerp.Gravatar herb2016-06-09
* sk_sp for Ganesh.Gravatar bungeman2016-06-09
* SkColorSpace::NewICC fix integer overflow caught by fuzzerGravatar msarett2016-06-09
* Optimize color xforms with 2.2 gammas for SSE2Gravatar msarett2016-06-08
* Use faster case for on tile sampling, and a little clean up. This has been a ...Gravatar herb2016-06-08
* Handle single pixel case on tiled.Gravatar herb2016-06-08
* SkLeanWindows.h: #include "Windows.h" fewer placesGravatar halcanary2016-06-07
* linear -> sRGB: use fast approximate sqrt()Gravatar mtklein2016-06-07
* Add new SkSourceGammaTreatment enum, used in situations like mipmap construct...Gravatar brianosman2016-06-06
* Add SkDefaultXform as a catch-all to handle color conversionsGravatar msarett2016-06-06
* Gamma sanity checksGravatar msarett2016-06-06
* Name parametric gamma curve typesGravatar msarett2016-06-06
* MIPS32r2: Fix Chromium runtime crashGravatar milko.leporis2016-06-05
* Add the ability to handle premul and swizzle src bitmap data.Gravatar herb2016-06-04
* Add ability to rotate light direction in drawLitAtlas Sample slideGravatar robertphillips2016-06-03
* SkMipMap::ComputeLevelSize to return SkISizeGravatar cblume2016-06-03
* Add gm for displaying different variants of 8888 bitmaps and fix a small reje...Gravatar herb2016-06-03
* add MakeS32 helper to SkImageInfo, fix named-gamma constructor bugGravatar reed2016-06-02
* Remove SK_SUPPORT_LEGACY_TYPEFACE_MAKE_FROM_NAME.Gravatar bungeman2016-06-02
* Add getting the size of a given mipmap level.Gravatar cblume2016-06-02
* Handle stroked single line special case in GaneshGravatar robertphillips2016-06-02
* Add a test to ensure that a case where SkCubicClipper::ChopMonoAtY returns fa...Gravatar mbarbella2016-06-01
* Create SkColorSpaceXform to handle color conversionsGravatar msarett2016-06-01
* Recognize common parametric gammaGravatar msarett2016-06-01
* Fix uninit warning on valgrind bot in SkPathPriv:IsSimpleClosedRectGravatar Brian Salomon2016-06-01
* Add SkPathPriv::IsSimpleClosedRectGravatar bsalomon2016-06-01
* Revert of Create SkColorSpaceXform to handle color conversions (patchset #10 ...Gravatar msarett2016-06-01
* Create SkColorSpaceXform to handle color conversionsGravatar msarett2016-06-01
* [GN] Add support for disabling opts via SK_BUILD_NO_OPTS define.Gravatar sdefresne2016-06-01
* always compute a cubic tangentGravatar caryclark2016-06-01
* Check results from calls to SkCubicClipper::ChopMonoAtY.Gravatar mbarbella2016-05-31
* Make use of new SkLights classGravatar robertphillips2016-05-31
* SkTypeface::MakeFromName to take SkFontStyle.Gravatar mboc2016-05-31
* Fix bug where SkPath will convert an arc to an oval and change the starting p...Gravatar bsalomon2016-05-31
* Use special case for 0x00 and 0xFF alpha to go faster.Gravatar herb2016-05-31
* Fix integer overflow in SkColorSpaceGravatar msarett2016-05-31
* Remove unused SkPictureGpuAnalyzer::analyze()Gravatar fmalita2016-05-31
* Rewrite assignment operator on SkBitmap, fix asanGravatar msarett2016-05-27
* Clean up SkFloatBitsGravatar mtklein2016-05-27
* Make SkPath::isOval() and SkPath::isRRect return the orientation and starting...Gravatar bsalomon2016-05-27
* Add SkColorSpace to SkImageInfoGravatar msarett2016-05-27
* pin before calling acosGravatar caryclark2016-05-27
* add more SK_WARN_UNUSED_RESULT attributes to functions that ignore out-params...Gravatar reed2016-05-26
* Srcover for sprite blitters.Gravatar herb2016-05-26
* Complex clipPath accountingGravatar fmalita2016-05-25
* Write ICC profiles from SkColorSpace objectGravatar msarett2016-05-25
* Don't store resources with a unique key in GrResourceCache's fScratchMapGravatar robertphillips2016-05-24
* SkColorSpace tweaksGravatar msarett2016-05-24
* Test color correction in DMGravatar msarett2016-05-23