index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkShader.cpp
Commit message (
Expand
)
Author
Age
*
Wrap GrEffects in GrEffectPtr.
bsalomon@google.com
2013-01-16
*
Added print out of SkShader information to debugger
robertphillips@google.com
2013-01-15
*
another false --> NULL return fix
humper@google.com
2013-01-14
*
Change signature of SkShader::asNewEffect(), implement for SkBitmapProcShader.
bsalomon@google.com
2013-01-14
*
reland 6798 w/ fix for bitmap-as-mask pixel-locking
reed@google.com
2012-12-13
*
revert 6798 (assert in GM)
reed@google.com
2012-12-13
*
Goal: ensure we always balance lock/unlock pixels calls.
reed@google.com
2012-12-13
*
Make SkShader store localM directly rather than as a separate alloc.
bsalomon@google.com
2012-10-31
*
Rename GrSamplerState to GrEffectStage.
bsalomon@google.com
2012-10-26
*
GrCustomStage Renaming Part 4
bsalomon@google.com
2012-10-24
*
Reland r5963 with two fixes:
bsalomon@google.com
2012-10-16
*
Revert r5962 because of failures.
bsalomon@google.com
2012-10-16
*
Require matrix for custom stage to be set when custom stage is installed.
bsalomon@google.com
2012-10-16
*
Add SkShader::asShadeProc to fast-path the caller when the shader is fast
reed@google.com
2012-10-12
*
Make flattenables no longer depend on global static initializers.
scroggo@google.com
2012-09-21
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Update SkFlattenable buffers to be more modular.
djsollen@google.com
2012-08-07
*
Use asNewCustomStage instead of asABitmap in SkGpuDevice, also removed now-un...
rileya@google.com
2012-07-25
*
Added asNewCustomStage to SkShader and implemented it for all the gradient sh...
rileya@google.com
2012-07-20
*
Added Inst counting to SkFlattenable-derived classes
robertphillips@google.com
2012-06-27
*
Decouple the SkFlattenable from SkReader32/SkWriter32.
djsollen@google.com
2012-04-12
*
Cleanup code related to SkFlattenable::flatten()
djsollen@google.com
2012-03-29
*
Create macro for registering classes for deserialization
djsollen@google.com
2012-03-26
*
Cleanup Macros arround static initializers for SkFlattenable.
djsollen@google.com
2012-03-23
*
Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");
tomhudson@google.com
2011-12-28
*
Adding isOpaque method to skia shader classes
junov@chromium.org
2011-12-09
*
add more SK_OVERRIDEs
reed@google.com
2011-12-07
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
ColorShaders report no bitmaps, but only a color_gradient, which we now detect
reed@google.com
2011-07-06
*
add SkEmptyShader, and return it from CreateBitmapShader if the bitmap is empty
reed@google.com
2011-07-05
*
Increase use of SkMatrix::hasPerspective(), merge in has_perspective().
tomhudson@google.com
2011-06-06
*
fix bug where we wrote uninitialized data to the flatten stream for shaders.
reed@google.com
2011-05-10
*
add const to SkColorShader's asABitmap
reed@google.com
2011-03-08
*
make asABitmap() const
reed@google.com
2011-03-07
*
Add asAGradient shader extraction API.
vandebo@chromium.org
2011-02-24
*
merge with changes for GPU backend
reed@android.com
2010-12-20
*
only report hasspan16 if we're opaque, otherwise we get a different blend
reed@android.com
2010-03-11
*
fix off-by-1 in alpha in colorshader setup
reed@android.com
2010-03-11
*
expand SkShader's flag kConstInY to 16 and 32 variants, allowing a shader
reed@android.com
2009-08-27
*
add shader flag kConstInY_Flag
reed@android.com
2009-06-12
*
grab from latest android
reed@android.com
2008-12-17