index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
effects
/
SkDisplacementMapEffect.cpp
Commit message (
Expand
)
Author
Age
*
Change undefined SkGpuRenderTarget and SkGpuTexture forward declares to GrRen...
commit-bot@chromium.org
2013-06-26
*
Fix a few clang errors while trying to build tools target.
tfarina@chromium.org
2013-03-26
*
Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps.
bsalomon@google.com
2013-03-25
*
Removed the "any" command from the displacement glsl shader.
sugoi@google.com
2013-03-21
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-03-21
*
Attempt to reland 8264-5 with warning-as-error fixes.
bsalomon@google.com
2013-03-20
*
revert 8265-8264 (broke build)
reed@google.com
2013-03-20
*
Adds local coords to GrEffect system.
bsalomon@google.com
2013-03-20
*
Fix for displacement mapping
sugoi@google.com
2013-03-19
*
Make GrGLEffects use an interface to append their code.
bsalomon@google.com
2013-03-07
*
Use SkMWRandom in GLPrograms test.
bsalomon@google.com
2013-02-13
*
This changes the signature of SkImageFilter::filterImageGPU() to use SkBitmap...
senorblanco@chromium.org
2013-01-30
*
Add an origin flag for backend (external) textures. Some textures in WebKit ...
senorblanco@chromium.org
2013-01-28
*
Make all GrContext members that return a texture also ref the texture for the...
bsalomon@google.com
2013-01-24
*
Switch GrEffect::onIsEqual signature back to GrEffect from GrEffectRef.
bsalomon@google.com
2013-01-22
*
Let them eat GrEffectRef.
bsalomon@google.com
2013-01-22
*
Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffec...
bsalomon@google.com
2013-01-17
*
Change some function/vars from EffectPtr to EffectRef to reflect GrEffectPtr-...
bsalomon@google.com
2013-01-16
*
Wrap GrEffects in GrEffectPtr.
bsalomon@google.com
2013-01-16
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-16
*
Unreviewed mac build fix : Removing unused variable
sugoi@google.com
2013-01-15
*
Added missing include in non GPU case.
sugoi@google.com
2013-01-15
*
Implementation of the displacement effect (both CPU and GPU)
sugoi@google.com
2013-01-15