1. 515dcd3 Replace uses of GR_DEBUG by SK_DEBUG. by commit-bot@chromium.org · 11 years ago
  2. 1f3c738 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  3. e4eaea2 Alter resource cache and GrContext to (optionally) never reuse a scratch texture by robertphillips@google.com · 11 years ago
  4. 41d2532 The rest of: Add purgeAsNeeded calls before addResource calls by robertphillips@google.com · 11 years ago
  5. de2e4e8 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  6. cae27fe Allow the resource cache to (indirectly) flush the InOrderDrawBuffer by commit-bot@chromium.org · 11 years ago
  7. 76202b8 Don't call purgeCache() from within GrResource memebers. by bsalomon@google.com · 11 years ago
  8. ff57afc Fixed the hash key comparison function. by sugoi@google.com · 12 years ago
  9. 2859eb7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  10. 0797c2c Reland 6914 w/ fixes. by bsalomon@google.com · 12 years ago
  11. 0b6ad22 Revert 6914 to fix build issues. by bsalomon@google.com · 12 years ago
  12. 4b86e34 Simplify cache IDs and keys. by bsalomon@google.com · 12 years ago
  13. 9f6a557 Remove unused type GrCacheKey by bsalomon@google.com · 12 years ago
  14. 42619d8 Rename SkTDLinkedList to SkTInternalLinked list, add some methods useful for forthcoming SkTLList. by bsalomon@google.com · 12 years ago
  15. f3dc199 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  16. 209a114 Ganesh resource cache changes by robertphillips@google.com · 12 years ago
  17. 9fbcad0 Removed old resource locking system by robertphillips@google.com · 12 years ago
  18. 50a035d Added explicit cache clearing by robertphillips@google.com · 12 years ago
  19. d6bbbf8 Simplified stencil buffer caching by robertphillips@google.com · 12 years ago
  20. 5955202 Allow cache tracking to be enabled in release by robertphillips@google.com · 12 years ago
  21. d07cb0c Begin moving locking out of GrResourceCache by robertphillips@google.com · 12 years ago
  22. a9b0623 Added find, lock to GrContext & GrResourceCache interfaces by robertphillips@google.com · 12 years ago
  23. a292112 Remove SkGpuDevice::fTexture, use new pixel ref class name by bsalomon@google.com · 12 years ago
  24. 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
  25. a5c43a5 Fixed compiler error in r5247 (unreviewed) by robertphillips@google.com · 12 years ago
  26. 2ea0a23 Refactored GrDLinkedList into SkTDLinkedList by robertphillips@google.com · 12 years ago
  27. 521eaf8 Scratch textures are no longer removed from the cache in Debug by robertphillips@google.com · 12 years ago
  28. 5f9f2f5 Added resource cache debug output to help track changes by robertphillips@google.com · 12 years ago
  29. 1f47f4f Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEntry (in GrTexture) by robertphillips@google.com · 12 years ago
  30. 46a8600 Refactored cacheID in preparation for clip mask caching changes by robertphillips@google.com · 12 years ago
  31. 386319e Fixed Resource counting bug in AutoScratchTexture detach mechanism by robertphillips@google.com · 12 years ago
  32. 07fc0d1 Revert r4287. Large numbers of textures created by random gradients can cause poor driver performance (at least on Mac) by bsalomon@google.com · 12 years ago
  33. 15c0fea AutoScratchTexture can now release its texture and it will return to the texture cache when freed by robertphillips@google.com · 12 years ago
  34. 8f7e1da Remove count budget from resource cache by bsalomon@google.com · 12 years ago
  35. a1e5795 GrTexture can now create its own cache key by robertphillips@google.com · 12 years ago
  36. 05e7024 Expose functionality to purge the GPU texture cache while running SampleApp. by twiz@google.com · 13 years ago
  37. fb30951 [GPU] tile when large bitmap pased drawBitmap and only a small fraction is used by bsalomon@google.com · 13 years ago
  38. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago[Renamed from gpu/src/GrResourceCache.h]
  39. 558a75b Use a single stencil buffer for a given width,height,samplecount by bsalomon@google.com · 13 years ago
  40. a5a1da8 Handle recursive call into GrResourceCache::purgeAsNeeded by bsalomon@google.com · 13 years ago
  41. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  42. 50398bf Make GrTextureCache into a generic GrResource cache. Also some GrContext texture interface cleanup. by bsalomon@google.com · 13 years ago