aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/image/SkImage_Gpu.cpp
Commit message (Expand)AuthorAge
* Make GrTextureProxy store a GrTextureType.Gravatar Brian Salomon2018-07-30
* Reland "Go back to cleaning up MIP levels on texture export rather than assum...Gravatar Brian Salomon2018-07-27
* Revert "Go back to cleaning up MIP levels on texture export rather than assum...Gravatar Mike Klein2018-07-25
* Fix GPU explicit resource allocation bugGravatar Robert Phillips2018-07-25
* Go back to cleaning up MIP levels on texture export rather than assuming dirtyGravatar Brian Salomon2018-07-25
* share helper for flagging when added to raster cacheGravatar Mike Reed2018-07-19
* Replace nearly all kRespect with kIgnoreGravatar Brian Osman2018-07-12
* Use TextureProxy size directly in GrYUVToRGBEffect FragmentProcessorGravatar Weiliang Chen2018-07-03
* Reland "Remove setting/use of GrPixelConfig in GrBackendTex/RT ctors."Gravatar Greg Daniel2018-07-03
* Remove sRGB config checks based on color spaceGravatar Brian Osman2018-07-02
* gpu: Expose GrContextPriv::abandoned in the public API.Gravatar Khushal2018-06-27
* Alternative fix for stale MIP maps on texture export/import.Gravatar Brian Salomon2018-06-21
* Remove GrNonlinearColorSpaceXformEffectGravatar Brian Osman2018-06-18
* Allow caller to specify if the want mip maps in makeTextureImage call.Gravatar Greg Daniel2018-06-13
* Reland "Reland "Require mips to be allocated at texture creation time and dis...Gravatar Greg Daniel2018-06-08
* Revert "Reland "Require mips to be allocated at texture creation time and dis...Gravatar Greg Daniel2018-06-08
* Reland "Require mips to be allocated at texture creation time and disable lat...Gravatar Greg Daniel2018-06-08
* Revert "Require mips to be allocated at texture creation time and disable lat...Gravatar Greg Daniel2018-06-07
* Require mips to be allocated at texture creation time and disable late alloca...Gravatar Greg Daniel2018-06-07
* Remove color space restrictions from image infosGravatar Brian Osman2018-06-04
* Dest color space no longer impacts mipmaps or texture samplingGravatar Brian Osman2018-06-01
* Make SkImage own its GrContext.Gravatar Brian Salomon2018-05-24
* Add usage of SkYUVAIndex as pre-step to transfer to new YUVA APIGravatar Weiliang Chen2018-05-23
* Reland "Remove GrBackendObject and all related functions from Skia."Gravatar Greg Daniel2018-05-21
* Make GrCaps and GrShaderCaps private.Gravatar Brian Salomon2018-05-11
* Revert "Remove GrBackendObject and all related functions from Skia."Gravatar Brian Osman2018-05-10
* Remove GrBackendObject and all related functions from Skia.Gravatar Greg Daniel2018-05-10
* Make GPU lattice/nine patch not bleed across cells.Gravatar Brian Salomon2018-05-07
* Add internal grsurface flag to track if using gl rectangle or external texture.Gravatar Greg Daniel2018-05-02
* Don't allow ganesh to allocate mip maps for wrapped textures.Gravatar Greg Daniel2018-04-16
* Support downscaling to max texture size when making cross-context imagesGravatar Brian Osman2018-04-13
* Add SK_SUPPORT_LEGACY_BACKEND_OBJECTSGravatar Robert Phillips2018-04-12
* Allow SkImage_Gpu to fail some requests in DDL modeGravatar Robert Phillips2018-04-12
* Make sure GrBackendTextures are valid before starting to do things with themGravatar Greg Daniel2018-04-09
* Add GrBackendTexture accessor to SkImage (take 2)Gravatar Robert Phillips2018-04-04
* Pin color type when a cross-context image is constructedGravatar Brian Osman2018-03-27
* Always validate GrBackendTextures passed to YUV image factoriesGravatar Brian Salomon2018-03-22
* Remove deprecated version of SkImage::MakeFromAdoptedTexture that does not ta...Gravatar Brian Salomon2018-03-21
* Add texture-specific flags for External & Rectangle texturesGravatar Robert Phillips2018-03-21
* Remove deprecated SkImage::MakeFromTexture variants that don't take SkColorTypeGravatar Brian Salomon2018-03-20
* Move MakeCrossContextFromPixmap to use lazy version of createTextureProxyGravatar Greg Daniel2018-03-20
* Remove deprecated versions of YUV texture SkImage factoriesGravatar Brian Salomon2018-03-19
* Alter GrSurface/GrSurfaceProxy flags to prepare for GrTexture/GrTextureProxy ...Gravatar Robert Phillips2018-03-19
* Add DoneProc to Promise ImagesGravatar Greg Daniel2018-03-16
* Cleanup SkImage YUV texture factories.Gravatar Brian Salomon2018-03-15
* Make sure we set correct GrPixelConfig in promise imagesGravatar Greg Daniel2018-03-15
* Add SkColorType getter on SkImage.Gravatar Greg Daniel2018-03-14
* Revert "Improve handling of GrPixelConfig in GrBackendTex/RT ctors"Gravatar Greg Daniel2018-03-14
* Improve handling of GrPixelConfig in GrBackendTex/RT ctorsGravatar Greg Daniel2018-03-14
* Add GrMockRenderTarget and mock backend render targetsGravatar Brian Salomon2018-03-09