index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
effects
Commit message (
Expand
)
Author
Age
*
improve sanity checks on gradient constructor parameters
reed
2015-01-06
*
This CL cleans up the last remaining users of localCoordChange on paint
joshualitt
2014-12-22
*
Update ColorFilterImageFilter & BlurImageFilter debugger strings
robertphillips
2014-12-22
*
Add toString methods to SkImageFilter-derived classes
robertphillips
2014-12-19
*
Enable new gradients + suppress gms for now
reed
2014-12-19
*
Remove the low hanging fruit with coord change matrices
joshualitt
2014-12-18
*
Fill SkRRect::fType proactively.
mtklein
2014-12-18
*
Revert of enable new gradients + suppress gms for now (patchset #1 id:1 of ht...
reed
2014-12-18
*
enable new gradients + suppress gms for now
reed
2014-12-18
*
improve precision of gradients (disabled for now)
reed
2014-12-18
*
Change to create device coord coordset
joshualitt
2014-12-18
*
remove view matrix from context
joshualitt
2014-12-17
*
fix end-point and conic bugs in cornerpatheffect
reed
2014-12-17
*
add arcto patheffect
reed
2014-12-17
*
There can be only one (SkRandom)!
scroggo
2014-12-15
*
Cleanup: Mark some overridden methods with 'SK_OVERRIDE'.
tfarina
2014-12-14
*
improve cull, so we don't create empty segments
reed
2014-12-12
*
Remove GP from drawstate, revision of invariant output for GP
joshualitt
2014-12-11
*
Revert of Remove GP from drawstate, revision of invariant output for GP (patc...
joshualitt
2014-12-10
*
Remove GP from drawstate, revision of invariant output for GP
joshualitt
2014-12-10
*
Gradient shaders: make fPtsToUnit const, pre-cache getType().
mtklein
2014-12-10
*
Adding an option for pixelated rendering in SkPictureImageFilter
junov
2014-12-09
*
Make all blending up to GrOptDrawState be handled by the xp/xp factory.
egdaniel
2014-12-09
*
Use threshold of 1 texture coord value per pixel w/ nearest neighbor.
bsalomon
2014-12-09
*
Make addUniform take a precision
bsalomon
2014-12-09
*
Fix MatrixImageFilter computeFastBounds
robertphillips
2014-12-09
*
Revert of Make all blending up to GrOptDrawState be handled by the xp/xp fact...
egdaniel
2014-12-08
*
Make all blending up to GrOptDrawState be handled by the xp/xp factory.
egdaniel
2014-12-08
*
Use size of SkRect as the key for blur mask cache
qiankun.miao
2014-12-05
*
Remove backend factories
joshualitt
2014-12-04
*
Add SK_SUPPORT_LEGACY_PORTER_DUFF macro.
tfarina
2014-12-03
*
Adding a PictureResolution option to SkPictureImageFilter
Justin Novosad
2014-12-02
*
Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.
mtklein
2014-12-01
*
Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https...
mtklein
2014-12-01
*
Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.
mtklein
2014-12-01
*
Bump min picture version.
mtklein
2014-12-01
*
remove proc key
joshualitt
2014-11-25
*
remove one place we read from gpu key in effects
joshualitt
2014-11-25
*
Update invariant output computation for various texture effects.
egdaniel
2014-11-25
*
Disable LCD text explicitly in SkPictureImageFilter::onFilterImage()
fmalita
2014-11-20
*
add roundOut that returns its result
reed
2014-11-19
*
change roundOut() to take a dst, so we can use that signature to return IRect
reed
2014-11-18
*
Added missing validation
sugoi
2014-11-17
*
Move GrInvariantOutput out of GrProcessor and into its own class.
egdaniel
2014-11-12
*
notice null colorfilter in legacy unflattening
reed
2014-11-11
*
Bug fix for cull_line in SkDashPathEffect.
egdaniel
2014-11-05
*
Crop the fast path dashed lines to the cull rect
robertphillips
2014-11-04
*
Don't allow renderTarget==NULL to GrContext::clear() and friends.
bsalomon
2014-11-03
*
Add class GrGLTextureRenderTarget for GL texture/rendertarget objects
bsalomon
2014-11-03
*
Trying to be consistent when members are allowed to be NULL
sugoi
2014-10-30
[next]