aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLTexture.h
Commit message (Expand)AuthorAge
* Make GrTextureProxy store a GrTextureType.Gravatar Brian Salomon2018-07-30
* Introduce enum class for texture type.Gravatar Brian Salomon2018-07-30
* Dest color space no longer impacts mipmaps or texture samplingGravatar Brian Osman2018-06-01
* Reland "Remove GrBackendObject and all related functions from Skia."Gravatar Greg Daniel2018-05-21
* 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
* Add SK_SUPPORT_LEGACY_BACKEND_OBJECTSGravatar Robert Phillips2018-04-12
* Allow SkTraceMemoryDump to exclude wrapped objectsGravatar Eric Karl2018-03-19
* Add ref counted wrapped around GrTexture ReleaseProcGravatar Greg Daniel2018-01-30
* Add GrBackendTexture & GrBackendRenderTarget access methods to GrTexture and ...Gravatar Robert Phillips2017-12-13
* MakeBackendTextureFromSkImageGravatar Eric Karl2017-10-12
* Add flag on GrBackendTexture to say whether texture is mipped or notGravatar Greg Daniel2017-10-12
* Use enum to track MipMapsStatus throughout Texture creationGravatar Greg Daniel2017-10-12
* Set correct mip map status on GrTexture since we no longer require all mip dataGravatar Greg Daniel2017-10-10
* Revert "Revert "Expand partial render target write pixels workaround.""Gravatar Brian Salomon2017-06-12
* Revert "Expand partial render target write pixels workaround."Gravatar Brian Salomon2017-05-31
* Expand partial render target write pixels workaround.Gravatar Brian Salomon2017-05-31
* Remove SkCrossContextImageData and all support codeGravatar Brian Osman2017-05-11
* Move ReleaseProc info to GrTexture and for implementations to define it.Gravatar Greg Daniel2017-04-21
* Add GrExternalTextureData and SkCrossContextImageDataGravatar Brian Osman2017-02-28
* Revert "Add GrExternalTextureData and SkCrossContextImageData"Gravatar Brian Osman2017-02-24
* Add GrExternalTextureData and SkCrossContextImageDataGravatar Brian Osman2017-02-24
* Further centralize computation of GrSurface VRAM consumption - take 2Gravatar Robert Phillips2016-11-07
* Revert "Further centralize computation of GrSurface VRAM consumption"Gravatar Ben Wagner2016-11-06
* Further centralize computation of GrSurface VRAM consumptionGravatar Robert Phillips2016-11-04
* Remove SkAutoTUnref and SkAutoTDelete from public includes.Gravatar bungeman2016-10-27
* Refactor to separate backend object lifecycle and GpuResource budget decisionGravatar kkinnunen2016-04-22
* sRGB support in Ganesh. Several pieces:Gravatar brianosman2016-03-21
* Revert of sRGB support in Ganesh. Several pieces: (patchset #12 id:220001 of ...Gravatar brianosman2016-03-17
* sRGB support in Ganesh. Several pieces:Gravatar brianosman2016-03-17
* Creating functions for uploading a mipmapped texture.Gravatar cblume2016-02-26
* Use a struct for client GL texture handlesGravatar bsalomon2015-11-10
* Store texture target on GrGLTexture. This is in preparation for using texture...Gravatar bsalomon2015-10-14
* Add onMemoryDump to GrContextGravatar ericrk2015-09-15
* Add support for creating texture backed images where Skia will delete the tex...Gravatar bsalomon2015-06-18
* Minor modifications to GrProgramDesc.h.Gravatar jvanverth2015-04-20
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Make uncached textures uncached from the get go.Gravatar bsalomon2015-01-14
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Rename GrGpuGL to GrGLGpu for consistencyGravatar bsalomon2014-12-16
* Skia: Track the fIsWrapped separately so that we delete correctlyGravatar hendrikw2014-12-09
* Make GrResourceCache2 responsible for calling release, abandon, and ~.Gravatar bsalomon2014-11-14
* Remove GrGLTexIDGravatar bsalomon2014-11-03
* Add class GrGLTextureRenderTarget for GL texture/rendertarget objectsGravatar bsalomon2014-11-03
* Separate out GrSurfaceConfig's fields from other structs used to create GrGL*...Gravatar bsalomon2014-10-29
* rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlagsGravatar bsalomon2014-10-28
* Make "priv" classes for GrTexure and GrSurface.Gravatar bsalomon2014-09-30
* Revert of Make "priv" classes for GrTexure and GrSurface. (patchset #9 id:260...Gravatar robertphillips2014-09-30
* Make "priv" classes for GrTexure and GrSurface.Gravatar bsalomon2014-09-29
* "NULL !=" = NULLGravatar bsalomon2014-09-05