aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
Commit message (Expand)AuthorAge
* Disable SkImage_drawAbandonedGpuImage on Vulkan.Gravatar bsalomon2016-06-15
* Keep SkColorSpace and SkColorProfileType in syncGravatar msarett2016-06-15
* Refactoring of GPU NormalMap handling out into its own class.Gravatar dvonbeck2016-06-15
* Add test for rendering an already abandoned texture-backed SkImage.Gravatar bsalomon2016-06-15
* Revert of Refactoring of GPU NormalMap handling out into its own class (patch...Gravatar egdaniel2016-06-14
* Refactoring of GPU NormalMap handling out into its own class.Gravatar dvonbeck2016-06-14
* Fix GrShape to preserve inverseness of rrects for strokes but not dashes.Gravatar bsalomon2016-06-14
* Another linux Vulkan fixGravatar jvanverth2016-06-14
* Move create_image_large in ImageTest.cpp inside #if SK_SUPPORT_GPUGravatar bsalomon2016-06-13
* Add prescale option to deferred paramsGravatar ericrk2016-06-13
* Add control over whether lines are special cased in SkDashPath. Disable when ...Gravatar bsalomon2016-06-13
* Make large array of GrShapes in test code heap allocatedGravatar bsalomon2016-06-10
* Make SkBlitter hierarchy explicit about what needs to be implemented.Gravatar herb2016-06-10
* respect srgb gamma when building mipsGravatar reed2016-06-10
* Make GrShape capable of representing inverse filled rrects.Gravatar bsalomon2016-06-10
* add fail condition to addexpandedGravatar caryclark2016-06-10
* SkMipMap::ComputeLevelSize should only cover SkMipMap's levels.Gravatar cblume2016-06-09
* sk_sp for Ganesh.Gravatar bungeman2016-06-09
* Make SkDashPathEffect fail for stroke+fill style (in addition to fill style)Gravatar bsalomon2016-06-09
* fix pathops fuzz bugsGravatar caryclark2016-06-08
* SkLeanWindows.h: #include "Windows.h" fewer placesGravatar halcanary2016-06-07
* Make GrShape use the original path when path effect fails.Gravatar bsalomon2016-06-07
* Get segment masks from GrShape.Gravatar bsalomon2016-06-07
* Make GrShape track the winding direction and starting point for rrect types.Gravatar bsalomon2016-06-06
* 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
* Revert of Make SkPngCodec decode progressively. (patchset #26 id:520001 of ht...Gravatar scroggo2016-06-06
* Remove GrRenderTarget from GrPipelineBuilderGravatar robertphillips2016-06-06
* MIPS32r2: Fix Chromium runtime crashGravatar milko.leporis2016-06-05
* SkMipMap::ComputeLevelSize to return SkISizeGravatar cblume2016-06-03
* Make GrClipMaskManager stateless and push GrPipelineBuilder construction down...Gravatar robertphillips2016-06-03
* Make SkPngCodec decode progressively.Gravatar scroggo2016-06-02
* add MakeS32 helper to SkImageInfo, fix named-gamma constructor bugGravatar reed2016-06-02
* Add getting the size of a given mipmap level.Gravatar cblume2016-06-02
* Manually generated sRGB mipmaps, with successively smaller draws.Gravatar brianosman2016-06-02
* Add a test to ensure that a case where SkCubicClipper::ChopMonoAtY returns fa...Gravatar mbarbella2016-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
* Make SkPngCodec decode progressively.Gravatar scroggo2016-06-01
* [GN] Add support for disabling opts via SK_BUILD_NO_OPTS define.Gravatar sdefresne2016-06-01
* Revert of Make SkPngCodec decode progressively. (patchset #18 id:340001 of ht...Gravatar scroggo2016-05-31
* Fix build errorGravatar scroggo2016-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
* Remove unused SkPictureGpuAnalyzer::analyze()Gravatar fmalita2016-05-31
* Make SkPngCodec decode progressively.Gravatar scroggo2016-05-31
* 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