index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
image
Commit message (
Expand
)
Author
Age
*
Two changes:
brianosman
2016-09-12
*
Delete SkColorSpace::gammaNamed() from public API
msarett
2016-09-07
*
Add color gamut xform helpers to GrGLSLShaderBuilder
brianosman
2016-09-07
*
Store mipmap levels in deferred texture image
cblume
2016-08-30
*
Some tests around surface creation and snapshotting with color space
brianosman
2016-08-30
*
Remove SkPixelRef::getTexture()
bsalomon
2016-08-23
*
Add alpha type to texture producer
brianosman
2016-08-18
*
Add alphaType() to SkImage
brianosman
2016-08-17
*
fix no-gpu build
reed
2016-08-17
*
pin as texture api
reed
2016-08-17
*
fix memory leak, remake Imageshader to use sk_sp
reed
2016-08-11
*
Deserialize pictures with custom image-deserializer
reed
2016-08-11
*
Revert of Store mipmap levels in deferred texture image (patchset #11 id:2000...
halcanary
2016-08-09
*
Store mipmap levels in deferred texture image
cblume
2016-08-09
*
use onPeekBitmap instead of asLegacyBitmap
reed
2016-08-08
*
use tmp allocator for images in temp shaders
reed
2016-08-05
*
rename FoceCopyMode to SkCopyPixelMode
reed
2016-08-05
*
Remove SkSurface::MakeRenderTargetDirect
robertphillips
2016-08-04
*
Convert SkAutoTUnref<SkData> to sk_sp<SkData>.
bungeman
2016-08-03
*
Move off SK_SUPPORT_LEGACY_DATA_FACTORIES.
bungeman
2016-08-02
*
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
*
make an image from a mutable bitmap
reed
2016-08-01
*
Serialize SkColorSpace into DeferredTextureImage
bsalomon
2016-07-28
*
Rename GrContext's newDrawContext & drawContext to makeDrawContext
robertphillips
2016-07-27
*
Reduce usage of MakeRenderTargetDirect
robertphillips
2016-07-26
*
remove/deprecate SkBitmap::getTexture, as it now always returns false
reed
2016-07-25
*
Bundle SkShader::asFragmentProcessor arguments in a struct
brianosman
2016-07-22
*
Cleanup of code that converts from GPU-backed resources to SkImageInfo
brianosman
2016-07-22
*
Add SkColorSpace to GrDrawContext
brianosman
2016-07-21
*
Remove SkGrPixelRef
robertphillips
2016-07-21
*
Deprecate SkDevice::accessBitmap method
robertphillips
2016-07-21
*
Adding an SkColorSpace to SkImage_Gpu
brianosman
2016-07-20
*
Remove SkDevice::accessRenderTarget virtual
robertphillips
2016-07-20
*
Remove unused MakeFromTextureCopy API
brianosman
2016-07-19
*
Introduce GrColorSpaceXform, for gamut conversion on textures
brianosman
2016-07-18
*
Add a function to convert a texture backed SkImage to raster.
bsalomon
2016-07-12
*
Document SkSurface::MakeRaster's memory initialization
fmalita
2016-07-06
*
Revert of Store mipmap levels in deferred texture image (patchset #15 id:2800...
brianosman
2016-06-22
*
Store mipmap levels in deferred texture image
cblume
2016-06-21
*
Lots of progress on switching to SkColorSpace rather than SkColorProfileType
brianosman
2016-06-16
*
Revert of Lots of progress switching to SkColorSpace rather than SkColorProfi...
brianosman
2016-06-16
*
Lots of progress on switching to SkColorSpace rather than SkColorProfileType
brianosman
2016-06-16
*
Fix SkImage::asLegacyBitmap() to respect color space info
msarett
2016-06-13
*
Add prescale option to deferred params
ericrk
2016-06-13
*
Add NV12 texture conversion support.
jbauman
2016-06-09
*
sk_sp for Ganesh.
bungeman
2016-06-09
*
Add new SkSourceGammaTreatment enum, used in situations like mipmap construct...
brianosman
2016-06-06
*
Plumbing mipmaps to the point of creation.
cblume
2016-06-03
*
Add mip support to *DeferredTextureImageData functions.
cblume
2016-05-31
[next]