index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkBitmapProcShader.cpp
Commit message (
Expand
)
Author
Age
*
restore lost optimization when the shader can report const_in_y
reed
2016-01-11
*
remove shadeSpan16 from shader
reed
2016-01-05
*
Fix UB function problems for shaders and mask.
herb
2015-12-18
*
Revert of Fix UB function problems for shaders and mask. (patchset #3 id:4000...
herb
2015-12-18
*
Fix UB function problems for shaders and mask.
herb
2015-12-17
*
Make bicubic FP factories return const FPs
bsalomon
2015-11-05
*
Remove image usage type enum. Use GrTextureParams instead.
bsalomon
2015-10-12
*
Move functions from SkGr to SkGrPriv.h
bsalomon
2015-10-09
*
Bye bye processor data manager.
bsalomon
2015-10-06
*
Make skpaint->grpaint flow work for composing draws (verts and atlas)
bsalomon
2015-09-28
*
Replace GrExtractAlphaFragmentProcessor with DstIn compose processor
bsalomon
2015-09-22
*
move SkBitmapProvider to its own file
reed
2015-09-15
*
use SkBitmapProvider for shader-context
reed
2015-09-15
*
Revert[2] of "switch to isABitmap, deprecate SK_SUPPORT_LEGACY_SHADERBITMAPTYPE"
reed
2015-09-08
*
Revert of switch to isABitmap, deprecate SK_SUPPORT_LEGACY_SHADERBITMAPTYPE (...
scroggo
2015-09-08
*
switch to isABitmap, deprecate SK_SUPPORT_LEGACY_SHADERBITMAPTYPE
reed
2015-09-07
*
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
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Move SkTemplates.h to private.
bungeman
2015-08-19
*
Refactor helper function for SkBitmapShader to GrFragmentProcessor
joshualitt
2015-08-12
*
Move LightingShader to effects
robertphillips
2015-07-29
*
Disable optimization as HWUI does not yet support color shaders.
djsollen
2015-07-14
*
More threading of GrProcessorDataManager
joshualitt
2015-07-09
*
rename GrShaderDataManager -> GrProcessorDataManager
joshualitt
2015-07-09
*
Initial CL to create dummy GrShaderDataManager and thread it through
joshualitt
2015-07-08
*
switch bitmapshader internals over to pixmap
reed
2015-06-04
*
SkPaint::FilterLevel -> SkFilterQuality
reed
2015-03-16
*
remove unneeded preroll
reed
2015-02-15
*
initial preroll api
reed
2015-01-25
*
remove view matrix from context
joshualitt
2014-12-17
*
check (thread-tricky) colortable after we've copied the bitmap into a per-thr...
reed
2014-12-04
*
Turn on MPD threading in nanobench.
mtklein
2014-12-03
*
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
*
Add Sk prefix to CreateBitmapShader.
mtklein
2014-11-24
*
GrResourceCache2 manages scratch texture.
bsalomon
2014-10-08
*
Revert "GrResourceCache2 manages scratch texture."
Brian Salomon
2014-10-07
*
GrResourceCache2 manages scratch texture.
bsalomon
2014-10-07
*
Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 o...
robertphillips
2014-09-30
*
GrResourceCache2 manages scratch texture.
bsalomon
2014-09-30
*
Patch to create a distinct geometry processor. The vast majority of this patch
joshualitt
2014-09-23
*
Simplify flattening to just write enough to call the factory/public-construct...
reed
2014-08-21
*
Goodbye GrEffectRef.
bsalomon
2014-07-08
*
Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*.
bsalomon
2014-07-08
*
Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*...
reed
2014-07-07
*
Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*.
bsalomon
2014-07-07
[next]