aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/effects.gyp
Commit message (Expand)AuthorAge
* Move SkPixelXorXfermode.h to include/client/androidGravatar robertphillips2016-02-01
* Revert of Move SkPixelXorXfermode.h to include/client/android (patchset #5 id...Gravatar robertphillips2016-01-29
* Move SkPixelXorXfermode.h to include/client/androidGravatar robertphillips2016-01-29
* add -Iinclude/private anywhere we have -Isrc/coreGravatar mtklein2015-07-28
* Revert "Move headers used by headers in include/ to include/private."Gravatar Mike Klein2015-07-01
* Move headers used by headers in include/ to include/private.Gravatar mtklein2015-07-01
* Revert "Move headers used by headers in include/ to include/private."Gravatar jvanverth2015-07-01
* Move headers used by headers in include/ to include/private.Gravatar mtklein2015-07-01
* Add copyright headers to remaining gyp files.Gravatar scroggo2015-03-25
* Both DM and nanobench need this, so moving the duplicated code toGravatar tomhudson2015-03-23
* Remove the comments settings for vim tab width and expansion variables.Gravatar commit-bot@chromium.org2013-12-02
* Implement SSE2-based implementations of the morphology filters (dilate & erod...Gravatar senorblanco@chromium.org2013-10-30
* add support for high quality image filtering on the GPUGravatar humper@google.com2013-09-04
* Update obvious deps.Gravatar bungeman@google.com2013-07-22
* Revert deps changes in r10220 and r10217.Gravatar bungeman@google.com2013-07-20
* Update obvious deps.Gravatar bungeman@google.com2013-07-19
* Replace SkPicture(SkStream) constructors with a factory.Gravatar scroggo@google.com2013-06-28
* Prepare skia for shared library build on androidGravatar djsollen@google.com2013-06-03
* prepare skia for shared library build on androidGravatar djsollen@google.com2013-05-31
* prepare skia for shared library build on androidGravatar djsollen@google.com2013-05-31
* re-enable fast blur so I can rebaselineGravatar humper@google.com2013-03-11
* add proper support for solid style, and temporarily turn off my change so the...Gravatar humper@google.com2013-03-11
* Build Skia as a static libraryGravatar borenet@google.com2012-10-10
* Fix Android build of render_picturesGravatar borenet@google.com2012-09-10
* Add effects/core.gypi to 'sources' to make them appear in VS projectsGravatar bsalomon@google.com2012-09-04
* Extract list of source files from effects.gyp into effects.gypi, as was done forGravatar senorblanco@chromium.org2012-08-20
* Move SkColorFilterImageFilter into its own file.Gravatar senorblanco@chromium.org2012-08-20
* Implements a new class, SkSingleInputImageFilter, to handle DAG connectivityGravatar senorblanco@chromium.org2012-08-20
* Add a zoom filter to Skia. This will be used on ChromeOS to implement the scr...Gravatar bsalomon@google.com2012-08-13
* remove SkShape (unused)Gravatar reed@google.com2012-08-09
* Refactor Bitmap Storage for SkPicture using SkPipe's design.Gravatar djsollen@google.com2012-08-07
* Create GPU-less build of Skia.Gravatar bsalomon@google.com2012-08-02
* Split SkGradientShader into separate files for each gradient subclass.Gravatar rileya@google.com2012-07-26
* Enable Compile Option to Build Android ExecutablesGravatar borenet@google.com2012-07-18
* This patch implements the diffuse and specular lighting filters in Ganesh. Gravatar senorblanco@chromium.org2012-07-11
* Raster implementation of diffuse and specular lighting filters. Externally,Gravatar senorblanco@chromium.org2012-06-22
* Fixed flattening of SkStippleMaskFilterGravatar robertphillips@google.com2012-06-05
* Revert 3538.Gravatar bungeman@google.com2012-03-29
* Correct dependencies in gyp files.Gravatar bungeman@google.com2012-03-29
* Move SkColorMatrix to effects.Gravatar bungeman@google.com2012-03-28
* Cleanup Macros arround static initializers for SkFlattenable.Gravatar djsollen@google.com2012-03-23
* Move SkClampRange into src/effects, where it isn't being advertised asGravatar tomhudson@google.com2012-03-20
* Make all gyp targets automatically include common.gypiGravatar epoger@google.com2012-03-16
* Erode and dilate image filter effects, CPU and GPU implementations.Gravatar senorblanco@chromium.org2012-03-02
* Merge changes from the android repo upstream to SkiaGravatar djsollen@google.com2012-02-15
* Add SkTableColorFilter, as a foundation for several SVG filtersGravatar mike@reedtribe.org2011-12-28
* initial impl of SkImageFilters : virtual signature will change!Gravatar reed@google.com2011-12-20
* add optional manual global initializationGravatar caryclark@google.com2011-12-15
* add first cut at arithmetic modeGravatar mike@reedtribe.org2011-12-10
* Implement Gaussian blurs for images. The caller creates an anGravatar senorblanco@chromium.org2011-11-09