Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
52232438eb6c8a251523387d1e7ddadf47b43cc2
/
src
/
image
/
SkImage_Gpu.cpp
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
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
b62f50c
Replace nearly all kRespect with kIgnore
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
c421ca1
gpu: Expose GrContextPriv::abandoned in the public API.
by Khushal
· 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
5f4b09d
Allow caller to specify if the want mip maps in makeTextureImage call.
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
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
8a8dd33
Make SkImage own its GrContext.
by Brian Salomon
· 7 years ago
bed9d5e
Add usage of SkYUVAIndex as pre-step to transfer to new YUVA API
by Weiliang Chen
· 7 years ago
6d138bf
Reland "Remove GrBackendObject and all related functions from Skia."
by Greg Daniel
· 7 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
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
e320486
Don't allow ganesh to allocate mip maps for wrapped textures.
by Greg Daniel
· 7 years ago
584b501
Support downscaling to max texture size when making cross-context images
by Brian Osman
· 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
66aebf3
Make sure GrBackendTextures are valid before starting to do things with them
by Greg Daniel
· 7 years ago
c550995
Add GrBackendTexture accessor to SkImage (take 2)
by Robert Phillips
· 7 years ago
052ef69
Pin color type when a cross-context image is constructed
by Brian Osman
· 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
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
6a426c1
Cleanup SkImage YUV texture factories.
by Brian Salomon
· 7 years ago
057627f
Make sure we set correct GrPixelConfig in promise images
by Greg Daniel
· 7 years ago
56008aa
Add SkColorType getter on SkImage.
by Greg Daniel
· 7 years ago
8a3f55c
Revert "Improve handling of GrPixelConfig in GrBackendTex/RT ctors"
by Greg Daniel
· 7 years ago
7d2b16a
Improve handling of GrPixelConfig in GrBackendTex/RT ctors
by Greg Daniel
· 7 years ago
0c51eea
Add GrMockRenderTarget and mock backend render targets
by Brian Salomon
· 7 years ago
a8d9211
Add promise images for deferred instantiation of wrapped gpu textures
by Greg Daniel
· 7 years ago
7578f3e
Rename wrap backend tex/rt methods on GrProxyProvider
by Brian Salomon
· 7 years ago
58389b9
Initial texture data is never flipped when uploaded.
by Brian Salomon
· 7 years ago
0c4b7b1
Move internal calls from GrContext to GrContextPriv
by Robert Phillips
· 7 years ago
2a4f983
Remove GrSurfaceOrigin from GrSurfaceDesc.
by Brian Salomon
· 7 years ago
366093f
Make it so that GrSurfaceContext with a sRGB GrPixelConfig must have a
by Brian Salomon
· 7 years ago
bc54fad
Refactor GrUploadPixmap logic into MakeCrossContextFromPixmap
by Greg Daniel
· 7 years ago
3081508
Remove unused code resulted from deleting DeferredTextureImage
by Greg Daniel
· 7 years ago
67f8584
Revert "Revert "Remove SkImage deferred texture image data APIs.""
by Brian Salomon
· 7 years ago
9e78811
Don't allow DDL GrContexts to MakeCrossContextFromPixmap
by Greg Daniel
· 7 years ago
a4ead65
Add function to GrProxyProvider to lazily upload mip map data
by Greg Daniel
· 7 years ago
9708af8
Add test for reading back from unpremul texture image
by Brian Salomon
· 7 years ago
bdecacf
Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""""
by Brian Salomon
· 7 years ago
3a2cc2c
Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""
by Brian Salomon
· 7 years ago
5bb82cb
Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""
by Brian Salomon
· 7 years ago
18c52a7
Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""
by Brian Salomon
· 7 years ago
d0d7270
Revert "Revert "Redefine the meaning of sample counts in GPU backend.""
by Brian Salomon
· 7 years ago
c1ce2f7
Revert "Redefine the meaning of sample counts in GPU backend."
by Brian Salomon
· 7 years ago
48825b1
Redefine the meaning of sample counts in GPU backend.
by Brian Salomon
· 7 years ago
f2336e4
Add lazy proxy's for wrapping backend textures
by Greg Daniel
· 7 years ago
f35fd8d
Move more internal methods from GrContext to GrContextPriv (take 3)
by Robert Phillips
· 7 years ago
2914555
Revert "Move more internal methods from GrContext to GrContextPriv (take 2)"
by Leon Scroggins
· 7 years ago
36591e5
Better handle context-loss in MakeBackendTextureFromSkImage
by Eric Karl
· 7 years ago
c22e50b
Move more internal methods from GrContext to GrContextPriv (take 2)
by Robert Phillips
· 7 years ago
07320e4
Revert "Move more internal methods from GrContext to GrContextPriv"
by Hal Canary
· 7 years ago
f440cec
Move more internal methods from GrContext to GrContextPriv
by Robert Phillips
· 7 years ago
adbe132
Remove GrSurfaceProxy::MakeWrapped (take 2)
by Robert Phillips
· 7 years ago
e201ebc
Revert "Remove GrSurfaceProxy::MakeWrapped"
by Robert Phillips
· 7 years ago
2ac5868
Remove GrSurfaceProxy::MakeWrapped
by Robert Phillips
· 7 years ago
6be756b
Move resourceProvider accessor to GrContextPriv (take 2)
by Robert Phillips
· 7 years ago
be46e24
Revert "Move resourceProvider accessor to GrContextPriv"
by Hal Canary
· 7 years ago
1f9ed85
Move resourceProvider accessor to GrContextPriv
by Robert Phillips
· 7 years ago
0bd24dc
Funnel most proxy creation through GrProxyProvider
by Robert Phillips
· 7 years ago
98e38e2
Revert "Revert "fix legacy makeRasterImage()""
by Mike Klein
· 7 years ago
ef29e42
Revert "fix legacy makeRasterImage()"
by Mike Klein
· 7 years ago
7c4ca04
fix legacy makeRasterImage()
by Mike Klein
· 7 years ago
1afd4cd
Add GrProxyProvider
by Robert Phillips
· 7 years ago
b950b59
share impl between makeNonTexture and makeRaster
by Mike Reed
· 7 years ago
7461a4a
converted YUVEffect to SkSL
by Ethan Nicholas
· 7 years ago
faa095e
Update SkSurface MakeFromBackend* factories to take an SkColorType.
by Greg Daniel
· 7 years ago
f5d8758
Add new SkImage factory to create from GrBackendTexture with SkColorType
by Greg Daniel
· 7 years ago
aae533e
Revert "Remove SkImage deferred texture image data APIs."
by Eric Karl
· 7 years ago
c25db63
Update SkImage::MakeFromYUVTexturesCopy to GrBackendTexture
by Robert Phillips
· 7 years ago
4f5e1d4
Remove SkImage deferred texture image data APIs.
by Brian Salomon
· 7 years ago
63bc48d
Add MakeCrossContextFromPixmap
by Brian Osman
· 7 years ago
Next »