aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects/GrCircleEffect.h
Commit message (Expand)AuthorAge
* Make generated effects from sksl fp files not need SK_SUPPORT_GPUGravatar Greg Daniel2018-04-06
* updated .fp file headersGravatar Ethan Nicholas2018-02-01
* Avoid GrEllipseEffect for small radii on devices without 32 bit float.Gravatar Brian Salomon2017-12-05
* Revert "Revert "Fix rendering of drrects with small circular inner rrects.""Gravatar Brian Salomon2017-12-01
* Revert "Fix rendering of drrects with small circular inner rrects."Gravatar Brian Salomon2017-12-01
* Fix rendering of drrects with small circular inner rrects.Gravatar Brian Salomon2017-12-01
* sksl enum supportGravatar Ethan Nicholas2017-11-13
* Remove color space xform support from SkSLGravatar Brian Osman2017-10-23
* initClassID no longer auto-allocates idsGravatar Ethan Nicholas2017-10-09
* Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.Gravatar Brian Salomon2017-08-11
* automatically generate clone() methods for SkSL fragment processorsGravatar Ethan Nicholas2017-07-31
* Remove the now unused GR_PROXY_MOVE macroGravatar Brian Salomon2017-07-28
* run skslc output through clang-formatGravatar Ethan Nicholas2017-07-19
* converted CircleEffect to SkSLGravatar Ethan Nicholas2017-07-14