1. 4e97607 Use sse4.2 CRC32 instructions to hash when available. by mtklein · 8 years ago
  2. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  3. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  4. 690fc75 Get rid of GrMurmur3Hash by joshualitt · 9 years ago
  5. c6327a8 stuff by bsalomon · 10 years ago
  6. 744998e Make textures register with GrResourceCache2 as scratch. by bsalomon · 10 years ago
  7. 3d533ac Replace GrTHash with SkTDynamicHash by robertphillips · 10 years ago
  8. e3beb6b SkNonCopyable should be used with private inheritance. by commit-bot@chromium.org · 10 years ago
  9. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  10. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  11. 742058f Speed up GrResourceCache lookup by inlining GrBinHashKey comparisons by commit-bot@chromium.org · 11 years ago
  12. 4c2af74 GrTHashCache -> GrTHashTable by mtklein@google.com · 11 years ago
  13. a0b4028 Replace uses of GrNoncopyable by SkNoncopyable. by commit-bot@chromium.org · 11 years ago
  14. 20f7f17 One SkTSearch to rule them all. Allow key to be of different type than the array. by bsalomon@google.com · 11 years ago
  15. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  16. 0797c2c Reland 6914 w/ fixes. by bsalomon@google.com · 12 years ago
  17. 0b6ad22 Revert 6914 to fix build issues. by bsalomon@google.com · 12 years ago
  18. 4b86e34 Simplify cache IDs and keys. by bsalomon@google.com · 12 years ago
  19. 8171288 Remove GrScalar, replace with SkScalar. by bsalomon@google.com · 12 years ago
  20. cdb426d Fix for GrTextureStripAtlas memory leak by robertphillips@google.com · 12 years ago
  21. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  22. 1f47f4f Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEntry (in GrTexture) by robertphillips@google.com · 12 years ago
  23. f61c746 Mac 10.6 build fix: got rid of now-unecessary GrTextureStripAtlas tex cache id component. Unreviewed. by rileya@google.com · 12 years ago
  24. 2e2aedc Added GrTextureStripAtlas object. by rileya@google.com · 12 years ago