index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
effects
/
gradients
/
SkTwoPointRadialGradient.h
Commit message (
Expand
)
Author
Age
*
Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*.
bsalomon
2014-07-08
*
Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*...
reed
2014-07-07
*
Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*.
bsalomon
2014-07-07
*
SkShader::asNewEffect Refactoring
dandov
2014-06-10
*
add localmatrix parameter to shader's asNewEffect
commit-bot@chromium.org
2014-05-09
*
Remove SkShader virtual method validContext
commit-bot@chromium.org
2014-05-05
*
create struct to hold all the params passed around for shader::context
commit-bot@chromium.org
2014-05-01
*
Move SkShader::fLocalMatrix into SkShader constructor.
commit-bot@chromium.org
2014-04-28
*
Revert of Revert of Extract most of the mutable state of SkShader into a sepa...
commit-bot@chromium.org
2014-04-23
*
Revert of Extract most of the mutable state of SkShader into a separate Conte...
commit-bot@chromium.org
2014-04-23
*
Extract most of the mutable state of SkShader into a separate Context object.
commit-bot@chromium.org
2014-04-23
*
Revert of Extract most of the mutable state of SkShader into a separate Conte...
commit-bot@chromium.org
2014-04-17
*
Extract most of the mutable state of SkShader into a separate Context object.
commit-bot@chromium.org
2014-04-16
*
Allow toString capability to be toggled independent of developer mode.
commit-bot@chromium.org
2014-03-13
*
Refactor read and write buffers.
commit-bot@chromium.org
2014-01-30
*
use Descriptor struct to encapsulate all the common paramaeters between our v...
reed@google.com
2013-05-23
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
Wrap GrEffects in GrEffectPtr.
bsalomon@google.com
2013-01-16
*
Added print out of SkShader information to debugger
robertphillips@google.com
2013-01-15
*
Change signature of SkShader::asNewEffect(), implement for SkBitmapProcShader.
bsalomon@google.com
2013-01-14
*
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
*
Remove old constructors from GrGradientEffect subclasses, and moved their dec...
rileya@google.com
2012-07-31
*
Renamed and made public SkGradientShaderBases's 'commonAsAGradient' to 'getGr...
rileya@google.com
2012-07-27
*
Move GPU gradients into src/effects/gradients.
rileya@google.com
2012-07-27
*
Split SkGradientShader into separate files for each gradient subclass.
rileya@google.com
2012-07-26