index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrBackendTextureImageGenerator.cpp
Commit message (
Expand
)
Author
Age
*
Add lazy proxy's for wrapping backend textures
Greg Daniel
2018-01-24
*
Make use of VkSemaphores thread safe assuming use of the same VkQueue.
Greg Daniel
2018-01-22
*
Move GrSurfaceProxy::MakeLazy to GrProxyProvider::createLazy
Robert Phillips
2018-01-17
*
Update to GrBackendTexutreImageGenerator to support lazy texture proxies
Greg Daniel
2018-01-17
*
Move resourceProvider accessor to GrContextPriv (take 2)
Robert Phillips
2018-01-16
*
Revert "Move resourceProvider accessor to GrContextPriv"
Hal Canary
2018-01-16
*
Move resourceProvider accessor to GrContextPriv
Robert Phillips
2018-01-16
*
Remove color space restrictions from GrBackendTextureImageGenerator
Brian Osman
2018-01-16
*
Force BackendTextureImageGenerator to work on only 1 consumer context
Greg Daniel
2018-01-12
*
Update GrSemaphore to allow it to only be used once for signaling and once fo...
Greg Daniel
2018-01-09
*
Add GrBackendTexture & GrBackendRenderTarget access methods to GrTexture and ...
Robert Phillips
2017-12-13
*
Have mip status match surface when snapping image from wrapped object
Greg Daniel
2017-10-30
*
Add hint to SkSurface::MakeRenderTarget that we will use mips
Greg Daniel
2017-10-23
*
Revert "Revert "Support creation/use of mipped proxy in GrBackendTextureImage...
Greg Daniel
2017-10-23
*
Revert "Support creation/use of mipped proxy in GrBackendTextureImageGenerator"
Greg Daniel
2017-10-19
*
Support creation/use of mipped proxy in GrBackendTextureImageGenerator
Greg Daniel
2017-10-19
*
Add api for passing mipped hint into ImageGenerator onGenerateTexture
Greg Daniel
2017-10-11
*
Remove fIsMipMapped from GrSurfaceDesc
Greg Daniel
2017-09-26
*
Add some asserts and explict setting of fIsMipMapped
Greg Daniel
2017-09-26
*
Revert "Remove isMipMapped from GrSurfaceDesc" and follow up find exact scrat...
Greg Daniel
2017-09-08
*
Remove isMipMapped from GrSurfaceDesc
Greg Daniel
2017-09-06
*
Remove kDefault_GrSurfaceOrigin
Robert Phillips
2017-08-30
*
Remove origin field from GrSurface (take 2)
Robert Phillips
2017-08-29
*
Revert "Remove origin field from GrSurface"
Robert Phillips
2017-08-01
*
Remove origin field from GrSurface
Robert Phillips
2017-07-31
*
Pull non-substantive changes out of omnibus GrSurface CL
Robert Phillips
2017-07-27
*
Reduce dependence on GrSurface's origin field (take 3)
Robert Phillips
2017-07-25
*
Revert "Reduce dependence on GrSurface's origin field (take 2)"
Robert Phillips
2017-07-25
*
Reduce dependence on GrSurface's origin field (take 2)
Robert Phillips
2017-07-25
*
Revert "Reduce dependence on GrSurface's origin field"
Robert Phillips
2017-07-21
*
Reduce dependence on GrSurface's origin field
Robert Phillips
2017-07-21
*
Remove GrBackendTextureDesc
Brian Salomon
2017-07-20
*
Make SkImage_Lazy::onMakeColorSpace return a SkImage_Lazy
Christopher Cameron
2017-07-10
*
Add mock config to tools and run through gms and benchs without crashing.
Brian Salomon
2017-07-07
*
use #ifdef instead of #if for SK_VULKAN
Mike Reed
2017-06-14
*
Revert "Revert "Update skia to use ifdefs for Vulkan code instead of dummy he...
Robert Phillips
2017-06-14
*
Revert "Update skia to use ifdefs for Vulkan code instead of dummy header"
Robert Phillips
2017-06-13
*
Update skia to use ifdefs for Vulkan code instead of dummy header
Greg Daniel
2017-06-13
*
Retract GrTexture*.h & GrRenderTarget*.h from other headers
Robert Phillips
2017-06-13
*
Add support for SkImageGenerator creating external textures
Stan Iliev
2017-06-08
*
Remove GrSurfaceProxy::desc()
Brian Salomon
2017-05-17
*
Cleanup SkImageGenerator, add missing fns to GrBackendTextureImageGenerator
Brian Osman
2017-05-12
*
Added SkImage::MakeCrossContextFromEncoded
Brian Osman
2017-05-09
*
Revert "Added SkImage::MakeCrossContextFromEncoded"
Brian Salomon
2017-05-08
*
Added SkImage::MakeCrossContextFromEncoded
Brian Osman
2017-05-08