index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
image
/
SkImage_Lazy.cpp
Commit message (
Expand
)
Author
Age
*
share helper for flagging when added to raster cache
Mike Reed
2018-07-19
*
Replace nearly all kRespect with kIgnore
Brian Osman
2018-07-12
*
Remove old lazy image decoding heuristic logic
Brian Osman
2018-07-11
*
Revert "Revert "Temporary fix for SkImage_Lazy handling of color spaces""
Brian Osman
2018-06-28
*
Handle F32 in lazy image
Brian Osman
2018-06-26
*
Revert "Temporary fix for SkImage_Lazy handling of color spaces"
Brian Osman
2018-06-26
*
Temporary fix for SkImage_Lazy handling of color spaces
Brian Osman
2018-06-26
*
Remove const from (immutable) SkColorSpace args to some functions
Brian Osman
2018-06-14
*
Fall back to bilerp if we are undable to do a copy for mips.
Greg Daniel
2018-06-08
*
Reland "Reland "Require mips to be allocated at texture creation time and dis...
Greg Daniel
2018-06-08
*
Revert "Reland "Require mips to be allocated at texture creation time and dis...
Greg Daniel
2018-06-08
*
Fix A2B JPEG images on GPU backed xform or color-managed canvas
Brian Osman
2018-06-08
*
Reland "Require mips to be allocated at texture creation time and disable lat...
Greg Daniel
2018-06-08
*
Revert "Require mips to be allocated at texture creation time and disable lat...
Greg Daniel
2018-06-07
*
Require mips to be allocated at texture creation time and disable late alloca...
Greg Daniel
2018-06-07
*
Dest color space no longer impacts mipmaps or texture sampling
Brian Osman
2018-06-01
*
support image-subsets in serialization
Mike Reed
2018-05-29
*
Remove SK_IGNORE_SKIMAGE_ONREFENCODED_CHANGE.
Ben Wagner
2018-05-17
*
SkImage::onRefEncoded to return sk_sp.
Ben Wagner
2018-05-16
*
Make GrCaps and GrShaderCaps private.
Brian Salomon
2018-05-11
*
Tag the unique keys of lazy images.
Derek Sollenberger
2018-04-04
*
Add SkColorType getter on SkImage.
Greg Daniel
2018-03-14
*
When creating emptyp MipMap proxies, don't instantiate them immediately. Atte...
Greg Daniel
2018-02-15
*
Revert "Revert "Revert "When creating emptyp MipMap proxies, don't instantiat...
Greg Daniel
2018-02-14
*
Revert "Revert "When creating emptyp MipMap proxies, don't instantiate them i...
Greg Daniel
2018-02-14
*
Add function to GrProxyProvider to lazily upload mip map data
Greg Daniel
2018-02-07
*
Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sampl...
Brian Salomon
2018-02-03
*
Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts...
Brian Salomon
2018-02-03
*
Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU ...
Brian Salomon
2018-02-02
*
Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""
Brian Salomon
2018-02-02
*
More sample count cleanup:
Brian Salomon
2018-02-01
*
Add kRGBX_8888, kRGBA_1010102, and kRGBX_1010102 color types. Unused for now.
Brian Salomon
2018-01-30
*
remove SkColorSpace_Base
Mike Klein
2018-01-26
*
Funnel most proxy creation through GrProxyProvider
Robert Phillips
2018-01-16
*
Add GrProxyProvider
Robert Phillips
2018-01-08
*
Removed unused useCache param in GrYUVProvider
Greg Daniel
2018-01-04
*
Push much of the SkColorSpace_Base interface up to SkColorSpace
Brian Osman
2017-12-12
*
Add hint to SkSurface::MakeRenderTarget that we will use mips
Greg Daniel
2017-10-23
*
Add api for passing mipped hint into ImageGenerator onGenerateTexture
Greg Daniel
2017-10-11
*
Add option to create a deferred render target context with mips
Greg Daniel
2017-10-06
*
When mip mapping, do YUV mip generation on CPU then upload to GPU.
Greg Daniel
2017-10-05
*
Revert "Revert "Update lockTextureProxy to return mipped proxys if mipping is...
Greg Daniel
2017-10-04
*
Revert "Update lockTextureProxy to return mipped proxys if mipping is request...
Greg Daniel
2017-10-03
*
Update lockTextureProxy to return mipped proxys if mipping is requested.
Greg Daniel
2017-10-02
*
Add ability to remove unique key from proxy and underlying surface.
Greg Daniel
2017-09-26
*
Rework GrSamplerParams to be more compact and use its own wrap mode enum.
Brian Salomon
2017-09-07
*
Make SkImage_Lazy always report the color space of its data
Brian Osman
2017-09-07
*
Reduce dependence on GrSurface's origin field (take 3)
Robert Phillips
2017-07-25
*
Revert "Reduce dependence on GrSurface's origin field (take 2)"
Robert Phillips
2017-07-25
*
Reduce dependence on GrSurface's origin field (take 2)
Robert Phillips
2017-07-25
[next]