aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrSurface.cpp
Commit message (Expand)AuthorAge
* 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
* make GrPaint.h private -- IWYUGravatar Mike Reed2017-03-09
* Make SkGr.h private and remove unused functionsGravatar Brian Osman2017-03-08
* Change GPU read/write pixels API to support color space conversionGravatar Brian Osman2016-12-22
* Demote savePixels to save_pixelsGravatar Robert Phillips2016-12-14
* SkEncodeImage: no more link-time registrationGravatar Hal Canary2016-11-30
* SkImageEncoder: simplify APIGravatar Hal Canary2016-11-23
* Revert 248ff023 & 2cb6cb72Gravatar Hal Canary2016-11-22
* SkImageEncoder: simplify APIGravatar Hal Canary2016-11-22
* Fix computation of texture size for approximately-fit deferred proxiesGravatar Robert Phillips2016-11-17
* Fix fuzzer bugGravatar Robert Phillips2016-11-09
* 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
* Add GrOpList and rename GrDrawTarget to GrRenderTargetOpListGravatar Robert Phillips2016-10-26
* Rename WorseCaseSize to WorstCasSizeGravatar robertphillips2016-08-18
* Cast for fuzzer complaintGravatar robertphillips2016-08-17
* Move prepareForExternalIO from GrRenderTarget to GrDrawContextGravatar robertphillips2016-07-26
* Cleanup of code that converts from GPU-backed resources to SkImageInfoGravatar brianosman2016-07-22
* More removal of SkColorProfileType...Gravatar brianosman2016-06-20
* Revert of More removal of SkColorProfileType... (patchset #2 id:20001 of http...Gravatar egdaniel2016-06-17
* More removal of SkColorProfileType...Gravatar brianosman2016-06-17
* Creating functions for uploading a mipmapped texture.Gravatar cblume2016-02-26
* Move functions from SkGr to SkGrPriv.hGravatar bsalomon2015-10-09
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Defer flushes if kPreferNoIO is specifiedGravatar robertphillips2015-08-13
* Make readpixels work on GrTexturesGravatar bsalomon2015-07-16
* Rename flushForExternalRead->flushForExternalIO and always call in SkSurface:...Gravatar bsalomon2015-06-30
* Make SkGpuDevice know its alpha typeGravatar bsalomon2015-06-23
* add callbacks to Images that wrap client-provided contentGravatar reed2015-06-18
* Add sRGB texture support.Gravatar jvanverth2014-12-22
* Remove GrSurface::isSameAsGravatar bsalomon2014-11-25
* Rename and clarify semantics of GrContext::resolveRenderTarget.Gravatar bsalomon2014-11-03
* Devirtualize read/write pixels on surface.Gravatar bsalomon2014-10-13
* GrContext::copyTexture->GrContext::copySurface.Gravatar bsalomon2014-10-07
* Revert of GrContext::copyTexture->GrContext::copySurface. Add a flush writes ...Gravatar bsalomon2014-10-02
* GrContext::copyTexture->GrContext::copySurface.Gravatar bsalomon2014-10-02
* 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
* Don't flush on read/write pixels unless necessaryGravatar bsalomon2014-09-22
* Revert of Don't flush on read/write pixels unless necessary (patchset #2 id:2...Gravatar bsalomon2014-09-22
* Don't flush on read/write pixels unless necessaryGravatar bsalomon2014-09-22
* Hide fields in SkImageInfoGravatar reed2014-09-03
* make allocPixels throw on failureGravatar reed2014-09-02
* hide SkBitmap::setConfigGravatar reed2014-06-09
* add installPixelsGravatar reed@google.com2014-01-24