aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects
Commit message (Expand)AuthorAge
...
* Enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://code...Gravatar reed2016-03-03
* Revert of enforce 16byte alignment in shader contexts (patchset #1 id:1 of ht...Gravatar halcanary2016-03-03
* enforce 16byte alignment in shader contextsGravatar reed2016-03-03
* [Reland] Fix SkTwoPointConicalGradient zero-radius handlingGravatar fmalita2016-03-03
* 4f gradient interval builder cleanupGravatar fmalita2016-03-02
* Revert of Fix SkTwoPointConicalGradient zero-radius handling (patchset #2 id:...Gravatar fmalita2016-03-02
* Fix SkTwoPointConicalGradient zero-radius handlingGravatar fmalita2016-03-01
* Check bounds before casting float to integer in SamplePatch.cpp and SkBlurMas...Gravatar benjaminwagner2016-03-01
* Switch float arrays to vecs for conical gradientsGravatar jvanverth2016-02-26
* Creating functions for uploading a mipmapped texture.Gravatar cblume2016-02-26
* Make GrRRectBlurEffect::onIsEqual include the roundrect's rectGravatar robertphillips2016-02-26
* 4f gradient negative-dx interval fixup for kMirror_TileModeGravatar fmalita2016-02-25
* Cleanups related to SkFixed.Gravatar benjaminwagner2016-02-25
* Move Budgeted enum out of SkSurface, use in GrTextureProviderGravatar bsalomon2016-02-25
* Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patc...Gravatar bsalomon2016-02-25
* Move Budgeted enum out of SkSurface, use in GrTextureProviderGravatar bsalomon2016-02-25
* Revert of Simple cleanups related to SkFixed. (patchset #4 id:120001 of https...Gravatar benjaminwagner2016-02-24
* Ensure the Gaussian tail of circle blurs goes to zero.Gravatar benjaminwagner2016-02-24
* Cleanups related to SkFixed.Gravatar benjaminwagner2016-02-24
* Retire SkShader::kSupports4f_FlagGravatar fmalita2016-02-23
* Update 4f linear gradient selection heuristicGravatar fmalita2016-02-23
* Move SkPackBits to src/effects.Gravatar bungeman2016-02-23
* fix misc asserts and checks found by fuzzerGravatar reed2016-02-22
* Add ContextRec param to SkShader::contextSize()Gravatar fmalita2016-02-22
* remove dead unpremul checksGravatar reed2016-02-22
* Initial linear gradient 4f implGravatar fmalita2016-02-22
* Revert of fix misc asserts and checks found by fuzzer (patchset #1 id:1 of ht...Gravatar ethannicholas2016-02-22
* clean-up dead codeGravatar reed2016-02-22
* fix misc asserts and checks found by fuzzerGravatar reed2016-02-22
* Revert of ix misc asserts and checks found by fuzzer (patchset #1 id:1 of htt...Gravatar reed2016-02-22
* Reland of ix misc asserts and checks found by fuzzer (patchset #1 id:1 of htt...Gravatar reed2016-02-22
* Revert of fix misc asserts and checks found by fuzzer (patchset #1 id:1 of ht...Gravatar reed2016-02-21
* fix misc asserts and checks found by fuzzerGravatar reed2016-02-20
* Add more specialized fragment buildersGravatar cdalton2016-02-18
* Mark existing image filter entry points that will be going away with DeprecatedGravatar robertphillips2016-02-17
* Remove 6-param applyCropRect() from lighting filters (GPU path).Gravatar senorblanco2016-02-17
* Remove 6-param applyCropRect() from lighting filters (raster path).Gravatar senorblanco2016-02-16
* Change SkMatrix::fixedStepInX to return SkVector (of SkScalar) rather than Sk...Gravatar benjaminwagner2016-02-16
* Image filters: change applyCropRect() to take a src rect.Gravatar senorblanco2016-02-16
* Add GrShaderFlags enumGravatar cdalton2016-02-11
* Alter SkXfermode's asFragmentProcessor & asXPFactory contractsGravatar robertphillips2016-02-09
* Last bit of GrGLSLFragmentProcessor-derived class cleanupGravatar robertphillips2016-02-05
* Next round of GrGLSLFragmentProcessor-derived class cleanupGravatar robertphillips2016-02-04
* Clean up GrGLSLFragmentProcessor-derived classesGravatar robertphillips2016-02-03
* Add gpu implementation of SkAvoidXfermodeGravatar robertphillips2016-02-03
* Revert of Add gpu implementation of SkAvoidXfermode (patchset #10 id:170001 o...Gravatar mtklein2016-02-03
* Add gpu implementation of SkAvoidXfermodeGravatar robertphillips2016-02-03
* Move SkColorMatrixFilter implementation to core.Gravatar bsalomon2016-02-01
* Fix zero-sized blur with crop rect.Gravatar senorblanco2016-02-01
* SkNx Load/store: take any pointer.Gravatar mtklein2016-01-31