aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects
Commit message (Expand)AuthorAge
* Add an origin flag for backend (external) textures. Some textures in WebKit ...Gravatar senorblanco@chromium.org2013-01-28
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* doh: use *srcPtr instead of src (which is now obsolete) when we check for spe...Gravatar reed@google.com2013-01-25
* Hid large dashed line optimization behind compiler flagGravatar robertphillips@google.com2013-01-25
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-25
* add optional cull-rect to patheffects, so they can do less work if their resultsGravatar reed@google.com2013-01-24
* Make all GrContext members that return a texture also ref the texture for the...Gravatar bsalomon@google.com2013-01-24
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-23
* Switch GrEffect::onIsEqual signature back to GrEffect from GrEffectRef.Gravatar bsalomon@google.com2013-01-22
* Let them eat GrEffectRef.Gravatar bsalomon@google.com2013-01-22
* Added toString to SkXfermode-derived classes (for debugger) Gravatar robertphillips@google.com2013-01-22
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-19
* (Relanding r7275 with assert fix, plus fixes from r7276, r7280, r7283.)Gravatar senorblanco@chromium.org2013-01-18
* Reverting chain of SkBicubicImageFilter changes (7275, 7276, 7280 & 7283)Gravatar robertphillips@google.com2013-01-18
* fix unused-variable warning in src/effects/SkBicubicImageFilter.cppGravatar reed@google.com2013-01-18
* Removed unused variable in SkBicubicImageFilter.cppGravatar robertphillips@google.com2013-01-18
* Fix GPU-less build. Unreviewed.Gravatar senorblanco@chromium.org2013-01-18
* Implement a bicubic resampling image filter, with raster and GPU backends.Gravatar senorblanco@chromium.org2013-01-18
* Fix call to INHERITED::isEqual in GrRadial2Gradient. Should be INHERITED::onI...Gravatar bsalomon@google.com2013-01-17
* Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffec...Gravatar bsalomon@google.com2013-01-17
* Change some function/vars from EffectPtr to EffectRef to reflect GrEffectPtr-...Gravatar bsalomon@google.com2013-01-16
* Fix GPU-less build.Gravatar bsalomon@google.com2013-01-16
* Wrap GrEffects in GrEffectPtr.Gravatar bsalomon@google.com2013-01-16
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-16
* Fix busted texture coords in GrGLBlendEffect.Gravatar bsalomon@google.com2013-01-15
* Added print out of SkShader information to debuggerGravatar robertphillips@google.com2013-01-15
* Unreviewed mac build fix : Removing unused variableGravatar sugoi@google.com2013-01-15
* Added missing include in non GPU case.Gravatar sugoi@google.com2013-01-15
* Implementation of the displacement effect (both CPU and GPU)Gravatar sugoi@google.com2013-01-15
* dashing asPoints could draw excessively long first dashGravatar robertphillips@google.com2013-01-15
* fix all the false --> NULL issues in the gradient codeGravatar humper@google.com2013-01-14
* Fix a problem in the matrix convolution image filter exposed by https://code....Gravatar senorblanco@chromium.org2013-01-14
* Fix debug build after r7153 (removed param referenced in assertion)Gravatar bsalomon@google.com2013-01-14
* Change signature of SkShader::asNewEffect(), implement for SkBitmapProcShader.Gravatar bsalomon@google.com2013-01-14
* Fix typo bug caught by mac warn-as-error (= should have been &=).Gravatar bsalomon@google.com2013-01-14
* Implement getConstantColorComponents() for matrix convolution.Gravatar bsalomon@google.com2013-01-11
* Add GrEffect::updateKnownColorComponents(). It is used to determine whether t...Gravatar bsalomon@google.com2013-01-11
* Fix leaks in blurrect benchs and gm.Gravatar bsalomon@google.com2013-01-11
* Make GrEffect::textureAccess non-virtual. Require subclasses to append their ...Gravatar bsalomon@google.com2013-01-11
* Rename onFilterImageGPU to filterImageGPU(), to match skia convention. No ch...Gravatar senorblanco@chromium.org2013-01-10
* fix warning from scalar --> int32 conversionGravatar humper@google.com2013-01-07
* Cleaned up warnings in Windows build.Gravatar jvanverth@google.com2013-01-07
* eliminate all warnings in non-thirdparty code on macGravatar humper@google.com2013-01-07
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-05
* Added a new function to directly generate a blurred rectangle analytically.Gravatar humper@google.com2013-01-04
* Allow GrEffects with multiple textures.Gravatar bsalomon@google.com2013-01-04
* Delete no-longer compiled SkRectShape.cppGravatar epoger@google.com2013-01-02
* Fix break from eariler change to colorfilters. clang's warnings found that so...Gravatar mike@reedtribe.org2012-12-24
* fix warnings related to constness in overrides of SkColorFilterGravatar mike@reedtribe.org2012-12-24
* change SkMaskFilter methods to const, in preparation for making the class asGravatar reed@google.com2012-12-18