summaryrefslogtreecommitdiff
path: root/gpu/effects/GrTextureStripAtlas.h
AgeCommit message (Expand)Author
2014-04-07SkNonCopyable should be used with private inheritance.commit-bot@chromium.org
2013-12-02Reverting r12427rmistry@google.com
2013-12-02Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com
2013-11-28Speed up GrResourceCache lookup by inlining GrBinHashKey comparisonscommit-bot@chromium.org
2013-10-21GrTHashCache -> GrTHashTablemtklein@google.com
2013-09-18Replace uses of GrNoncopyable by SkNoncopyable.commit-bot@chromium.org
2013-05-17One SkTSearch to rule them all. Allow key to be of different type than the ar...bsalomon@google.com
2013-01-26Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2012-12-20Reland 6914 w/ fixes.bsalomon@google.com
2012-12-20Revert 6914 to fix build issues.bsalomon@google.com
2012-12-20Simplify cache IDs and keys.bsalomon@google.com
2012-11-01Remove GrScalar, replace with SkScalar.bsalomon@google.com
2012-09-24Fix for GrTextureStripAtlas memory leakrobertphillips@google.com
2012-08-23Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com
2012-08-16Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEn...robertphillips@google.com
2012-08-13Mac 10.6 build fix: got rid of now-unecessary GrTextureStripAtlas tex cache i...rileya@google.com
2012-08-13Added GrTextureStripAtlas object.rileya@google.com