aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Manually generated sRGB mipmaps, with successively smaller draws.Gravatar brianosman2016-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
* Revert of Make SkPngCodec decode progressively. (patchset #24 id:480001 of ht...Gravatar scroggo2016-06-01
* Add SkPathPriv::IsSimpleClosedRectGravatar bsalomon2016-06-01
* Add offset to memory allocationsGravatar jvanverth2016-06-01
* Revert of Create SkColorSpaceXform to handle color conversions (patchset #10 ...Gravatar msarett2016-06-01
* Implement support for rendering color emoji on WindowsGravatar kulshin2016-06-01
* Create SkColorSpaceXform to handle color conversionsGravatar msarett2016-06-01
* Make SkPngCodec decode progressively.Gravatar scroggo2016-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
* Revert of Make SkPngCodec decode progressively. (patchset #18 id:340001 of ht...Gravatar scroggo2016-05-31
* Make use of new SkLights classGravatar robertphillips2016-05-31
* SkTypeface::MakeFromName to take SkFontStyle.Gravatar mboc2016-05-31
* SkXPS: clean up SkConstexprMathGravatar halcanary2016-05-31
* SkEncodedInfo: simplifyGravatar halcanary2016-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
* Add mip support to *DeferredTextureImageData functions.Gravatar cblume2016-05-31
* Filter out degenerate contours in GrConvexPolyEffectGravatar lsalzman2016-05-31
* Fix integer overflow in SkColorSpaceGravatar msarett2016-05-31
* Remove unused SkPictureGpuAnalyzer::analyze()Gravatar fmalita2016-05-31
* Make SkPngCodec decode progressively.Gravatar scroggo2016-05-31
* Fix incorrect sampler locations when using CHROMIUM_bind_uniform_locationGravatar kkinnunen2016-05-30
* Change parameters to GrPipelineBuilder's ctorGravatar robertphillips2016-05-28
* 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
* Silence ASAN int32 overflow warningGravatar fmalita2016-05-26
* add more SK_WARN_UNUSED_RESULT attributes to functions that ignore out-params...Gravatar reed2016-05-26
* Fix int32 overflow in LinearGradientContext::shade4_dx_clampGravatar fmalita2016-05-26
* Srcover for sprite blitters.Gravatar herb2016-05-26
* fix security bugGravatar caryclark2016-05-26
* SkPDF/SkColorSpace: use writeToICCGravatar halcanary2016-05-26
* Complex clipPath accountingGravatar fmalita2016-05-25
* Assign sRGB color space to unmarked jpegs and pngsGravatar msarett2016-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
* Use nullptr instead of 0 in call to FontConfig.Gravatar bungeman2016-05-24
* pthread_once -> SkOnceGravatar mtklein2016-05-24
* Remove sRGB overrides on GrTextureParams. Use GrPaint flags instead.Gravatar brianosman2016-05-24
* I have found a more efficient way of detecting 1 and 0 alpha in SSE2. In addi...Gravatar herb2016-05-23