index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkImageCacherator.cpp
Commit message (
Expand
)
Author
Age
*
Re-enable CPU mipmap generation for Ganesh. Aniso mips were landed a while ag...
brianosman
2016-03-25
*
Revert of Re-enable CPU mipmap generation for Ganesh. Aniso mips were landed ...
brianosman
2016-03-25
*
Re-enable CPU mipmap generation for Ganesh. Aniso mips were landed a while ag...
brianosman
2016-03-25
*
sRGB support in Ganesh. Several pieces:
brianosman
2016-03-21
*
Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of ...
brianosman
2016-03-17
*
sRGB support in Ganesh. Several pieces:
brianosman
2016-03-17
*
detach -> release
mtklein
2016-03-16
*
Update Skia's YUV API
msarett
2016-03-10
*
Revert of Update Skia's YUV API (patchset #5 id:160001 of https://codereview....
msarett
2016-03-07
*
Update Skia's YUV API
msarett
2016-03-07
*
Disabling mipmap generation until anisotropic mipmap levels are generated.
cblume
2016-02-29
*
Creating functions for uploading a mipmapped texture.
cblume
2016-02-26
*
Move Budgeted enum out of SkSurface, use in GrTextureProvider
bsalomon
2016-02-25
*
Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patc...
bsalomon
2016-02-25
*
Move Budgeted enum out of SkSurface, use in GrTextureProvider
bsalomon
2016-02-25
*
Add Histogram Macros to Skia
ericrk
2016-02-05
*
take gr-context parameter to refEncoded, indicating a desire for only gpu-spe...
reed
2016-01-05
*
Stop wrapping images backed by generators as bitmaps in SkGpuDevice (except w...
bsalomon
2015-12-08
*
optimize the disable-caching case for SkImage::readPixels
reed
2015-11-24
*
scaling API on SkPixmap
reed
2015-11-23
*
Convert SkGpuDevice::drawTextureAdjuster to SkGpuDevice::drawTextureProducer
bsalomon
2015-11-18
*
Comments Style: s/skbug.com/bug.skia.org/
halcanary
2015-11-07
*
Pull texture-backed bitmap resampler out of GrTextureParamsAdjuster code into...
bsalomon
2015-10-29
*
Remove min texture size support
bsalomon
2015-10-28
*
Rewrite GrTextureMaker to disentangle bitmap case from base class and give GP...
bsalomon
2015-10-20
*
Revert recent CLs around GrTextureMaker/GrTextureParamsAdjuster
Brian Salomon
2015-10-19
*
Rewrite GrTextureMaker to disentangle bitmap case from base class and give GP...
bsalomon
2015-10-19
*
Revert of Rewrite GrTextureMaker to disentangle bitmap case from base class a...
egdaniel
2015-10-16
*
Rewrite GrTextureMaker to disentangle bitmap case from base class and give GP...
bsalomon
2015-10-16
*
Remove params from Cacherator_GrTextureMaker
bsalomon
2015-10-15
*
Remove image usage type enum. Use GrTextureParams instead.
bsalomon
2015-10-12
*
Revert[4] of add ImageShader, sharing code with its Bitmap cousin
reed
2015-09-30
*
Purge cached resources on SkImage destruction.
fmalita
2015-09-18
*
use allocator (if present) when we allocate our cache bitmap
reed
2015-09-17
*
share code between SkGr and Cacherator
reed
2015-09-16
*
be sure to use cached bitmap when we need to upload something to make a texture
reed
2015-09-14
*
we must own/free the generator, even if we fail to return a cacherator
reed
2015-09-14
*
formalize generate->bitmap
reed
2015-09-13
*
support colortables in cacherator
reed
2015-09-11
*
Use SkImageCacherator in SkImages
reed
2015-09-10
*
make cacherator thread-safe
reed
2015-08-26
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Add subsets to SkImageGenerator and SkImageCacherator
reed
2015-08-18
*
some catchup CL revisions
reed
2015-08-13
*
Extend SkImageGenerator to support natively generated GrTextures. As part of ...
reed
2015-08-13