index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
image
/
SkImageShader.cpp
Commit message (
Expand
)
Author
Age
*
Refactor bilerp a little.
Mike Klein
2016-12-06
*
Remove dest surface color mode from bitmap controller
Brian Osman
2016-12-06
*
support medium and high quality
Mike Klein
2016-11-30
*
support a8
Mike Klein
2016-11-29
*
gather_i8
Mike Klein
2016-11-29
*
Consistent naming.
Mike Klein
2016-11-29
*
Split srgb out of accum stages.
Mike Klein
2016-11-28
*
Some simple pipeline refactoring.
Mike Klein
2016-11-28
*
4444 and gray 8
Mike Klein
2016-11-22
*
Support sRGB 565.
Mike Klein
2016-11-22
*
accum_565 and accum_f16
Mike Klein
2016-11-22
*
bilerp
Mike Klein
2016-11-22
*
Rearrange NN sampling to more naturally support bilerp.
Mike Klein
2016-11-21
*
Support decoding images to multiple formats, depending on usage
Brian Osman
2016-11-21
*
mirror tiling
Mike Klein
2016-11-18
*
perspective matrix
Mike Klein
2016-11-17
*
repeat tiling
Mike Klein
2016-11-17
*
Replace my confusion with a pointer to the explanation.
Mike Klein
2016-11-17
*
Rename GrTextureParams to GrSamplerParams
Brian Salomon
2016-11-17
*
Strength reduce bilerp to nearest neighbor when the matrix is integer translate.
Mike Klein
2016-11-17
*
Support SkImageShader in SkRasterPipeline blitter
Mike Klein
2016-11-17
*
Rename GrTextureAccess to GrProcessor::TextureSampler.
Brian Salomon
2016-11-17
*
Revert "Support decoding images to multiple formats, depending on usage"
Brian Osman
2016-11-15
*
Support decoding images to multiple formats, depending on usage
Brian Osman
2016-11-15
*
Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode
Brian Osman
2016-11-09
*
s/SkAutoTUnref/sk_sp/ in src/ part 1
Hal Canary
2016-11-07
*
Skip SkBitmapProvider instantiation in SkImageShader::onContextSize
fmalita
2016-10-17
*
isABitmap is deprecated, use isAImage
Mike Reed
2016-09-28
*
Two changes:
brianosman
2016-09-12
*
Add color gamut xform helpers to GrGLSLShaderBuilder
brianosman
2016-09-07
*
fix memory leak, remake Imageshader to use sk_sp
reed
2016-08-11
*
Deserialize pictures with custom image-deserializer
reed
2016-08-11
*
use tmp allocator for images in temp shaders
reed
2016-08-05
*
rename FoceCopyMode to SkCopyPixelMode
reed
2016-08-05
*
Always return ImageShader, even from SkShader::MakeBitmapShader
reed
2016-08-02
*
implement isABitmap for imageshader, return localmatrix for bitmap's impl
reed
2016-08-01
*
Bundle SkShader::asFragmentProcessor arguments in a struct
brianosman
2016-07-22
*
Introduce GrColorSpaceXform, for gamut conversion on textures
brianosman
2016-07-18
*
sk_sp for Ganesh.
bungeman
2016-06-09
*
Add new SkSourceGammaTreatment enum, used in situations like mipmap construct...
brianosman
2016-06-06
*
change flattenable factory to return sk_sp
reed
2016-04-03
*
SkImage now has makeShader to return sk_sp
reed
2016-03-09
*
Add support for new bitmapshader context (patchset #5 id:80001 of https://cod...
reed
2016-03-04
*
Enforce 16byte alignment in shader contexts (patchset #1 id:1 of https://code...
reed
2016-03-03
*
Revert of enforce 16byte alignment in shader contexts (patchset #1 id:1 of ht...
halcanary
2016-03-03
*
enforce 16byte alignment in shader contexts
reed
2016-03-03
*
Revert of add support for new bitmapshader context (patchset #5 id:80001 of h...
reed
2016-03-03
*
add support for new bitmapshader context
reed
2016-03-03
*
fission bitmapprocstate
reed
2016-03-02
*
Add ContextRec param to SkShader::contextSize()
fmalita
2016-02-22
[next]