aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects/SkDisplacementMapEffect.cpp
Commit message (Expand)AuthorAge
* Make GPU coord transforms automaticGravatar bsalomon@google.com2013-10-02
* Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://co...Gravatar robertphillips@google.com2013-09-16
* Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on ...Gravatar robertphillips@google.com2013-09-16
* Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview...Gravatar robertphillips@google.com2013-09-16
* Initial error handling codeGravatar commit-bot@chromium.org2013-09-13
* Change old PRG to be SkLCGRandom; change new one to SkRandomGravatar commit-bot@chromium.org2013-09-09
* Rename ShaderType enum to ShaderVisibilityGravatar commit-bot@chromium.org2013-08-30
* Fix case where GrGLEffectMatrix gives back a dangling ptr for the coords var ...Gravatar commit-bot@chromium.org2013-08-28
* My clang now doesn't complain about !"foo".Gravatar mtklein@google.com2013-08-22
* Added ctm matrix to GPU pathGravatar commit-bot@chromium.org2013-08-05
* Make GrPaint have a variable sized array of color and coverage stages rather ...Gravatar commit-bot@chromium.org2013-07-13
* Implement offset for GPU filter path. Although we can't yet use this in Blink...Gravatar commit-bot@chromium.org2013-07-10
* Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRen...Gravatar commit-bot@chromium.org2013-06-26
* Fix a few clang errors while trying to build tools target.Gravatar tfarina@chromium.org2013-03-26
* Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps.Gravatar bsalomon@google.com2013-03-25
* Removed the "any" command from the displacement glsl shader.Gravatar sugoi@google.com2013-03-21
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-03-21
* Attempt to reland 8264-5 with warning-as-error fixes.Gravatar bsalomon@google.com2013-03-20
* revert 8265-8264 (broke build)Gravatar reed@google.com2013-03-20
* Adds local coords to GrEffect system.Gravatar bsalomon@google.com2013-03-20
* Fix for displacement mappingGravatar sugoi@google.com2013-03-19
* Make GrGLEffects use an interface to append their code.Gravatar bsalomon@google.com2013-03-07
* Use SkMWRandom in GLPrograms test.Gravatar bsalomon@google.com2013-02-13
* This changes the signature of SkImageFilter::filterImageGPU() to use SkBitmap...Gravatar senorblanco@chromium.org2013-01-30
* Add an origin flag for backend (external) textures. Some textures in WebKit ...Gravatar senorblanco@chromium.org2013-01-28
* Make all GrContext members that return a texture also ref the texture for the...Gravatar bsalomon@google.com2013-01-24
* 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
* 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
* Wrap GrEffects in GrEffectPtr.Gravatar bsalomon@google.com2013-01-16
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-16
* 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