aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/image/SkImage_Lazy.cpp
Commit message (Expand)AuthorAge
* share helper for flagging when added to raster cacheGravatar Mike Reed2018-07-19
* Replace nearly all kRespect with kIgnoreGravatar Brian Osman2018-07-12
* Remove old lazy image decoding heuristic logicGravatar Brian Osman2018-07-11
* Revert "Revert "Temporary fix for SkImage_Lazy handling of color spaces""Gravatar Brian Osman2018-06-28
* Handle F32 in lazy imageGravatar Brian Osman2018-06-26
* Revert "Temporary fix for SkImage_Lazy handling of color spaces"Gravatar Brian Osman2018-06-26
* Temporary fix for SkImage_Lazy handling of color spacesGravatar Brian Osman2018-06-26
* Remove const from (immutable) SkColorSpace args to some functionsGravatar Brian Osman2018-06-14
* Fall back to bilerp if we are undable to do a copy for mips.Gravatar Greg Daniel2018-06-08
* Reland "Reland "Require mips to be allocated at texture creation time and dis...Gravatar Greg Daniel2018-06-08
* Revert "Reland "Require mips to be allocated at texture creation time and dis...Gravatar Greg Daniel2018-06-08
* Fix A2B JPEG images on GPU backed xform or color-managed canvasGravatar Brian Osman2018-06-08
* Reland "Require mips to be allocated at texture creation time and disable lat...Gravatar Greg Daniel2018-06-08
* Revert "Require mips to be allocated at texture creation time and disable lat...Gravatar Greg Daniel2018-06-07
* Require mips to be allocated at texture creation time and disable late alloca...Gravatar Greg Daniel2018-06-07
* Dest color space no longer impacts mipmaps or texture samplingGravatar Brian Osman2018-06-01
* support image-subsets in serializationGravatar Mike Reed2018-05-29
* Remove SK_IGNORE_SKIMAGE_ONREFENCODED_CHANGE.Gravatar Ben Wagner2018-05-17
* SkImage::onRefEncoded to return sk_sp.Gravatar Ben Wagner2018-05-16
* Make GrCaps and GrShaderCaps private.Gravatar Brian Salomon2018-05-11
* Tag the unique keys of lazy images.Gravatar Derek Sollenberger2018-04-04
* Add SkColorType getter on SkImage.Gravatar Greg Daniel2018-03-14
* When creating emptyp MipMap proxies, don't instantiate them immediately. Atte...Gravatar Greg Daniel2018-02-15
* Revert "Revert "Revert "When creating emptyp MipMap proxies, don't instantiat...Gravatar Greg Daniel2018-02-14
* Revert "Revert "When creating emptyp MipMap proxies, don't instantiate them i...Gravatar Greg Daniel2018-02-14
* Add function to GrProxyProvider to lazily upload mip map dataGravatar Greg Daniel2018-02-07
* Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sampl...Gravatar Brian Salomon2018-02-03
* Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts...Gravatar Brian Salomon2018-02-03
* Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU ...Gravatar Brian Salomon2018-02-02
* Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""Gravatar Brian Salomon2018-02-02
* More sample count cleanup:Gravatar Brian Salomon2018-02-01
* Add kRGBX_8888, kRGBA_1010102, and kRGBX_1010102 color types. Unused for now.Gravatar Brian Salomon2018-01-30
* remove SkColorSpace_BaseGravatar Mike Klein2018-01-26
* Funnel most proxy creation through GrProxyProviderGravatar Robert Phillips2018-01-16
* Add GrProxyProviderGravatar Robert Phillips2018-01-08
* Removed unused useCache param in GrYUVProviderGravatar Greg Daniel2018-01-04
* Push much of the SkColorSpace_Base interface up to SkColorSpaceGravatar Brian Osman2017-12-12
* Add hint to SkSurface::MakeRenderTarget that we will use mipsGravatar Greg Daniel2017-10-23
* Add api for passing mipped hint into ImageGenerator onGenerateTextureGravatar Greg Daniel2017-10-11
* Add option to create a deferred render target context with mipsGravatar Greg Daniel2017-10-06
* When mip mapping, do YUV mip generation on CPU then upload to GPU.Gravatar Greg Daniel2017-10-05
* Revert "Revert "Update lockTextureProxy to return mipped proxys if mipping is...Gravatar Greg Daniel2017-10-04
* Revert "Update lockTextureProxy to return mipped proxys if mipping is request...Gravatar Greg Daniel2017-10-03
* Update lockTextureProxy to return mipped proxys if mipping is requested.Gravatar Greg Daniel2017-10-02
* Add ability to remove unique key from proxy and underlying surface.Gravatar Greg Daniel2017-09-26
* Rework GrSamplerParams to be more compact and use its own wrap mode enum.Gravatar Brian Salomon2017-09-07
* Make SkImage_Lazy always report the color space of its dataGravatar Brian Osman2017-09-07
* Reduce dependence on GrSurface's origin field (take 3)Gravatar Robert Phillips2017-07-25
* Revert "Reduce dependence on GrSurface's origin field (take 2)"Gravatar Robert Phillips2017-07-25
* Reduce dependence on GrSurface's origin field (take 2)Gravatar Robert Phillips2017-07-25