aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects/GrTextureStripAtlas.h
Commit message (Expand)AuthorAge
* Get rid of GrMurmur3HashGravatar joshualitt2015-07-13
* stuffGravatar bsalomon2014-10-27
* Make textures register with GrResourceCache2 as scratch.Gravatar bsalomon2014-08-28
* Replace GrTHash with SkTDynamicHashGravatar robertphillips2014-07-20
* SkNonCopyable should be used with private inheritance.Gravatar commit-bot@chromium.org2014-04-07
* Reverting r12427Gravatar rmistry@google.com2013-12-02
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-12-02
* Speed up GrResourceCache lookup by inlining GrBinHashKey comparisonsGravatar commit-bot@chromium.org2013-11-28
* GrTHashCache -> GrTHashTableGravatar mtklein@google.com2013-10-21
* Replace uses of GrNoncopyable by SkNoncopyable.Gravatar commit-bot@chromium.org2013-09-18
* One SkTSearch to rule them all. Allow key to be of different type than the ar...Gravatar bsalomon@google.com2013-05-17
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* 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
* Remove GrScalar, replace with SkScalar.Gravatar bsalomon@google.com2012-11-01
* Fix for GrTextureStripAtlas memory leakGravatar robertphillips@google.com2012-09-24
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEn...Gravatar robertphillips@google.com2012-08-16
* 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