aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
...
* 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
* Bin circular blur profile textures by scale and blur to radius ratio.Gravatar bsalomon2016-06-14
* SkMultiPictureDocument: don't rely on SkPicture::cullRectGravatar halcanary2016-06-14
* Remove command buffer sample app support.Gravatar bsalomon2016-06-14
* Store GLSL max samplers using uint32_t rather than uint8_tGravatar bsalomon2016-06-14
* Fix linux compile errorGravatar jvanverth2016-06-14
* Fix compile error (uninitialized variable use)Gravatar brianosman2016-06-14
* Create free list heap for suballocationGravatar jvanverth2016-06-13
* Revert of Clean up two unlaunched SSE 4.1 8888 blits. (patchset #1 id:1 of ht...Gravatar mtklein2016-06-13
* Revert of Update typeface serialization style. (patchset #3 id:40001 of https...Gravatar mtklein2016-06-13
* Fix SkImage::asLegacyBitmap() to respect color space infoGravatar msarett2016-06-13
* Add prescale option to deferred paramsGravatar ericrk2016-06-13
* Clean up two unlaunched SSE 4.1 8888 blits.Gravatar mtklein2016-06-13
* Update typeface serialization style.Gravatar bungeman2016-06-13
* Add control over whether lines are special cased in SkDashPath. Disable when ...Gravatar bsalomon2016-06-13
* Better (?) interface for controlling sRGB-ness of mipmaps on GrTextureGravatar brianosman2016-06-13
* Move multisampleDisableSupport into GrCapsGravatar csmartdalton2016-06-10
* Type-erase SkAutoMutexAcquire and SkAutoExclusive.Gravatar mtklein2016-06-10
* fix non-square stroke rects (non-aa)Gravatar reed2016-06-10
* Make SkBlitter hierarchy explicit about what needs to be implemented.Gravatar herb2016-06-10
* Implement SkFontMgr_Custom::onCreateFromFontData.Gravatar bungeman2016-06-10
* Fix GrDrawContextPriv::stencilRectGravatar csmartdalton2016-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
* Implement all onCreateFromStream overloads.Gravatar bungeman2016-06-10
* Fix glDraw*Indirect prototypesGravatar csmartdalton2016-06-09
* Move immintrin/arm_neon includes to where they are used.Gravatar mtklein2016-06-09
* Add NV12 texture conversion support.Gravatar jbauman2016-06-09
* Add control of manual mipmapping to GrContextOptionsGravatar brianosman2016-06-09
* Cleanup needed to use WindowContext for AndroidGravatar djsollen2016-06-09
* SkPictureAnalyzer: expose the number of slow GPU commands.Gravatar senorblanco2016-06-09
* Revert of Add control of manual mipmapping to GrContextOptions (patchset #2 i...Gravatar mtklein2016-06-09
* SkPixmap::setColorSpaceGravatar msarett2016-06-09
* Add raw pixel serialization fallback for SkImages that cannot be encoded.Gravatar mtklein2016-06-09
* SkMipMap::ComputeLevelSize should only cover SkMipMap's levels.Gravatar cblume2016-06-09
* Add control of manual mipmapping to GrContextOptionsGravatar brianosman2016-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
* Make SkDashPathEffect fail for stroke+fill style (in addition to fill style)Gravatar bsalomon2016-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
* Add GpuCommandBuffer support.Gravatar egdaniel2016-06-08
* Fix mipmap generation on Nexus 5x & 6p devices.Gravatar brianosman2016-06-08
* Replace targetHasUnifiedMultisampling in GrPB constructorGravatar csmartdalton2016-06-08
* When setting up a copySurface dst texture make the orientation match the src ...Gravatar bsalomon2016-06-08
* Fix instances where hwaa was wrong for mixed samplesGravatar csmartdalton2016-06-08
* Handle single pixel case on tiled.Gravatar herb2016-06-08