index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
image
/
SkImage_Gpu.cpp
Commit message (
Expand
)
Author
Age
*
share helper for flagging when added to raster cache
Mike Reed
2018-07-19
*
Replace nearly all kRespect with kIgnore
Brian Osman
2018-07-12
*
Use TextureProxy size directly in GrYUVToRGBEffect FragmentProcessor
Weiliang Chen
2018-07-03
*
Reland "Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors."
Greg Daniel
2018-07-03
*
Remove sRGB config checks based on color space
Brian Osman
2018-07-02
*
gpu: Expose GrContextPriv::abandoned in the public API.
Khushal
2018-06-27
*
Alternative fix for stale MIP maps on texture export/import.
Brian Salomon
2018-06-21
*
Remove GrNonlinearColorSpaceXformEffect
Brian Osman
2018-06-18
*
Allow caller to specify if the want mip maps in makeTextureImage call.
Greg Daniel
2018-06-13
*
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
*
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 color space restrictions from image infos
Brian Osman
2018-06-04
*
Dest color space no longer impacts mipmaps or texture sampling
Brian Osman
2018-06-01
*
Make SkImage own its GrContext.
Brian Salomon
2018-05-24
*
Add usage of SkYUVAIndex as pre-step to transfer to new YUVA API
Weiliang Chen
2018-05-23
*
Reland "Remove GrBackendObject and all related functions from Skia."
Greg Daniel
2018-05-21
*
Make GrCaps and GrShaderCaps private.
Brian Salomon
2018-05-11
*
Revert "Remove GrBackendObject and all related functions from Skia."
Brian Osman
2018-05-10
*
Remove GrBackendObject and all related functions from Skia.
Greg Daniel
2018-05-10
*
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
*
Don't allow ganesh to allocate mip maps for wrapped textures.
Greg Daniel
2018-04-16
*
Support downscaling to max texture size when making cross-context images
Brian Osman
2018-04-13
*
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
*
Make sure GrBackendTextures are valid before starting to do things with them
Greg Daniel
2018-04-09
*
Add GrBackendTexture accessor to SkImage (take 2)
Robert Phillips
2018-04-04
*
Pin color type when a cross-context image is constructed
Brian Osman
2018-03-27
*
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
*
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
*
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
*
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
*
Move internal calls from GrContext to GrContextPriv
Robert Phillips
2018-03-06
*
Remove GrSurfaceOrigin from GrSurfaceDesc.
Brian Salomon
2018-03-05
[next]