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
*
Use child processors to implement compose color filter.
bsalomon
2015-09-29
*
Make skpaint->grpaint flow work for composing draws (verts and atlas)
bsalomon
2015-09-28
*
Remove SkBitmapSource
fmalita
2015-09-25
*
Eliminate some clutter in SkFlattenable
mdempsky
2015-09-24
*
Mangle output var in GrGLFragmentProcessor::emitChild
bsalomon
2015-09-24
*
Replace GrExtractAlphaFragmentProcessor with DstIn compose processor
bsalomon
2015-09-22
*
Remove SkNEW and SkDELETE macros
mdempsky
2015-09-22
*
Create fragment processor for performing input color blend with child processor
bsalomon
2015-09-15
*
Fix vs2015 build
bsalomon
2015-09-15
*
Forward declare SkStrokeRec in SkPathEffect
halcanary
2015-09-15
*
Add special case circle blur for Ganesh
robertphillips
2015-09-15
*
SkImageSource
fmalita
2015-09-14
*
SkNx_shuffle
mtklein
2015-09-10
*
Limit lifetime of GrDrawContext objects
robertphillips
2015-09-01
*
Clean up remaining users of SkPMFloat
mtklein
2015-08-31
*
Fix leak in test create for perlin noise fp
bsalomon
2015-08-29
*
Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor*
bsalomon
2015-08-28
*
Revert of Change SkShader;asFragmentProcessor signature to no longer take skp...
rmistry
2015-08-28
*
Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor*
bsalomon
2015-08-28
*
Replace SkPin32 with SkTPin and remove.
bungeman
2015-08-28
*
Remove overly complicated GR_CREATE_STATIC_PROCESSOR macro
mdempsky
2015-08-27
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Remove GrStagedProcessor, remove the word Stage as it applies to FPs
bsalomon
2015-08-27
*
Fix clipped lighting image filters.
senorblanco
2015-08-26
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FP...
rmistry
2015-08-26
*
Remove GrStagedProcessor, remove the word Stage as it applies to FPs
bsalomon
2015-08-26
*
Return failure if getInputResultsGPU fails in SkXfermodeImageFilter
robertphillips
2015-08-21
*
Reland of Implement canComputeFastBounds() for image filters. (patchset #1 id...
senorblanco
2015-08-20
*
Revert of Implement canComputeFastBounds() for image filters. (patchset #8 id...
herb
2015-08-20
*
Use static_assert instead of SK_COMPILE_ASSERT.
bungeman
2015-08-20
*
Implement canComputeFastBounds() for image filters.
senorblanco
2015-08-20
*
Update SkLightingShader to support rotation
robertphillips
2015-08-20
*
Revert "Update SkLightingShader to support rotation"
robertphillips
2015-08-19
*
Move SkTemplates.h to private.
bungeman
2015-08-19
*
change asABitmap to isABitmap on shader
reed
2015-08-19
*
Patches on top of Radu's latest.
mtklein
2015-08-19
*
Update SkLightingShader to support rotation
robertphillips
2015-08-19
*
When getGLInstance is called on a frag proc, the resulting GrGLFragmentProces...
wangyix
2015-08-18
*
Patches on top of Radu's latest.
mtklein
2015-08-18
*
flag to use const& instead of const* for src-rect
reed
2015-08-06
*
Port morphology to SkOpts.
mtklein
2015-08-04
*
Port SkBlurImage opts to SkOpts.
mtklein
2015-08-04
*
Added registerChild; transforms, textures, glKey automatically handled.
wangyix
2015-08-04
*
Some cleanup in GrTextureProvider and GrResourceProvider.
bsalomon
2015-07-31
*
Address some SkLightingShader TODOs
robertphillips
2015-07-31
*
Minor cleanup of SkLightingShader
robertphillips
2015-07-30
*
Update SkLightingShader to take a localMatrix
robertphillips
2015-07-30
*
Move LightingShader to effects
robertphillips
2015-07-29
*
Fix variable shadowing in SkMorphologyImageFilter
robertphillips
2015-07-23
[next]