summaryrefslogtreecommitdiff
path: root/effects.gypi
AgeCommit message (Collapse)Author
2012-08-22Implements the non-Porter-Duff compositing modes required for SVG's feBlendsenorblanco@chromium.org
element. This filter has two inputs, since normal blending can't be used. The GPU side uses two filter stages to accomplish this: one to sample the background, and one to sample the foreground and blend it. Review URL: https://codereview.appspot.com/6463081/ git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@5231 2bbb7eff-a529-9590-31e7-b0007b416f81
2012-08-20Fix typo in r5202, preventing include files from showing up.senorblanco@chromium.org
Build fix; unreviewed. git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@5205 2bbb7eff-a529-9590-31e7-b0007b416f81
2012-08-20Extract list of source files from effects.gyp into effects.gypi, as was done forsenorblanco@chromium.org
core.gyp. This should make our lives easier when rolling DEPS. Review URL: https://codereview.appspot.com/6454172/ git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@5202 2bbb7eff-a529-9590-31e7-b0007b416f81