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
*
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
*
Fix bounds computation of all 0-input filters.
senorblanco
2014-10-29
*
rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags
bsalomon
2014-10-28
*
Revert of Fix bounds computation of all 0-input filters. (patchset #2 id:2000...
hcm
2014-10-27
*
Fix bounds computation of all 0-input filters.
senorblanco
2014-10-27
*
stuff
bsalomon
2014-10-27
*
Adding an option to render only the shadow in SkDropShadowImageFilter
sugoi
2014-10-23
*
use SkMaskCache inside SkBlurMaskFilter
reed
2014-10-23
*
Auto-compare GrProcessors' texture accesses in isEqual().
bsalomon
2014-10-16
*
Make GrFragmentProcessor auto-compare coord xforms.
bsalomon
2014-10-15
*
Move willUseInputColor check to computeInvariantOutput
egdaniel
2014-10-15
*
Some cleanup in processor header files.
bsalomon
2014-10-15
*
Split GrFragmentProcessor into its own header
bsalomon
2014-10-15
*
Push isEqual/onIsEqual down from GrProcessor to subclasses.
bsalomon
2014-10-15
*
Changed "Profile" to "Cube" in ColorCube
sugoi
2014-10-14
*
Remove uses of GrAutoScratchTexture.
bsalomon
2014-10-14
[next]