Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
3f7932e733166544d98caab4d294c72ed1bb5f29
/
src
/
gpu
/
GrProxyProvider.cpp
3f7932e
Add kRequiresManualMSAAResolve to GrInternalSurfaceFlags
by Chris Dalton
· 6 years ago
0fac869
Remove uses of GrPixelConfig in GrVkCaps and other vk files.
by Greg Daniel
· 6 years ago
201cdbb
Make GrSamplerState.h and GrRenderTarget.h private
by Brian Salomon
· 6 years ago
7bfc913
Remove GrCaps isConfigTexturable.
by Greg Daniel
· 6 years ago
96b383a
Remove GrRenderable param from GrProxyProvider::createTextureProxy()
by Brian Salomon
· 6 years ago
2af3e70
Don't use color type derived from GrPixelConfig to determine proxy texture swizzle.
by Brian Salomon
· 6 years ago
1c53a9f
Remove some uses of GrSurface::config()
by Brian Salomon
· 6 years ago
6fa62e2
Remove use of GrColorType on GrCaps::getRenderTargetSampleCount.
by Greg Daniel
· 6 years ago
4eb38b7
Pass GrBackendFormat to GrResourceProvider and GrGpu texture create functions.
by Brian Salomon
· 6 years ago
95d8ceb
Add GrMipMapsStatus to GrTextureProxy
by Chris Dalton
· 6 years ago
0a15cc6
Propagate GrRenderable flag to GrCaps::getBackendFormatFromColorType
by Robert Phillips
· 6 years ago
8ff8bcc
Add GrCaps::isFormatCompressed
by Robert Phillips
· 6 years ago
62221e7
Delete GrBackendSurface's GrPixelConfig
by Robert Phillips
· 6 years ago
c80b0e9
Make rest of GrGpu::wrapBackend* methods take a GrColorType (take 2)
by Robert Phillips
· 6 years ago
27b4d8d
Remove sample count from GrSurfaceDesc.
by Brian Salomon
· 6 years ago
e8a766b
Move GrProtected off GrSurfaceDesc and pass separately.
by Brian Salomon
· 6 years ago
dd39980
Revert "Make rest of GrGpu::wrapBackend* methods take a GrColorType"
by Robert Phillips
· 6 years ago
9725638
Make rest of GrGpu::wrapBackend* methods take a GrColorType
by Robert Phillips
· 6 years ago
f2c2ba9
Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable.
by Brian Salomon
· 6 years ago
7b1bebf
Fix creating gpu texture from raster image.
by Greg Daniel
· 6 years ago
0902c98
Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls (take 2)
by Robert Phillips
· 6 years ago
fe88bf6
Revert "Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls"
by Greg Daniel
· 6 years ago
5572737
Pass GrColorType to the GrGpu::wrapRenderableBackendTexture chain of calls
by Robert Phillips
· 6 years ago
5c96db8
Move last few uses of SkColorType out of GrCaps.
by Greg Daniel
· 6 years ago
627d053
Move uses of functions taking SkColorType to GrColorType versions in GrCaps.
by Greg Daniel
· 6 years ago
2f2caea
Make isFormatTexturable take a GrColorType.
by Greg Daniel
· 6 years ago
1e2cb44
Switch GrCaps::areColorTypeAndFormatCompatible over to using GrColorType
by Robert Phillips
· 6 years ago
c046ff0
Add SkSurfaceCharacterization::isCompatible
by Robert Phillips
· 6 years ago
bb8dde8
Reland "Reland "Separate compressed and uncompressed texture functions""
by Brian Salomon
· 6 years ago
1550064
Revert "Reland "Separate compressed and uncompressed texture functions""
by Greg Daniel
· 6 years ago
c051923
Reland "Separate compressed and uncompressed texture functions"
by Brian Salomon
· 6 years ago
31539a8
Revert "Separate compressed and uncompressed texture functions"
by Brian Salomon
· 6 years ago
9acfb33
Separate compressed and uncompressed texture functions
by Brian Salomon
· 6 years ago
d8f79a2
Reduce GrCaps' reliance on GrPixelConfig
by Robert Phillips
· 6 years ago
6ce447a
Eliminate mixed samples as an FBO type or AA type
by Chris Dalton
· 6 years ago
e5f7328
No longer forward refs and unrefs from the GrSurfaceProxy to the backing GrSurface
by Robert Phillips
· 6 years ago
2c19e7f
Reland "Store GrSwizzle on proxies for texturing and swizzling."
by Greg Daniel
· 6 years ago
f91aeb2
Move a bunch of gpu files out of include/private and into src/gpu.
by Greg Daniel
· 6 years ago
3ec1f54
Revert "Store GrSwizzle on proxies for texturing and swizzling."
by Brian Salomon
· 6 years ago
2309313
Store GrSwizzle on proxies for texturing and swizzling.
by Greg Daniel
· 6 years ago
3fc5df4
Correctly set GrBackendFormat when changing colortype of bitmap in GrProxyProvider.
by Greg Daniel
· 6 years ago
fa55f2e
Add asserts to make sure we always have valid GrBackendFormats before creating proxies.
by Greg Daniel
· 6 years ago
10d1721
Remove GrInternalSurfaceFlags::kNoPendingIO as it is no longer needed
by Robert Phillips
· 6 years ago
c0bd9f9
rewrite includes to not need so much -Ifoo
by Mike Klein
· 6 years ago
12c4629
Remove the option of disabling explicit resource allocation
by Robert Phillips
· 6 years ago
c809832
Convert 565 and 4444 bitmaps to 8888 for Mac Metal.
by Jim Van Verth
· 6 years ago
19cc00f
Support multisample in GrProxyProvider::MakeFullyLazyProxy
by Chris Dalton
· 6 years ago
9313aa7
Skip flush in GrDrawingManager if the specifed proxy doesn't have any work (take 2)
by Robert Phillips
· 6 years ago
2c791fc
Track the number of resources that would become purgeable after flush
by Brian Salomon
· 6 years ago
01ceae9
Control access to adding ref to a GrGpuResource when it's ref count is zero.
by Brian Salomon
· 6 years ago
b6a3a3b
Make lazy proxies have 2 modes for proxy/surface key management.
by Brian Salomon
· 6 years ago
7dcc616
Reland "Simplify two more clients of proxy provider (mipped vs. non-mipped)"
by Brian Osman
· 6 years ago
de49665
Fold together mippped and non-mippped bitmap to proxy functions
by Brian Osman
· 6 years ago
5ad6fd3
Put SkImageInfo on SkImage to avoid cost of reconstructing for queries.
by Brian Salomon
· 6 years ago
b085fa9
Add ddl support to drawing to wrapped vulkan secondary command buffers.
by Greg Daniel
· 6 years ago
2ca31f8
Use GrSurface::setRelease helper that creates ref-counted wrapper
by Brian Salomon
· 6 years ago
b2c5dae
Simplify promise image lazy instantiation callbacks.
by Brian Salomon
· 6 years ago
67f0195
Use destructors to free resources owned by lazy proxy callbacks
by Brian Salomon
· 6 years ago
a9162df
Plumb abandonment throughout GrContext hierarchy
by Robert Phillips
· 6 years ago
a41c685
Move proxyProvider and singleOwner to GrImageContext
by Robert Phillips
· 7 years ago
412674f
Check for single owner and abandoned context in createMipMapProxyFromBitmap
by Brian Osman
· 7 years ago
8ce7991
Add release proc apis to SkSurface::MakeFromBackend* calls.
by Greg Daniel
· 7 years ago
aa6ca0a
Require explicit GrWrapCacheable specification in more places.
by Brian Salomon
· 7 years ago
fa2ebea
Replace bool purgeImmediately with enum GrWrapCacheable.
by Brian Salomon
· 7 years ago
ee06b33
Reland "Add compressed data support for SkImage."
by Jim Van Verth
· 7 years ago
14235d1
Revert "Add compressed data support for SkImage."
by Hal Canary
· 7 years ago
57263c2
Add compressed data support for SkImage.
by Jim Van Verth
· 7 years ago
2de13dd
Allow aliasing in GrProxyProvider::processInvalidUniqueKey
by Chris Dalton
· 7 years ago
b46add8
Add initial support for creating a vulkan secondary command buffer drawing context.
by Greg Daniel
· 7 years ago
427966a
Short term fix for SkClipStack unique key issue
by Robert Phillips
· 7 years ago
34a2030
Remove window rects flag from GrInternalSurfaceFlags.
by Brian Salomon
· 7 years ago
c67c31c
Revert "Revert "Mark wrapped textures imported into SkImages as "read only".""
by Brian Salomon
· 7 years ago
ff4ccaa
Revert "Mark wrapped textures imported into SkImages as "read only"."
by Brian Salomon
· 7 years ago
796693a
Mark wrapped textures imported into SkImages as "read only".
by Brian Salomon
· 7 years ago
4065d45
Reland "Reland "Have a GrBackendFormat be stored on gpu proxies.""
by Greg Daniel
· 7 years ago
d7157b2
Revert "Reland "Have a GrBackendFormat be stored on gpu proxies.""
by Greg Daniel
· 7 years ago
2f9a5ea
Reland "Have a GrBackendFormat be stored on gpu proxies."
by Greg Daniel
· 7 years ago
919c9e7
Revert "Have a GrBackendFormat be stored on gpu proxies."
by Greg Daniel
· 7 years ago
51b1c12
Have a GrBackendFormat be stored on gpu proxies.
by Greg Daniel
· 7 years ago
d004e0b
Cleanup resource flags
by Chris Dalton
· 7 years ago
0790f8a
Fix DDL reattachment of uniquely keyed proxies
by Robert Phillips
· 7 years ago
d29dcd1
Add fallback path for drawing unsupported bitmap configs
by Brian Osman
· 7 years ago
bc6b9cb
Cleanup mip-mapped proxy creation slightly
by Brian Osman
· 7 years ago
1b97f13
Revert "Defer mip-mapping until lazy proxy instantiation"
by Brian Osman
· 7 years ago
475819c
Defer mip-mapping until lazy proxy instantiation
by Brian Osman
· 7 years ago
2700abc
Remove raw-data version of createTextureProxy
by Brian Osman
· 7 years ago
303e83e
Let unbudgeted, unique keyed resources stay in gpu ResourceCache.
by Greg Daniel
· 7 years ago
fd98c2c
Make some GrSurfaceProxy and GrTextureProxy methods easier to access
by Brian Salomon
· 7 years ago
7226c23
Make GrTextureProxy store a GrTextureType.
by Brian Salomon
· 7 years ago
238069b
Reland "Make GPU cache invalidation SkMessageBus messages go to one GrContext."
by Brian Salomon
· 7 years ago
143cf8e
Revert "Make GPU cache invalidation SkMessageBus messages go to one GrContext."
by Brian Salomon
· 7 years ago
f4c5bb9
Make GPU cache invalidation SkMessageBus messages go to one GrContext.
by Brian Salomon
· 7 years ago
c1b6066
Fix instantiation of partially lazy proxies
by Robert Phillips
· 7 years ago
4c458b1
ccpr: Use lazy proxies with GrCCAtlas
by Chris Dalton
· 7 years ago
db3b979
Fix IsFunctionallyExact
by Robert Phillips
· 7 years ago
2b23c4b
Dest color space no longer impacts mipmaps or texture sampling
by Brian Osman
· 7 years ago
e320486
Don't allow ganesh to allocate mip maps for wrapped textures.
by Greg Daniel
· 7 years ago
92cbf3f
Don't create lazy proxys if their width/height is greater than max tex size
by Greg Daniel
· 7 years ago
5c4b33b
Don't add change listeners to pixelRefs in DDL mode
by Robert Phillips
· 7 years ago
fe0253f
Alter GrSurface/GrSurfaceProxy flags to prepare for GrTexture/GrTextureProxy -specific flags
by Robert Phillips
· 7 years ago
Next »