Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
834f12076f703c114173486de6470412d92f6506
/
src
/
gpu
/
GrSurfaceProxy.cpp
a108c92
Fix drawSpecialImage
by Robert Phillips
· 7 years ago
63fd760
Remove trailing whitespace.
by Ben Wagner
· 7 years ago
c7e66ea
Disable deferred proxies a different way in Chrome
by Robert Phillips
· 7 years ago
e1da1d9
Add option to create a deferred render target context with mips
by Greg Daniel
· 7 years ago
fa8c080
Use SK_DISABLE_DEFERRED_PROXIES to only disable deferred proxies for Chrome
by Robert Phillips
· 7 years ago
73f7e1d
Temporarily disable deferred texture proxies
by Robert Phillips
· 7 years ago
55afd6d
Revert "Revert "Update GrBitmapTextureMaker for handling mipped requests""
by Greg Daniel
· 7 years ago
8b059bd
Revert "Update GrBitmapTextureMaker for handling mipped requests"
by Greg Daniel
· 7 years ago
d1935c1
Update GrBitmapTextureMaker for handling mipped requests
by Greg Daniel
· 7 years ago
28c434b
Handle instantiation of proxies with pending invalidation messages
by Brian Osman
· 7 years ago
e2d76d5
Remove fIsMipMapped from GrSurfaceDesc
by Greg Daniel
· 7 years ago
cd87140
Add ability to remove unique key from proxy and underlying surface.
by Greg Daniel
· 7 years ago
90f28ec
Add some asserts and explict setting of fIsMipMapped
by Greg Daniel
· 7 years ago
ae7d3f3
Add native caching of uniquely keyed GrTextureProxies (take 2)
by Robert Phillips
· 7 years ago
76d640d
Revert "Add native caching of uniquely keyed GrTextureProxies"
by Robert Phillips
· 7 years ago
d4f100d
Add native caching of uniquely keyed GrTextureProxies
by Robert Phillips
· 7 years ago
2191823
Revert "Remove isMipMapped from GrSurfaceDesc" and follow up find exact scratch CL
by Greg Daniel
· 7 years ago
52cb5fe
Remove isMipMapped from GrSurfaceDesc
by Greg Daniel
· 7 years ago
fb4a20c
Remove kDefault_GrSurfaceOrigin
by Robert Phillips
· 7 years ago
b0e93a2
Remove origin field from GrSurface (take 2)
by Robert Phillips
· 7 years ago
6504813
Remove accessRenderTarget calls in service of binding stencil buffer
by Robert Phillips
· 7 years ago
7294b85
Revert "Remove origin field from GrSurface"
by Robert Phillips
· 7 years ago
df0e09f
Remove origin field from GrSurface
by Robert Phillips
· 7 years ago
16d8ec6
Pull non-substantive changes out of omnibus GrSurface CL
by Robert Phillips
· 7 years ago
066f020
Reduce dependence on GrSurface's origin field (take 3)
by Robert Phillips
· 7 years ago
6af2a66
Revert "Reduce dependence on GrSurface's origin field (take 2)"
by Robert Phillips
· 7 years ago
22115b4
Reduce dependence on GrSurface's origin field (take 2)
by Robert Phillips
· 7 years ago
019ff27
Third small fragment from "Reduce dependence on GrSurface's origin field"
by Robert Phillips
· 7 years ago
57aa367
Add initial version of GrResourceAllocator's free pool (take 2)
by Robert Phillips
· 7 years ago
96be9df
Revert "Reduce dependence on GrSurface's origin field"
by Robert Phillips
· 7 years ago
467022b
Reduce dependence on GrSurface's origin field
by Robert Phillips
· 7 years ago
39f1a95
Revert "Add initial version of GrResourceAllocator's free pool"
by Robert Phillips
· 7 years ago
6ec9a4f
Add initial version of GrResourceAllocator's free pool
by Robert Phillips
· 7 years ago
d17f658
Remove GrBackendTextureDesc
by Brian Salomon
· 7 years ago
81e7bf8
Update gpu caps for valid sample counts.
by Greg Daniel
· 7 years ago
5af44de
Add GrResourceAllocator class + unit test
by Robert Phillips
· 7 years ago
590533f
Plumb raw GrMipLevel* down instead of SkTArray<GrMipLevel> in GrGpu
by Robert Phillips
· 7 years ago
8e8c755
Move GrResourceProvider::createMipMappedTexture to GrSurfaceProxy::MakeDeferredMipMap
by Robert Phillips
· 7 years ago
db40620
Re-enable deferred proxies in Chrome
by Robert Phillips
· 7 years ago
67d52cf
sk_sp-ify GrResourceProvider some more
by Robert Phillips
· 7 years ago
eee4d6e
Make instantiate return a Boolean
by Robert Phillips
· 7 years ago
8bf1f9f
Disable deferred proxies for M60 branch
by Robert Phillips
· 7 years ago
d17b4a6
Revert "Revert "Add a flag to GrSurfaceFlags that requires the texture to be cleared upon creation. ""
by Brian Salomon
· 7 years ago
a9e795e
Revert "Add a flag to GrSurfaceFlags that requires the texture to be cleared upon creation. "
by Brian Salomon
· 7 years ago
45e5068
Add a flag to GrSurfaceFlags that requires the texture to be cleared upon creation.
by Brian Salomon
· 7 years ago
92de631
Remove compressed (ETC1) texture support from Ganesh (take 2)
by Robert Phillips
· 7 years ago
bc262e1
Revert "Remove compressed (ETC1) texture support from Ganesh"
by Brian Osman
· 7 years ago
ee26363
Remove compressed (ETC1) texture support from Ganesh
by Robert Phillips
· 7 years ago
081e0e6
Move MIP color mode from GrSurfaceProxy to GrTextureProxy
by Brian Salomon
· 7 years ago
bb5711a
Remove GrSurfaceDesc member from GrSurfaceProxy.
by Brian Salomon
· 7 years ago
63e7973
Remove GrSurfaceProxy::desc()
by Brian Salomon
· 7 years ago
6cdc22c
Split up opLists (take 3)
by Robert Phillips
· 7 years ago
b37208f
Revert "Revert "Re-enable deferred proxies in Chrome""
by Robert Phillips
· 7 years ago
05814de
Revert "Re-enable deferred proxies in Chrome"
by Robert Phillips
· 7 years ago
555c49c
Re-enable deferred proxies in Chrome
by Robert Phillips
· 8 years ago
cd90104
Disable deferred proxies in Chrome
by Robert Phillips
· 8 years ago
78de212
Prevent creation of zero-sized proxies
by Robert Phillips
· 8 years ago
4a39504
Revert "Split up opLists (take 2)"
by Robert Phillips
· 8 years ago
df2bf21
Split up opLists (take 2)
by Robert Phillips
· 8 years ago
7ef28f3
Revert "Revert "Plumb GrBackendTexture throughout skia.""
by Greg Daniel
· 8 years ago
7fa5c31
Revert "Plumb GrBackendTexture throughout skia."
by Stan Iliev
· 8 years ago
7da62b9
Plumb GrBackendTexture throughout skia.
by Greg Daniel
· 8 years ago
7ce67db
Revert "Split up opLists"
by Robert Phillips
· 8 years ago
bc8ee52
Split up opLists
by Robert Phillips
· 8 years ago
7a17b2f
Re-enable deferred proxies in Chrome
by Robert Phillips
· 8 years ago
45fdae1
Re-arrange GrResourceProvider's texture creation methods
by Robert Phillips
· 8 years ago
123b7b8
Disable deferred proxies for Chrome branch
by Robert Phillips
· 8 years ago
e78b725
Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 3)
by Robert Phillips
· 8 years ago
1b35256
Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2)"
by Robert Phillips
· 8 years ago
aaee31f
Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv (take 2)
by Robert Phillips
· 8 years ago
171cc5f
Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv"
by Robert Phillips
· 8 years ago
fb0bd98
Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv
by Robert Phillips
· 8 years ago
0ae6faa
Make SkImage_Gpu be deferred (take 2)
by Robert Phillips
· 8 years ago
ac6b1fa
Remove budgeted parameter from SkSurface::makeImageSnapshot (take 2)
by Robert Phillips
· 8 years ago
06ee8e8
Revert "Revert "Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot"""
by Yuqian Li
· 8 years ago
31249bb
Revert "Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot""
by Robert Phillips
· 8 years ago
9e9188f
Revert "Remove budgeted parameter from SkSurface::makeImageSnapshot"
by Yuqian Li
· 8 years ago
b64bcbd
Remove budgeted parameter from SkSurface::makeImageSnapshot
by Robert Phillips
· 8 years ago
a4c41b3
Push setMipColorMode calls further down-stack & add to GrTextureProxy
by Robert Phillips
· 8 years ago
26c90e0
Add GrRenderTargetContext::resourceProvider & GrResourceProvider::caps
by Robert Phillips
· 8 years ago
4f70623
Restore deferred GPU resources in Chrome
by Robert Phillips
· 8 years ago
b726d58
Partially defer SkImage_Gpu
by Robert Phillips
· 8 years ago
383dd9d
Remove unused ownership argument to GrSurfaceProxy::MakeWrappedBackend
by Brian Osman
· 8 years ago
32342f0
Rebase and fix chromium
by Brian Osman
· 8 years ago
2f49314
Make GrSurface::MakeDeferred return sk_sp<GrTextureProxy>
by Robert Phillips
· 8 years ago
7928e76
Disable deferred gpu resources for Chrome branch
by Robert Phillips
· 8 years ago
c787e49
Allow GrSurfaceProxy-derived classes to use flags when instantiating (take 2)
by Robert Phillips
· 8 years ago
2411c11
Revert "Allow GrSurfaceProxy-derived classes to use flags when instantiating"
by Robert Phillips
· 8 years ago
c8f1e3a
Allow GrSurfaceProxy-derived classes to use flags when instantiating
by Robert Phillips
· 8 years ago
63c6746
Tighten up GrSurfaceProxy typing
by Robert Phillips
· 8 years ago
6520a69
Add test for proactive proxy-creation failure
by Robert Phillips
· 8 years ago
8f741bb
Add more pre-checks to surfaceProxy creation
by Robert Phillips
· 8 years ago
f200a90
Rationalize GrContext's Gr*Proxy getter naming
by Robert Phillips
· 8 years ago
08c5ec7
Make blur utils take GrTextureProxies - take 2
by Robert Phillips
· 8 years ago
26caf89
Add utilities to create GrSurfaceProxy & GrSurfaceContext from backend descs
by Robert Phillips
· 8 years ago
d46697a
Use GrSurfaceContext::read/write-Pixels more
by Robert Phillips
· 8 years ago
bc7a4fb
Make GrYUVEffect take GrTextureProxies
by Robert Phillips
· 8 years ago
e2f7d18
Add a deferred copy surface (take 3)
by Robert Phillips
· 8 years ago
d316e77
Revert "Add a deferred copy surface (take 2)"
by Robert Phillips
· 8 years ago
398487a
Add a deferred copy surface (take 2)
by Robert Phillips
· 8 years ago
Next »