aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrSurface.h
Commit message (Expand)AuthorAge
* Add hint to SkSurface::MakeRenderTarget that we will use mipsGravatar Greg Daniel2017-10-23
* Remove origin field from GrSurface (take 2)Gravatar Robert Phillips2017-08-29
* Revert "Remove origin field from GrSurface"Gravatar Robert Phillips2017-08-01
* Remove origin field from GrSurfaceGravatar Robert Phillips2017-07-31
* Revert "Revert "Remove GrSurfaceDesc member from GrSurface.""Gravatar Brian Salomon2017-05-21
* Revert "Remove GrSurfaceDesc member from GrSurface."Gravatar Greg Daniel2017-05-18
* Remove GrSurfaceDesc member from GrSurface.Gravatar Brian Salomon2017-05-18
* Revert "Revert "Remove GrSurface::desc() method.""Gravatar Brian Salomon2017-05-18
* Revert "Remove GrSurface::desc() method."Gravatar Greg Daniel2017-05-18
* Remove GrSurface::desc() method.Gravatar Brian Salomon2017-05-17
* Replace most uses of GrSurface::desc() with conifg(), width(), etc.Gravatar Brian Salomon2017-05-17
* Remove GrSurfaceDesc member from GrSurfaceProxy.Gravatar Brian Salomon2017-05-17
* Move ReleaseProc info to GrTexture and for implementations to define it.Gravatar Greg Daniel2017-04-21
* Remove lastOpList capability from GrSurfaceGravatar Robert Phillips2017-04-17
* Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv ...Gravatar Robert Phillips2017-04-06
* Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrCont...Gravatar Robert Phillips2017-04-05
* Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPriv ...Gravatar Robert Phillips2017-04-05
* Revert "Rm readPixels from GrSurface & move read/writeSurfacePixels to GrCont...Gravatar Robert Phillips2017-04-05
* Rm readPixels from GrSurface & move read/writeSurfacePixels to GrContextPrivGravatar Robert Phillips2017-04-05
* Remove GrSurface::flushWritesGravatar Robert Phillips2017-03-29
* Change GPU read/write pixels API to support color space conversionGravatar Brian Osman2016-12-22
* Demote savePixels to save_pixelsGravatar Robert Phillips2016-12-14
* Fix computation of texture size for approximately-fit deferred proxiesGravatar Robert Phillips2016-11-17
* 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
* Rename GrDrawContext to GrRenderTargetContextGravatar Brian Osman2016-10-27
* Add GrOpList and rename GrDrawTarget to GrRenderTargetOpListGravatar Robert Phillips2016-10-26
* Flush some non-substantive Ganesh changesGravatar robertphillips2016-08-31
* Rename WorseCaseSize to WorstCasSizeGravatar robertphillips2016-08-18
* Move prepareForExternalIO from GrRenderTarget to GrDrawContextGravatar robertphillips2016-07-26
* Cleanup of code that converts from GPU-backed resources to SkImageInfoGravatar brianosman2016-07-22
* Added --deepColor option to SampleApp, triggers creation of a ten-bit/channelGravatar brianosman2016-05-05
* Refactor to separate backend object lifecycle and GpuResource budget decisionGravatar kkinnunen2016-04-22
* Cleaning up trailing spaces and typos.Gravatar cblume2016-01-26
* Defer flushes if kPreferNoIO is specifiedGravatar robertphillips2015-08-13
* Add SK_API to GrSurfaceGravatar bsalomon2015-07-08
* Rename flushForExternalRead->flushForExternalIO and always call in SkSurface:...Gravatar bsalomon2015-06-30
* remove SkInstCntGravatar mtklein2015-06-26
* Make SkGpuDevice know its alpha typeGravatar bsalomon2015-06-23
* privatizeGravatar reed2015-06-18
* add callbacks to Images that wrap client-provided contentGravatar reed2015-06-18
* Make uncached textures uncached from the get go.Gravatar bsalomon2015-01-14
* Remove GrSurface::isSameAsGravatar bsalomon2014-11-25
* Rename and clarify semantics of GrContext::resolveRenderTarget.Gravatar bsalomon2014-11-03
* Add class GrGLTextureRenderTarget for GL texture/rendertarget objectsGravatar bsalomon2014-11-03
* rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlagsGravatar bsalomon2014-10-28
* Remove uses of GrAutoScratchTexture.Gravatar bsalomon2014-10-14
* Devirtualize read/write pixels on surface.Gravatar bsalomon2014-10-13
* GrContext::copyTexture->GrContext::copySurface.Gravatar bsalomon2014-10-07