index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
effects
/
gradients
/
SkGradientShader.cpp
Commit message (
Expand
)
Author
Age
*
Use SkMWRandom in GLPrograms test.
bsalomon@google.com
2013-02-13
*
Optimize building gradient cache for when we know alpha is always 0xFF.
reed@google.com
2013-02-08
*
Go from a 1x2 to a 2x2 dither cell, and change/simplify the logic for how we
reed@google.com
2013-02-04
*
restore cache-count for gradients to p.o.2. so we can perform fancier dithering
reed@google.com
2013-02-01
*
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
*
Added print out of SkShader information to debugger
robertphillips@google.com
2013-01-15
*
Add GrEffect::updateKnownColorComponents(). It is used to determine whether t...
bsalomon@google.com
2013-01-11
*
Make GrEffect::textureAccess non-virtual. Require subclasses to append their ...
bsalomon@google.com
2013-01-11
*
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
*
Remove default texture coords / texture matrix
bsalomon@google.com
2012-11-05
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-02
*
Remove GrScalar, replace with SkScalar.
bsalomon@google.com
2012-11-01
*
Reland r6233 with fix.
bsalomon@google.com
2012-11-01
*
Re-revert r6233.
bsalomon@google.com
2012-11-01
*
Reland r6233 with fix for config conversion texture matrices.
bsalomon@google.com
2012-11-01
*
Revert r6233 while investigating bot failures.
bsalomon@google.com
2012-11-01
*
Checkpoint in moving texture matrices out of GrGLProgram and into GrGLEffect.
bsalomon@google.com
2012-11-01
*
Upstreaming changes from gpu_dev to trunk.
bsalomon@google.com
2012-10-30
|
\
*
|
Remove unnecessary mul and assignment in gradient shaders.
bsalomon@google.com
2012-10-30
|
*
Make GrGLGradientEffect derive directly from GrGLEffect.
bsalomon@google.com
2012-10-29
|
*
Make GrGLEffect::setData take GrEffectStage rather than GrEffect.
bsalomon@google.com
2012-10-26
|
/
*
GrGLGradientStage->GrGLGradientEffect
bsalomon@google.com
2012-10-25
*
Rename GrProgramStageFactory to GrBackendEffectFactory.
bsalomon@google.com
2012-10-25
*
GrCustomStage Renaming Part 5
bsalomon@google.com
2012-10-25
*
CustomStage Renaming Part 1
bsalomon@google.com
2012-10-24
*
Reland r6330 thru r6333 but do without enabling GL_ARB_fragment_coord_convent...
bsalomon@google.com
2012-10-23
*
Revert r6330 thru 6333 while we figure out what to do about Intel bots (possi...
bsalomon@google.com
2012-10-22
*
Remove two params from GrGLProgramStage::setData that are no longer necessary.
bsalomon@google.com
2012-10-22
*
Make numTextures() be non-virtual on GrCustomStage.
bsalomon@google.com
2012-10-04
*
Move GrTextureParams from GrSamplerState to GrTextureAccess
bsalomon@google.com
2012-09-18
*
Wrap all GrCustomStage textures in GrTextureAccess, remove StageDesc::fInConf...
bsalomon@google.com
2012-09-11
*
Introduce GrGLShaderBuilder::TextureSampler
bsalomon@google.com
2012-09-06
*
Recommit r5350 with fix for image failures (which affected GLs that don't sup...
bsalomon@google.com
2012-08-30
*
Revert 5350 while image changes are diagnosed.
bsalomon@google.com
2012-08-30
*
Remove fModulate from GrGLShaderBuilder
bsalomon@google.com
2012-08-30
*
Some GrGLShaderBuilder cleanup
bsalomon@google.com
2012-08-28
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Reapply r5101 and r5102: Made gradient effects use GrTextureStripAtlas.
rileya@google.com
2012-08-20
*
Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEn...
robertphillips@google.com
2012-08-16
*
Revert GrTextureStripAtlas change due to performance concerns.
rileya@google.com
2012-08-14
*
Fix for GPU-less Linux build: move #include GrTextureStripAtlas into SK_SUPPO...
rileya@google.com
2012-08-14
*
Made gradient effects use GrTextureStripAtlas.
rileya@google.com
2012-08-14
*
Update SkFlattenable buffers to be more modular.
djsollen@google.com
2012-08-07
*
Registry-based unit test for custom effects
bsalomon@google.com
2012-08-03
*
Create GPU-less build of Skia.
bsalomon@google.com
2012-08-02
[next]