index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
effects
/
gradients
Commit message (
Expand
)
Author
Age
*
extend SkShader to report a luminance-color to be used for gamma correction
reed
2014-08-22
*
Initial refactor of shaderbuilder to prepare for geometry shaders
joshualitt
2014-08-21
*
remember to init fOrigPos in legacy constructor
reed
2014-08-21
*
Does this fix things?
mtklein
2014-08-21
*
rename gradients private BitmapCache to GradientBitmapCache
reed
2014-08-21
*
Simplify flattening to just write enough to call the factory/public-construct...
reed
2014-08-21
*
add localMatrix to gradient Descriptor
reed
2014-08-11
*
Rename GrGLUniformManager to GrGLProgramDataManager
kkinnunen
2014-07-30
*
Fix thread unsafe mutex initialization.
bungeman
2014-07-25
*
Allow GrGLEffects to produce variable length keys.
bsalomon
2014-07-21
*
This moves us towards variable length effect keys. The overall program key no...
bsalomon
2014-07-11
*
Goodbye GrEffectRef.
bsalomon
2014-07-08
*
Remove GrEffect::CreateEffectRef and GrEffect::AutoEffectRef.
bsalomon
2014-07-08
*
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
*
move SkChecksum and SkEmptyShader to private
reed
2014-07-03
*
SkShader::asNewEffect Refactoring
dandov
2014-06-10
*
Fix Assert for gpu ConicalTwoPointGradient edgecase to be correct bounds.
egdaniel
2014-06-09
*
Revert of Fix Assert for gpu ConicalTwoPointGradient edgecase to be correct b...
egdaniel
2014-06-06
*
Fix Assert for gpu ConicalTwoPointGradient edgecase to be correct bounds.
egdaniel
2014-06-06
*
Revert "Revert of setConfig -> setInfo (https://codereview.chromium.org/30868...
commit-bot@chromium.org
2014-05-30
*
Revert of setConfig -> setInfo (https://codereview.chromium.org/308683005/)
commit-bot@chromium.org
2014-05-29
*
setConfig -> setInfo
commit-bot@chromium.org
2014-05-29
*
Remove unused (by clients) SkUnitMapper
commit-bot@chromium.org
2014-05-22
*
Revert of Fix compilation error when building with clang on Linux. (https://c...
commit-bot@chromium.org
2014-05-22
*
Revert of Remove unused (by clients) SkUnitMapper (https://codereview.chromiu...
commit-bot@chromium.org
2014-05-22
*
Fix compilation error when building with clang on Linux.
commit-bot@chromium.org
2014-05-21
*
Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/2832...
commit-bot@chromium.org
2014-05-21
*
formalize named picture versions
commit-bot@chromium.org
2014-05-20
*
Revert of remove unused (by clients) SkUnitMapper (https://codereview.chromiu...
commit-bot@chromium.org
2014-05-16
*
remove unused (by clients) SkUnitMapper
commit-bot@chromium.org
2014-05-16
*
add localmatrix param to asNewEffect
reed@google.com
2014-05-09
*
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
*
stop using deprecated bitmap::config for gpu
commit-bot@chromium.org
2014-04-23
*
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
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-04-23
*
Fix double to SkScalar issues in SkTwoPointConicalGradient_gpu.cpp
commit-bot@chromium.org
2014-04-22
*
Add gpu fast path for two point conical gradients.
commit-bot@chromium.org
2014-04-22
*
Use GradFlags for gradient Flags in SkGradientShader
commit-bot@chromium.org
2014-04-22
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-04-22
*
Add missing scale value to fix SkGradientShader memory error
commit-bot@chromium.org
2014-04-21
*
Add flipped gradient branch to two point conical gradient
commit-bot@chromium.org
2014-04-21
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-04-19
*
remove unused fOverflowed from SkClampRange
reed@google.com
2014-04-18
[next]