Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
fb18639804e76e2ccdc2062eeca8b53b3d37d1b9
/
src
/
image
bd65955
Remove SkImageCacherator entirely
by Brian Osman
· 6 years ago
10494e3
Restore lazy image cache key logic
by Brian Osman
· 6 years ago
b3f3830
Add support for gray + colorspace to SkCodec
by Brian Osman
· 6 years ago
2ad0820
Have SkImage_Base send out UniqueKey invalidations to GPU backend when destroyed.
by Greg Daniel
· 6 years ago
cc956f2
Reland "Revert "Add support for gray + colorspace to SkCodec""
by Brian Osman
· 6 years ago
5bcab74
Revert "Revert "Add support for gray + colorspace to SkCodec""
by Brian Osman
· 6 years ago
a51d1b4
Revert "Add support for gray + colorspace to SkCodec"
by Brian Osman
· 6 years ago
8491dd8
Add support for gray + colorspace to SkCodec
by Brian Osman
· 6 years ago
7ed0eae
Revert "Remove lazy image color space hacks for gray"
by Brian Osman
· 6 years ago
12dffda
Remove unused onCanLazyGenerateOnGPU function
by Brian Osman
· 6 years ago
a81c2be
Remove lazy image color space hacks for gray
by Brian Osman
· 6 years ago
5223243
Fix alpha type when doing GPU color space conversion of unpremul images
by Brian Osman
· 6 years ago
21fc5ce
Reland "Add support for unpremul image sources in the GPU backend"
by Brian Osman
· 6 years ago
cbf64e3
Revert "Add support for unpremul image sources in the GPU backend"
by Brian Osman
· 6 years ago
f06240d
Add support for unpremul image sources in the GPU backend
by Brian Osman
· 6 years ago
015c899
port most SkAtomic<T> to std::atomic<T>
by Mike Klein
· 6 years ago
eb7e529
Remove CachedFormat remnants
by Brian Osman
· 6 years ago
fd98c2c
Make some GrSurfaceProxy and GrTextureProxy methods easier to access
by Brian Salomon
· 6 years ago
7226c23
Make GrTextureProxy store a GrTextureType.
by Brian Salomon
· 6 years ago
504dd05
Reland "Go back to cleaning up MIP levels on texture export rather than assuming dirty on texture import."
by Brian Salomon
· 6 years ago
6668a51
Revert "Go back to cleaning up MIP levels on texture export rather than assuming dirty"
by Mike Klein
· 6 years ago
ba5c439
Fix GPU explicit resource allocation bug
by Robert Phillips
· 6 years ago
01d6fc9
Go back to cleaning up MIP levels on texture export rather than assuming dirty
by Brian Salomon
· 6 years ago
30301c4
share helper for flagging when added to raster cache
by Mike Reed
· 6 years ago
21a99d4
Fix validity check in SkSurface::MakeFromBackendTextureAsRenderTarget
by Justin Novosad
· 6 years ago
f6db495
Remove SkTransferFunctionBehavior
by Brian Osman
· 6 years ago
a07bf67
Add bullet proofing to image_subset GM for TSAN failures
by Robert Phillips
· 6 years ago
b62f50c
Replace nearly all kRespect with kIgnore
by Brian Osman
· 6 years ago
c87cfb6
Remove old lazy image decoding heuristic logic
by Brian Osman
· 6 years ago
a50205f
Add color type to the image filter DAG's OutputProperties
by Brian Osman
· 6 years ago
3e95e57
Use TextureProxy size directly in GrYUVToRGBEffect FragmentProcessor
by Weiliang Chen
· 6 years ago
108bb23
Reland "Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors."
by Greg Daniel
· 6 years ago
9aa30c6
Remove sRGB config checks based on color space
by Brian Osman
· 6 years ago
bfc33e5
Revert "Revert "Temporary fix for SkImage_Lazy handling of color spaces""
by Brian Osman
· 6 years ago
c421ca1
gpu: Expose GrContextPriv::abandoned in the public API.
by Khushal
· 6 years ago
d47fe09
Handle F32 in lazy image
by Brian Osman
· 6 years ago
e269310
Revert "Temporary fix for SkImage_Lazy handling of color spaces"
by Brian Osman
· 6 years ago
3785471
basic first pass at RGBA F32 support
by Mike Klein
· 6 years ago
439b994
Temporary fix for SkImage_Lazy handling of color spaces
by Brian Osman
· 6 years ago
9457546
Alternative fix for stale MIP maps on texture export/import.
by Brian Salomon
· 6 years ago
47c2751
Remove GrNonlinearColorSpaceXformEffect
by Brian Osman
· 6 years ago
861ea5b
Remove const from (immutable) SkColorSpace args to some functions
by Brian Osman
· 6 years ago
5f4b09d
Allow caller to specify if the want mip maps in makeTextureImage call.
by Greg Daniel
· 6 years ago
8f5bbda
Fall back to bilerp if we are undable to do a copy for mips.
by Greg Daniel
· 6 years ago
09c9400
Reland "Reland "Require mips to be allocated at texture creation time and disable late allocations.""
by Greg Daniel
· 6 years ago
01422bc
Revert "Reland "Require mips to be allocated at texture creation time and disable late allocations.""
by Greg Daniel
· 6 years ago
27dddae
rebase
by Cary Clark
· 6 years ago
56893cd
Fix A2B JPEG images on GPU backed xform or color-managed canvas
by Brian Osman
· 6 years ago
9eb36b9
Reland "Require mips to be allocated at texture creation time and disable late allocations."
by Greg Daniel
· 6 years ago
0c78238
Revert "Require mips to be allocated at texture creation time and disable late allocations."
by Greg Daniel
· 6 years ago
cd2c3f9
Require mips to be allocated at texture creation time and disable late allocations.
by Greg Daniel
· 6 years ago
e1adc3a
Remove color space restrictions from image infos
by Brian Osman
· 6 years ago
2b23c4b
Dest color space no longer impacts mipmaps or texture sampling
by Brian Osman
· 6 years ago
89ad31e
Revert "Reland "remove toString""
by Cary Clark
· 6 years ago
92e37b6
Reland "remove toString"
by Cary Clark
· 6 years ago
9660108
Add DDL to SKPBench
by Robert Phillips
· 6 years ago
f2c7364
support image-subsets in serialization
by Mike Reed
· 6 years ago
8a8dd33
Make SkImage own its GrContext.
by Brian Salomon
· 6 years ago
bed9d5e
Add usage of SkYUVAIndex as pre-step to transfer to new YUVA API
by Weiliang Chen
· 6 years ago
6d138bf
Reland "Remove GrBackendObject and all related functions from Skia."
by Greg Daniel
· 7 years ago
32a4910
Revert "remove toString"
by Cary Clark
· 6 years ago
5191880
remove toString
by Cary Clark
· 6 years ago
e6c0fe0
Remove SK_IGNORE_SKIMAGE_ONREFENCODED_CHANGE.
by Ben Wagner
· 6 years ago
bdf5433
SkImage::onRefEncoded to return sk_sp.
by Ben Wagner
· 6 years ago
cc45cc7
remove typedef Info
by Cary Clark
· 6 years ago
c7fe0f7
Make GrCaps and GrShaderCaps private.
by Brian Salomon
· 7 years ago
a0ca909
Revert "Remove GrBackendObject and all related functions from Skia."
by Brian Osman
· 7 years ago
ce4cf72
non-linear blending first steps
by Mike Klein
· 7 years ago
ccd4cfc
Remove GrBackendObject and all related functions from Skia.
by Greg Daniel
· 7 years ago
2a943df
Make GPU lattice/nine patch not bleed across cells.
by Brian Salomon
· 7 years ago
b73a9f8
Add internal grsurface flag to track if using gl rectangle or external texture.
by Greg Daniel
· 7 years ago
efe39bc
Take sk_sp<SkDevice> instead of SkDevice*
by Herb Derby
· 7 years ago
a070ed7
Add InternalSurfaceFlag so we know if RenderTargetProxys and RenderTargets use GL FBO 0.
by Greg Daniel
· 7 years ago
e320486
Don't allow ganesh to allocate mip maps for wrapped textures.
by Greg Daniel
· 7 years ago
7444c3c
Revert "Delete getRenderTargetHandle call on SkSurface."
by Greg Daniel
· 7 years ago
584b501
Support downscaling to max texture size when making cross-context images
by Brian Osman
· 7 years ago
c828109
Delete getRenderTargetHandle call on SkSurface.
by Greg Daniel
· 7 years ago
ba375a8
Add SK_SUPPORT_LEGACY_BACKEND_OBJECTS
by Robert Phillips
· 7 years ago
a6aef2a
Allow SkImage_Gpu to fail some requests in DDL mode
by Robert Phillips
· 7 years ago
044b67d
Remove guard around getBackendTexture/RenderTarget calls
by Greg Daniel
· 7 years ago
66aebf3
Make sure GrBackendTextures are valid before starting to do things with them
by Greg Daniel
· 7 years ago
8caf85f
Add GrBackendTexture/RenderTarget accessors to SkSurface
by Robert Phillips
· 7 years ago
636fbae
Fix iOS bot in Chrome CQ
by Robert Phillips
· 7 years ago
c550995
Add GrBackendTexture accessor to SkImage (take 2)
by Robert Phillips
· 7 years ago
e1c60d6
Tag the unique keys of lazy images.
by Derek Sollenberger
· 7 years ago
be77a02
Hide GrPixelConfig in SkSurfaceCharacterization
by Robert Phillips
· 7 years ago
6b6fcc7
Add SkSurface factory that takes an SkSurfaceCharacterization
by Robert Phillips
· 7 years ago
052ef69
Pin color type when a cross-context image is constructed
by Brian Osman
· 7 years ago
a6a3df7
Move GrPixelConfig to GrTypesPriv
by Brian Salomon
· 7 years ago
49edccd
Remove legacy SkSurface::MakeFromBackendRenderTarget that does not take SkColorType
by Brian Salomon
· 7 years ago
3afdab1
Always validate GrBackendTextures passed to YUV image factories
by Brian Salomon
· 7 years ago
42409c2
Remove deprecated version of SkImage::MakeFromAdoptedTexture that does not take SkColorType
by Brian Salomon
· 7 years ago
abf7b76
Add texture-specific flags for External & Rectangle textures
by Robert Phillips
· 7 years ago
bfd2749
Remove deprecated SkImage::MakeFromTexture variants that don't take SkColorType
by Brian Salomon
· 7 years ago
abadbee
Move MakeCrossContextFromPixmap to use lazy version of createTextureProxy
by Greg Daniel
· 7 years ago
56dc04b
Remove deprecated versions of YUV texture SkImage factories
by Brian Salomon
· 7 years ago
5370677
Remove SkSurface::MakeFromBackendTexture variant that doesn't take SkColorType
by Brian Salomon
· 7 years ago
cb88470
Remove SkSurface::MakeFromBackendTextureAsRenderTarget variant that doesn't take SkColorType
by Brian Salomon
· 7 years ago
fe0253f
Alter GrSurface/GrSurfaceProxy flags to prepare for GrTexture/GrTextureProxy -specific flags
by Robert Phillips
· 7 years ago
7278d68
Add DoneProc to Promise Images
by Greg Daniel
· 7 years ago
Next »