index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkPictureShader.cpp
Commit message (
Expand
)
Author
Age
*
return and take SkImageGenerator as unique_ptr
Mike Reed
2017-02-15
*
Picture backed images must have a bit depth and color space
Matt Sarett
2017-02-14
*
Revert "More non-invertible shader local matrix guards"
Robert Phillips
2017-02-11
*
More non-invertible shader local matrix guards
Florin Malita
2017-02-10
*
Use SkArenaAlloc in the SkAutoBlitterChoose code.
Herb Derby
2017-02-07
*
Revert "Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoo...
Robert Phillips
2017-02-07
*
Use SkArenaAlloc instead of SkSmallAllocator in the SkAutoBlitterChoose code.
Herb Derby
2017-02-07
*
start removing uses of SkScalarMul
Mike Reed
2017-02-06
*
Implement onAppendStages for SkPictureShader
Yuqian Li
2017-01-30
*
Specify bit depth and color space in SkImage::MakeFromPicture()
Matt Sarett
2017-01-09
*
Add color space to picture image as a creation parameter
Brian Osman
2016-12-16
*
Plumb dst color space in many places, rather than "mode"
Brian Osman
2016-12-09
*
Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode
Brian Osman
2016-11-09
*
src/core: s/SkAutoTUnref/sk_sp/g
Hal Canary
2016-11-07
*
Fix double-accounting of SkPictureShader bitmap memory
fmalita
2016-10-12
*
Add destination color space to AsFPArgs. Eliminates last XFORMTODO.
brianosman
2016-07-25
*
Bundle SkShader::asFragmentProcessor arguments in a struct
brianosman
2016-07-22
*
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
*
return pictures as sk_sp
reed
2016-03-18
*
Revert "Revert of add Make variations to return SkImage by sk_sp (patchset #5...
reed
2016-03-11
*
Revert of add Make variations to return SkImage by sk_sp (patchset #5 id:8000...
robertphillips
2016-03-10
*
add Make variations to return SkImage by sk_sp
reed
2016-03-10
*
SkImage now has makeShader to return sk_sp
reed
2016-03-09
*
use Make instead of Create to return a shared shader
reed
2016-03-08
*
remove align16 calls in skhader context sizes. will handle this elsewhere as ...
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
*
Use enclosing int rect for picture shader tiles
fmalita
2016-02-29
*
Add ContextRec param to SkShader::contextSize()
fmalita
2016-02-22
*
SkPictureShader cleanup
fmalita
2016-02-01
*
Remove SkDEPRECATED_InstallDiscardablePixelRef from SkPictureShader
fmalita
2016-02-01
*
remove 565 effects shaders
caryclark
2016-01-04
*
Revert of Remove SkDEPRECATED_InstallDiscardablePixelRef from SkPictureShader...
caryclark
2015-10-21
*
Remove SkDEPRECATED_InstallDiscardablePixelRef from SkPictureShader
fmalita
2015-10-16
*
Fix floating point data loss in SkPictureShader
ericrk
2015-10-14
*
Bye bye processor data manager.
bsalomon
2015-10-06
*
Revert of SkImage-backed SkPictureShader (patchset #4 id:60001 of https://cod...
robertphillips
2015-09-28
*
SkImage-backed SkPictureShader
fmalita
2015-09-25
*
SkInstallDiscardablePixelRef is deprecated, enforce that
reed
2015-09-25
*
Clean up some lint complaints
robertphillips
2015-09-03
*
Image generator-backed SkPictureShader
fmalita
2015-08-31
*
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
*
private iterator to visit all resource cache entries
reed
2015-08-19
[next]