Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
7a538b1eeccdbe940de507af9aeaf454952c4aec
/
tests
/
GrMipMappedTest.cpp
7a538b1
Make FP optimizations helpers use SkAlphaType not GrColorType
by Brian Salomon
· 5 years ago
c594e62
Plumb GrColorType through all ops/processors that sample textures.
by Greg Daniel
· 5 years ago
e2a903e
Reland "Reorder msaa and mipmap resolves to happen all at once"
by Chris Dalton
· 5 years ago
fac9196
Revert "Reorder msaa and mipmap resolves to happen all at once"
by Chris Dalton
· 5 years ago
fd14146
Reorder msaa and mipmap resolves to happen all at once
by Chris Dalton
· 5 years ago
beb7f52
Make GrSurfaceProxy constructors take arg that determines participation in
by Brian Salomon
· 5 years ago
9313874
Rename GrContextOption fReduceOpListSplitting to fReduceOpsTaskSplitting.
by Greg Daniel
· 5 years ago
f41b2bd
Reland "Merge GrOpList and GrRTOpList and rename to GrOpsTask."
by Greg Daniel
· 5 years ago
f21bf9e
Revert "Merge GrOpList and GrRTOpList and rename to GrOpsTask."
by Greg Daniel
· 5 years ago
2a59541
Merge GrOpList and GrRTOpList and rename to GrOpsTask.
by Greg Daniel
· 5 years ago
aa3cbb8
Mark mipmaps dirty from makeClosed() rather than opList constructors
by Chris Dalton
· 5 years ago
30eea6c
Convert GrManyDependentsMipMappedTest to a mock gpu test
by Chris Dalton
· 5 years ago
bf6b979
GrSurfaceContext not ref counted.
by Brian Salomon
· 5 years ago
3d77027
Reland "Initiate regeneration of mipmaps from proxy DAG land"
by Chris Dalton
· 5 years ago
3e7fa79
Revert "Initiate regeneration of mipmaps from proxy DAG land"
by Robert Phillips
· 5 years ago
fe19203
Initiate regeneration of mipmaps from proxy DAG land
by Chris Dalton
· 5 years ago
da2e67a
Add GrProtected parameter to all createBackendTexture variants
by Robert Phillips
· 5 years ago
f91aeb2
Move a bunch of gpu files out of include/private and into src/gpu.
by Greg Daniel
· 5 years ago
4bdd36f
Make color initialization version of createBackendTexture public
by Robert Phillips
· 5 years ago
8062679
Switch all internel uses of GrContext::createBackendTexture over to initialized versions
by Robert Phillips
· 5 years ago
5c7a25b
Move explicit backend object allocation API to GrContext
by Robert Phillips
· 5 years ago
9b16f81
Switch over to using new direct allocation API in our tests (as much as possible at least)
by Robert Phillips
· 5 years ago
9dbcdcc
Alter createTestingOnlyBackendTexture methods
by Robert Phillips
· 5 years ago
c0bd9f9
rewrite includes to not need so much -Ifoo
by Mike Klein
· 6 years ago
9896a0d
Add mipmap generation for Metal
by Jim Van Verth
· 6 years ago
6603a17
Make SkImage_Base::asTextureProxyRef take a GrRecordingContext parameter
by Robert Phillips
· 6 years ago
9da87e0
Rename GrContext::contextPriv to priv
by Robert Phillips
· 6 years ago
bdf12ad
Move GrBackend enum to enum class.
by Greg Daniel
· 6 years ago
646f637
Add rowBytes to createTestingOnlyBackendTexture
by Robert Phillips
· 6 years ago
d3895d8
Centralize the predicate for a glyph being too large for the atlas
by Herb Derby
· 6 years ago
fd98c2c
Make some GrSurfaceProxy and GrTextureProxy methods easier to access
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
01d6fc9
Go back to cleaning up MIP levels on texture export rather than assuming dirty
by Brian Salomon
· 6 years ago
8e9b4c4
Reland "Don't require mips in GrTextureProducer if texture is 1x1."
by Greg Daniel
· 6 years ago
c861eee
Revert "Don't require mips in GrTextureProducer if texture is 1x1."
by Greg Daniel
· 6 years ago
5191fd7
Don't require mips in GrTextureProducer if texture is 1x1.
by Greg Daniel
· 6 years ago
c87cfb6
Remove old lazy image decoding heuristic logic
by Brian Osman
· 6 years ago
9457546
Alternative fix for stale MIP maps on texture export/import.
by Brian Salomon
· 6 years ago
c7ad40f
Remove SK_SUPPORT_GPU checks in tool-only code
by Brian Osman
· 6 years ago
c7fe0f7
Make GrCaps and GrShaderCaps private.
by Brian Salomon
· 6 years ago
d2d367d
No long require copy as draw for vulkan wrapped resources.
by Greg Daniel
· 7 years ago
52e16d9
Update getBackendInfo calls on GrBackendTexture to support VkImageLayout better.
by Greg Daniel
· 7 years ago
052ef69
Pin color type when a cross-context image is constructed
by Brian Osman
· 7 years ago
26102cb
Make GrGpu::deleteTestingOnlyBackendTexture() take const GrBackendTexture&
by Brian Salomon
· 7 years ago
26b50a4
Add testing only helper to flush and sync gpu.
by Greg Daniel
· 7 years ago
f6f7b67
When creating emptyp MipMap proxies, don't instantiate them immediately. Attempt 3
by Greg Daniel
· 7 years ago
7080a43
Revert "Revert "Revert "When creating emptyp MipMap proxies, don't instantiate them immediately."""
by Greg Daniel
· 7 years ago
95edb43
Revert "Revert "When creating emptyp MipMap proxies, don't instantiate them immediately.""
by Greg Daniel
· 7 years ago
0ee866d
Revert "When creating emptyp MipMap proxies, don't instantiate them immediately."
by Greg Daniel
· 7 years ago
8242c5c
When creating emptyp MipMap proxies, don't instantiate them immediately.
by Greg Daniel
· 7 years ago
d5f9cdd
Add SkSurface_Gpu::MakeWrappedRenderTarget method
by Robert Phillips
· 7 years ago
bddcc95
Add return value to doLazyInstantiation to know if it succeedes.
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
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
e728f67
Update to GrBackendTexutreImageGenerator to support lazy texture proxies
by Greg Daniel
· 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
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
b67821d
Add GrBackendTexture & GrBackendRenderTarget access methods to GrTexture and GrRenderTarget
by Robert Phillips
· 7 years ago
d21b2a5
Remove GrBackendObject from tests (except image_from_yuv_textures)
by Robert Phillips
· 7 years ago
57e0828
Add backend GPU objects to fiddle app
by Robert Phillips
· 7 years ago
e0070c0
Patch up ref counting of proxies (take 2)
by Robert Phillips
· 7 years ago
2d9cb57
Revert "Patch up ref counting of proxies"
by Robert Phillips
· 7 years ago
8d5ce2d
Patch up ref counting of proxies
by Robert Phillips
· 7 years ago
45d6303
Have mip status match surface when snapping image from wrapped object
by Greg Daniel
· 7 years ago
e252f08
Add hint to SkSurface::MakeRenderTarget that we will use mips
by Greg Daniel
· 7 years ago
261b8aa
Revert "Revert "Support creation/use of mipped proxy in GrBackendTextureImageGenerator""
by Greg Daniel
· 7 years ago
7477d96
Revert "Support creation/use of mipped proxy in GrBackendTextureImageGenerator"
by Greg Daniel
· 7 years ago
b8ad00b
Support creation/use of mipped proxy in GrBackendTextureImageGenerator
by Greg Daniel
· 7 years ago
177e695
Add flag on GrBackendTexture to say whether texture is mipped or not
by Greg Daniel
· 7 years ago