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
*
Revert of r9902 (Consider conical shader opaque if it covers
robertphillips@google.com
2013-07-09
*
Consider conical shader opaque if it covers entire plane.
commit-bot@chromium.org
2013-07-04
*
Add flag to gradients to interpolate colors in premul space. Experimental API...
reed@google.com
2013-05-24
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-05-24
*
use Descriptor struct to encapsulate all the common paramaeters between our v...
reed@google.com
2013-05-23
*
Make GrGLShaderBuilder::TextureSampler extract only required info from GrText...
bsalomon@google.com
2013-03-28
*
Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps.
bsalomon@google.com
2013-03-25
*
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
*
Unreviewed. Adding TODO comment to reference newly filed bug.
junov@google.com
2013-03-20
*
Fixing deferred canvas bug caused by SkTwoPointConicalGradient declaring itse...
commit-bot@chromium.org
2013-03-20
*
Removed unused parameters
sugoi@google.com
2013-03-11
*
Make GrGLEffects use an interface to append their code.
bsalomon@google.com
2013-03-07
*
remove obsolete build flag SK_IGNORE_GRADIENT_DITHER_FIX
reed@google.com
2013-02-22
*
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
*
only take the vertical special-case for gradients when dx is exactly 0, as a
reed@google.com
2013-02-07
*
remove define for SK_IGNORE_GRADIENT_DITHER_FIX to trigger rebaselines
mike@reedtribe.org
2013-02-05
*
remove vestiges of 32BIT_GRADIENT flag, as we always dither gradients now
reed@google.com
2013-02-04
*
Go from a 1x2 to a 2x2 dither cell, and change/simplify the logic for how we
reed@google.com
2013-02-04
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-02-04
*
Move dither toggle logic into common helper functions, to make it easier to
reed@google.com
2013-02-01
*
restore cache-count for gradients to p.o.2. so we can perform fancier dithering
reed@google.com
2013-02-01
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
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
*
Fix call to INHERITED::isEqual in GrRadial2Gradient. Should be INHERITED::onI...
bsalomon@google.com
2013-01-17
*
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
*
Fix GPU-less build.
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
*
Added print out of SkShader information to debugger
robertphillips@google.com
2013-01-15
*
fix all the false --> NULL issues in the gradient code
humper@google.com
2013-01-14
*
Fix debug build after r7153 (removed param referenced in assertion)
bsalomon@google.com
2013-01-14
*
Change signature of SkShader::asNewEffect(), implement for SkBitmapProcShader.
bsalomon@google.com
2013-01-14
*
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
*
eliminate all warnings in non-thirdparty code on mac
humper@google.com
2013-01-07
*
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
*
Fix generation of random two point gradients for program unit test.
bsalomon@google.com
2012-12-11
*
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
[next]