aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects/GrTextureStripAtlas.cpp
Commit message (Expand)AuthorAge
* Fix GrTextureStripAtlasManager cleanup order bugGravatar Robert Phillips2018-03-19
* Alter GrSurface/GrSurfaceProxy flags to prepare for GrTexture/GrTextureProxy ...Gravatar Robert Phillips2018-03-19
* Make GrTextureStripAtlas DDL friendlyGravatar Robert Phillips2018-03-09
* Additional DDL playback cleanupGravatar Robert Phillips2018-03-08
* Remove GrSurfaceOrigin from GrSurfaceDesc.Gravatar Brian Salomon2018-03-05
* Disable texture strip atlasing for DDLGravatar Robert Phillips2018-02-02
* Add SkSurface_Gpu::MakeWrappedRenderTarget methodGravatar Robert Phillips2018-01-31
* Funnel most proxy creation through GrProxyProviderGravatar Robert Phillips2018-01-16
* Add GrProxyProviderGravatar Robert Phillips2018-01-08
* Add ability to remove unique key from proxy and underlying surface.Gravatar Greg Daniel2017-09-26
* Reduce dependence on GrSurface's origin field (take 3)Gravatar Robert Phillips2017-07-25
* Revert "Reduce dependence on GrSurface's origin field (take 2)"Gravatar Robert Phillips2017-07-25
* Add GrFragmentProcessor::clone(), implementation for ColorTableEffect, and un...Gravatar Brian Salomon2017-07-25
* Reduce dependence on GrSurface's origin field (take 2)Gravatar Robert Phillips2017-07-25
* Second small fragment from "Reduce dependence on GrSurface's origin field"Gravatar Robert Phillips2017-07-24
* Revert "Reduce dependence on GrSurface's origin field"Gravatar Robert Phillips2017-07-21
* Reduce dependence on GrSurface's origin fieldGravatar Robert Phillips2017-07-21
* hide lockpixels api behind flagGravatar Mike Reed2017-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
* Add GrSurfaceProxy* parameter to GrContext::flushGravatar Robert Phillips2017-03-30
* Add GrRenderTargetContext::resourceProvider & GrResourceProvider::capsGravatar Robert Phillips2017-03-14
* Consolidate Proxy caching code in GrResourceProviderGravatar Robert Phillips2017-03-14
* Rebase and fix chromiumGravatar Brian Osman2017-03-04
* Revert "Revert "Revert "Revert "Move GrTextureProvider to src""""Gravatar Brian Osman2017-03-02
* Revert "Revert "Revert "Move GrTextureProvider to src"""Gravatar Brian Osman2017-03-02
* Revert "Revert "Move GrTextureProvider to src""Gravatar Brian Osman2017-03-01
* Revert "Move GrTextureProvider to src"Gravatar Brian Osman2017-03-01
* Move GrTextureProvider to srcGravatar Brian Osman2017-03-01
* Allow GrSurfaceProxy-derived classes to use flags when instantiating (take 2)Gravatar Robert Phillips2017-02-28
* Revert "Allow GrSurfaceProxy-derived classes to use flags when instantiating"Gravatar Robert Phillips2017-02-28
* Allow GrSurfaceProxy-derived classes to use flags when instantiatingGravatar Robert Phillips2017-02-28
* Fix memory leak: adopt rather than ref GrTexture* in GrTextureStripAtlasGravatar Robert Phillips2017-02-23
* Switch GrTextureStripAtlas over to GrTextureProxiesGravatar Robert Phillips2017-02-23
* Make GrTextureStripAtlas flush pending IO on newly acquired textureGravatar ajuma2016-08-24
* 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
* Move Budgeted enum out of SkSurface, use in GrTextureProviderGravatar bsalomon2016-02-25
* Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patc...Gravatar bsalomon2016-02-25
* Move Budgeted enum out of SkSurface, use in GrTextureProviderGravatar bsalomon2016-02-25
* Cleaning up trailing spaces and typos.Gravatar cblume2016-01-26
* Move functions from SkGr to SkGrPriv.hGravatar bsalomon2015-10-09
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Get rid of GrMurmur3HashGravatar joshualitt2015-07-13