index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
image
Commit message (
Expand
)
Author
Age
*
Make GPU lattice/nine patch not bleed across cells.
Brian Salomon
2018-05-07
*
Add internal grsurface flag to track if using gl rectangle or external texture.
Greg Daniel
2018-05-02
*
Take sk_sp<SkDevice> instead of SkDevice*
Herb Derby
2018-05-02
*
Add InternalSurfaceFlag so we know if RenderTargetProxys and RenderTargets us...
Greg Daniel
2018-04-26
*
Don't allow ganesh to allocate mip maps for wrapped textures.
Greg Daniel
2018-04-16
*
Revert "Delete getRenderTargetHandle call on SkSurface."
Greg Daniel
2018-04-14
*
Support downscaling to max texture size when making cross-context images
Brian Osman
2018-04-13
*
Delete getRenderTargetHandle call on SkSurface.
Greg Daniel
2018-04-12
*
Add SK_SUPPORT_LEGACY_BACKEND_OBJECTS
Robert Phillips
2018-04-12
*
Allow SkImage_Gpu to fail some requests in DDL mode
Robert Phillips
2018-04-12
*
Remove guard around getBackendTexture/RenderTarget calls
Greg Daniel
2018-04-11
*
Make sure GrBackendTextures are valid before starting to do things with them
Greg Daniel
2018-04-09
*
Add GrBackendTexture/RenderTarget accessors to SkSurface
Robert Phillips
2018-04-05
*
Fix iOS bot in Chrome CQ
Robert Phillips
2018-04-05
*
Add GrBackendTexture accessor to SkImage (take 2)
Robert Phillips
2018-04-04
*
Tag the unique keys of lazy images.
Derek Sollenberger
2018-04-04
*
Hide GrPixelConfig in SkSurfaceCharacterization
Robert Phillips
2018-04-04
*
Add SkSurface factory that takes an SkSurfaceCharacterization
Robert Phillips
2018-03-30
*
Pin color type when a cross-context image is constructed
Brian Osman
2018-03-27
*
Move GrPixelConfig to GrTypesPriv
Brian Salomon
2018-03-23
*
Remove legacy SkSurface::MakeFromBackendRenderTarget that does not take SkCol...
Brian Salomon
2018-03-23
*
Always validate GrBackendTextures passed to YUV image factories
Brian Salomon
2018-03-22
*
Remove deprecated version of SkImage::MakeFromAdoptedTexture that does not ta...
Brian Salomon
2018-03-21
*
Add texture-specific flags for External & Rectangle textures
Robert Phillips
2018-03-21
*
Remove deprecated SkImage::MakeFromTexture variants that don't take SkColorType
Brian Salomon
2018-03-20
*
Move MakeCrossContextFromPixmap to use lazy version of createTextureProxy
Greg Daniel
2018-03-20
*
Remove deprecated versions of YUV texture SkImage factories
Brian Salomon
2018-03-19
*
Remove SkSurface::MakeFromBackendTexture variant that doesn't take SkColorType
Brian Salomon
2018-03-19
*
Remove SkSurface::MakeFromBackendTextureAsRenderTarget variant that doesn't t...
Brian Salomon
2018-03-19
*
Alter GrSurface/GrSurfaceProxy flags to prepare for GrTexture/GrTextureProxy ...
Robert Phillips
2018-03-19
*
Add DoneProc to Promise Images
Greg Daniel
2018-03-16
*
Cleanup SkImage YUV texture factories.
Brian Salomon
2018-03-15
*
Remove SK_RASTER_RECORDER_IMPLEMENTATION
Robert Phillips
2018-03-15
*
Make sure we set correct GrPixelConfig in promise images
Greg Daniel
2018-03-15
*
Add SkColorType getter on SkImage.
Greg Daniel
2018-03-14
*
Revert "Improve handling of GrPixelConfig in GrBackendTex/RT ctors"
Greg Daniel
2018-03-14
*
Improve handling of GrPixelConfig in GrBackendTex/RT ctors
Greg Daniel
2018-03-14
*
Add GrMockRenderTarget and mock backend render targets
Brian Salomon
2018-03-09
*
Add promise images for deferred instantiation of wrapped gpu textures
Greg Daniel
2018-03-09
*
Delazify wrapped backend textures/render target proxies
Brian Salomon
2018-03-08
*
Rename wrap backend tex/rt methods on GrProxyProvider
Brian Salomon
2018-03-07
*
Initial texture data is never flipped when uploaded.
Brian Salomon
2018-03-07
*
Cleaning up SkColorSpaceXform a bit
Brian Osman
2018-03-06
*
Move internal calls from GrContext to GrContextPriv
Robert Phillips
2018-03-06
*
Remove GrSurfaceOrigin from GrSurfaceDesc.
Brian Salomon
2018-03-05
*
When creating emptyp MipMap proxies, don't instantiate them immediately. Atte...
Greg Daniel
2018-02-15
*
Revert "Revert "Revert "When creating emptyp MipMap proxies, don't instantiat...
Greg Daniel
2018-02-14
*
Revert "Revert "When creating emptyp MipMap proxies, don't instantiate them i...
Greg Daniel
2018-02-14
*
Add SkCharacterization creation helper to GrContextThreadSafeProxy (take 2)
Robert Phillips
2018-02-14
*
Revert "Revert "Allow linear 8888 surface contexts in GPU backend.""
Brian Salomon
2018-02-13
[next]