index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
LazyProxyTest.cpp
Commit message (
Expand
)
Author
Age
*
Remove clamping of kPlus with F16 configs
Brian Osman
2018-07-11
*
Move op memory storage to GrContext (take 2)
Robert Phillips
2018-06-19
*
ccpr: Use lazy proxies with GrCCAtlas
Chris Dalton
2018-06-18
*
Revert "Move op memory storage to GrContext"
Robert Phillips
2018-06-15
*
Move op memory storage to GrContext
Robert Phillips
2018-06-15
*
Plumb GrContext everywhere
Robert Phillips
2018-06-12
*
Reland "Reland "Require mips to be allocated at texture creation time and dis...
Greg Daniel
2018-06-08
*
Revert "Reland "Require mips to be allocated at texture creation time and dis...
Greg Daniel
2018-06-08
*
Reland "Require mips to be allocated at texture creation time and disable lat...
Greg Daniel
2018-06-08
*
Add a factory to any GrOp-derived class that lacked one
Robert Phillips
2018-06-08
*
Revert "Require mips to be allocated at texture creation time and disable lat...
Greg Daniel
2018-06-07
*
Require mips to be allocated at texture creation time and disable late alloca...
Greg Daniel
2018-06-07
*
Remove SK_SUPPORT_GPU checks in tool-only code
Brian Osman
2018-05-31
*
Delete GrDrawOp::wasRecorded
Chris Dalton
2018-05-23
*
Don't allow ganesh to allocate mip maps for wrapped textures.
Greg Daniel
2018-04-16
*
Don't create lazy proxys if their width/height is greater than max tex size
Greg Daniel
2018-04-12
*
Alter GrSurface/GrSurfaceProxy flags to prepare for GrTexture/GrTextureProxy ...
Robert Phillips
2018-03-19
*
Make GrGpu::deleteTestingOnlyBackendTexture() take const GrBackendTexture&
Brian Salomon
2018-03-09
*
Add promise images for deferred instantiation of wrapped gpu textures
Greg Daniel
2018-03-09
*
Add ability to uninstantiate lazy proxies after every flush.
Greg Daniel
2018-03-08
*
Move internal calls from GrContext to GrContextPriv
Robert Phillips
2018-03-06
*
Remove GrSurfaceOrigin from GrSurfaceDesc.
Brian Salomon
2018-03-05
*
Make fully lazy proxies possess an origin
Robert Phillips
2018-02-13
*
Make non-ddl lazy proxys clean-up and delete their callbacks immediately afte...
Greg Daniel
2018-02-08
*
Move control of explicit GPU resource allocation to GrContextOptions
Robert Phillips
2018-02-08
*
Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sampl...
Brian Salomon
2018-02-03
*
Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts...
Brian Salomon
2018-02-03
*
Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU ...
Brian Salomon
2018-02-02
*
Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""
Brian Salomon
2018-02-02
*
More sample count cleanup:
Brian Salomon
2018-02-01
*
Have lazy proxies keep their callbacks around and clean up their lambdas in t...
Greg Daniel
2018-02-01
*
Remove Ops whose lazy proxies fail to instantiate on flush
Greg Daniel
2018-01-29
*
Move GrSurfaceProxy::MakeLazy to GrProxyProvider::createLazy
Robert Phillips
2018-01-17
*
Add ability for lazy proxy callback to free captured resources
Greg Daniel
2018-01-17
*
Updating lazy proxys to support the case where we know a lot more info about ...
Greg Daniel
2018-01-12
*
move largest apis into private
Mike Reed
2018-01-08
*
Add "lazy" texture proxies
Chris Dalton
2017-11-30