aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects
Commit message (Expand)AuthorAge
* Removing highp variables from perlin noise shaderGravatar commit-bot@chromium.org2013-07-04
* Consider conical shader opaque if it covers entire plane.Gravatar commit-bot@chromium.org2013-07-04
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-07-04
* Fix for r9888 bugGravatar robertphillips@google.com2013-07-03
* Add canFilterMaskGPU & filterMaskGPU to SkMaskFilterGravatar robertphillips@google.com2013-07-03
* Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRen...Gravatar commit-bot@chromium.org2013-06-26
* remove dst/rendertarget support for kARGB_4444_ConfigGravatar reed@google.com2013-06-21
* *** Perlin noise GM needs to be rebaselined ***Gravatar commit-bot@chromium.org2013-06-17
* Disable the unpremultiply/remultiply in SkArithmeticMode, both raster and GPU...Gravatar senorblanco@chromium.org2013-06-12
* Remove the non-separable blur because it is no longer used.Gravatar commit-bot@chromium.org2013-06-11
* Fixed gpu perlin noise on WindowsGravatar sugoi@google.com2013-06-10
* Fix leak of effect in SkXfermodeImageFilter::filterImageGPU()Gravatar commit-bot@chromium.org2013-06-03
* Implement SkXfermode image filter. This required changing the signature of Sk...Gravatar senorblanco@chromium.org2013-05-31
* bump picture version since SkPath has changed (conics)Gravatar reed@google.com2013-05-31
* Revert "add asserts to point<-->verb helpers"Gravatar reed@google.com2013-05-30
* add asserts to point<-->verb helpersGravatar reed@google.com2013-05-30
* Speculative fix for Tegra-based Androids: don't try to unpremultiply dstColor...Gravatar senorblanco@chromium.org2013-05-29
* Provide a GPU implementation of SkArithmeticMode, using a custom GrEffect exp...Gravatar senorblanco@chromium.org2013-05-29
* Revert "Provide a GPU implementation of SkArithmeticMode, using a custom GrEf...Gravatar senorblanco@chromium.org2013-05-29
* Provide a GPU implementation of SkArithmeticMode, using a custom GrEffect exp...Gravatar senorblanco@chromium.org2013-05-29
* Fix alpha computation in SkArithmeticMode.Gravatar senorblanco@chromium.org2013-05-28
* check texture is not NULL to aovid segmentation fault. If the texture created...Gravatar commit-bot@chromium.org2013-05-28
* Remove SkImageFilter::getInputResult(), since its return value is notGravatar senorblanco@chromium.org2013-05-24
* Add flag to gradients to interpolate colors in premul space. Experimental API...Gravatar reed@google.com2013-05-24
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-05-24
* use Descriptor struct to encapsulate all the common paramaeters between our v...Gravatar reed@google.com2013-05-23
* Fix compiler error/warning in r9255Gravatar robertphillips@google.com2013-05-23
* Add printing of SkColorFilter-derived classes to debuggerGravatar robertphillips@google.com2013-05-23
* Reverting r9245 due to Chrome breakageGravatar robertphillips@google.com2013-05-22
* Remove SkImageFilter::getInputResult(), since its return value is notGravatar senorblanco@chromium.org2013-05-22
* Add methods to SkLayerDrawLooper to allow adding layers on topGravatar commit-bot@chromium.org2013-05-22
* add SkLerpXfermodeGravatar reed@google.com2013-05-21
* Add special handling of rectori case for gpuGravatar robertphillips@google.com2013-05-17
* Fix includes in SkLayerDrawLooper.h. It was previously not possible toGravatar commit-bot@chromium.org2013-05-14
* Make GrGLShaderBuilder check whether GrEffect advertised that it would requir...Gravatar commit-bot@chromium.org2013-05-09
* Fix compile warningGravatar caryclark@google.com2013-04-18
* Adding a bit of rebustness to SkRectShaderImageFilterGravatar sugoi@google.com2013-04-18
* Disabling GPU noise on Windows since Angle can't do a proper translation of t...Gravatar sugoi@google.com2013-04-18
* Reducing the complexity of the noise test for AngleGravatar sugoi@google.com2013-04-17
* Fixing debug bench assert on AndroidGravatar sugoi@google.com2013-04-17
* Perlin noise adjustmentsGravatar sugoi@google.com2013-04-17
* Allow single-pass filters (which use asNewEffect()) to participate in the ima...Gravatar senorblanco@chromium.org2013-04-08
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-04-06
* Unreviewed test fixGravatar sugoi@google.com2013-04-05
* New SVG turbulence in SkiaGravatar sugoi@google.com2013-04-05
* Make GrGLShaderBuilder::TextureSampler extract only required info from GrText...Gravatar bsalomon@google.com2013-03-28
* Fix a few clang errors while trying to build tools target.Gravatar tfarina@chromium.org2013-03-26
* Reverting r8376, r8373 and r8371 due to Android shader compilation failuresGravatar robertphillips@google.com2013-03-25
* Unreviewed build fixGravatar sugoi@google.com2013-03-25
* New SVG turbulence in SkiaGravatar sugoi@google.com2013-03-25