aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects/GrTextureStripAtlas.cpp
Commit message (Expand)AuthorAge
* 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
* This replaces the texture creation/caching functions on GrContext with a GrTe...Gravatar bsalomon2015-04-30
* adding preabandon flag to DMGravatar joshualitt2015-02-25
* Allow resources' unique keys to be changed.Gravatar bsalomon2015-02-19
* Rename GrContentKey to GrUniqueKeyGravatar bsalomon2015-02-19
* One createTexture function, attempt to recycle scratch in createTexture.Gravatar bsalomon2015-02-06
* Move npot resizing out of GrContext and simplify GrContext texture functions.Gravatar bsalomon2015-02-02
* Revert of Move npot resizing out of GrContext and simplify GrContext texture ...Gravatar bsalomon2015-01-31
* Move npot resizing out of GrContext and simplify GrContext texture functions.Gravatar bsalomon2015-01-31
* Revert of Move npot resizing out of GrContext and simplify GrContext texture ...Gravatar fmalita2015-01-31
* Move npot resizing out of GrContext and simplify GrContext texture functions.Gravatar bsalomon2015-01-30
* Add specialized content key class for resources.Gravatar bsalomon2015-01-23
* rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlagsGravatar bsalomon2014-10-28
* stuffGravatar bsalomon2014-10-27
* Devirtualize read/write pixels on surface.Gravatar bsalomon2014-10-13
* GrResourceCache2 manages scratch texture.Gravatar bsalomon2014-10-08
* Revert "GrResourceCache2 manages scratch texture."Gravatar Brian Salomon2014-10-07
* GrResourceCache2 manages scratch texture.Gravatar bsalomon2014-10-07
* Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 o...Gravatar robertphillips2014-09-30
* GrResourceCache2 manages scratch texture.Gravatar bsalomon2014-09-30
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Replace GrTHash with SkTDynamicHashGravatar robertphillips2014-07-20
* stop using deprecated bitmap::config for gpuGravatar commit-bot@chromium.org2014-04-23
* Replace uses of GrAssert by SkASSERT.Gravatar tfarina@chromium.org2013-08-17
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-05-20
* One SkTSearch to rule them all. Allow key to be of different type than the ar...Gravatar bsalomon@google.com2013-05-17
* Address clang static analyzer issuesGravatar robertphillips@google.com2013-03-26
* Removed unused parametersGravatar sugoi@google.com2013-03-11
* Make all GrContext members that return a texture also ref the texture for the...Gravatar bsalomon@google.com2013-01-24
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-21
* Reland 6914 w/ fixes.Gravatar bsalomon@google.com2012-12-20
* Revert 6914 to fix build issues.Gravatar bsalomon@google.com2012-12-20
* Simplify cache IDs and keys.Gravatar bsalomon@google.com2012-12-20
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-09-25
* Fix for GrTextureStripAtlas memory leakGravatar robertphillips@google.com2012-09-24
* Removed old resource locking systemGravatar robertphillips@google.com2012-09-09
* Added explicit cache clearingGravatar robertphillips@google.com2012-09-07
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Remove _UPM_ GrPixelConfigsGravatar bsalomon@google.com2012-08-20
* Reapply r5101 and r5102: Made gradient effects use GrTextureStripAtlas.Gravatar rileya@google.com2012-08-20
* Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEn...Gravatar robertphillips@google.com2012-08-16
* Revert GrTextureStripAtlas change due to performance concerns.Gravatar rileya@google.com2012-08-14
* Made gradient effects use GrTextureStripAtlas.Gravatar rileya@google.com2012-08-14
* Mac 10.6 build fix: got rid of now-unecessary GrTextureStripAtlas tex cache i...Gravatar rileya@google.com2012-08-13
* Added GrTextureStripAtlas object.Gravatar rileya@google.com2012-08-13