1. dbe6074 Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 of https://codereview.chromium.org/608883003/) by robertphillips · 10 years ago
  2. 3d398c8 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  3. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  4. 744998e Make textures register with GrResourceCache2 as scratch. by bsalomon · 10 years ago
  5. 02e36f2 Fix leak of GrResourceCacheEntry by bsalomon · 10 years ago
  6. 6d3fe02 Rename GrGpuObject to GrGpuResource by bsalomon · 10 years ago
  7. c44be0e Merge GrGpuObject and GrCacheable. by bsalomon · 10 years ago
  8. 7a037f4 Move GrTMultiMap to src/core and rename it by robertphillips · 10 years ago
  9. 11c6b39 Adds a mechanism for GrCacheable objects to notify the resource cache by commit-bot@chromium.org · 10 years ago
  10. 089a780 Split GrResource into GrCacheable/GrGpuObject by commit-bot@chromium.org · 10 years ago
  11. 55bd940 SkTDynamicHash: pick up GetKey(), Hash() from T by default. by commit-bot@chromium.org · 10 years ago
  12. 158f646 SkTDynamicHash: remove need for Equals(const T&, const Key&) param. by commit-bot@chromium.org · 10 years ago
  13. d8a57af Adding a new SkSurface factory for generating surfaces from the scratch texture pool. by commit-bot@chromium.org · 10 years ago
  14. bd58feb Speed up GrResourceCache add and lookup by using TDynamicHash by commit-bot@chromium.org · 11 years ago
  15. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  16. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  17. 742058f Speed up GrResourceCache lookup by inlining GrBinHashKey comparisons by commit-bot@chromium.org · 11 years ago
  18. 50a3043 We want to give SkPixelRef a way to signal over to GrResourceCache that it's become pointless to keep around textures based on that SkPixelRef when its pixels change, so that it can be a good citizen and free those textures. by commit-bot@chromium.org · 11 years ago
  19. 4c2af74 GrTHashCache -> GrTHashTable by mtklein@google.com · 11 years ago
  20. 515dcd3 Replace uses of GR_DEBUG by SK_DEBUG. by commit-bot@chromium.org · 11 years ago
  21. 1f3c738 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  22. e4eaea2 Alter resource cache and GrContext to (optionally) never reuse a scratch texture by robertphillips@google.com · 11 years ago
  23. 41d2532 The rest of: Add purgeAsNeeded calls before addResource calls by robertphillips@google.com · 11 years ago
  24. de2e4e8 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  25. cae27fe Allow the resource cache to (indirectly) flush the InOrderDrawBuffer by commit-bot@chromium.org · 11 years ago
  26. 76202b8 Don't call purgeCache() from within GrResource memebers. by bsalomon@google.com · 11 years ago
  27. ff57afc Fixed the hash key comparison function. by sugoi@google.com · 12 years ago
  28. 2859eb7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  29. 0797c2c Reland 6914 w/ fixes. by bsalomon@google.com · 12 years ago
  30. 0b6ad22 Revert 6914 to fix build issues. by bsalomon@google.com · 12 years ago
  31. 4b86e34 Simplify cache IDs and keys. by bsalomon@google.com · 12 years ago
  32. 9f6a557 Remove unused type GrCacheKey by bsalomon@google.com · 12 years ago
  33. 42619d8 Rename SkTDLinkedList to SkTInternalLinked list, add some methods useful for forthcoming SkTLList. by bsalomon@google.com · 12 years ago
  34. f3dc199 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  35. 209a114 Ganesh resource cache changes by robertphillips@google.com · 12 years ago
  36. 9fbcad0 Removed old resource locking system by robertphillips@google.com · 12 years ago
  37. 50a035d Added explicit cache clearing by robertphillips@google.com · 12 years ago
  38. d6bbbf8 Simplified stencil buffer caching by robertphillips@google.com · 12 years ago
  39. 5955202 Allow cache tracking to be enabled in release by robertphillips@google.com · 12 years ago
  40. d07cb0c Begin moving locking out of GrResourceCache by robertphillips@google.com · 12 years ago
  41. a9b0623 Added find, lock to GrContext & GrResourceCache interfaces by robertphillips@google.com · 12 years ago
  42. a292112 Remove SkGpuDevice::fTexture, use new pixel ref class name by bsalomon@google.com · 12 years ago
  43. 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
  44. a5c43a5 Fixed compiler error in r5247 (unreviewed) by robertphillips@google.com · 12 years ago
  45. 2ea0a23 Refactored GrDLinkedList into SkTDLinkedList by robertphillips@google.com · 12 years ago
  46. 521eaf8 Scratch textures are no longer removed from the cache in Debug by robertphillips@google.com · 12 years ago
  47. 5f9f2f5 Added resource cache debug output to help track changes by robertphillips@google.com · 12 years ago
  48. 1f47f4f Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEntry (in GrTexture) by robertphillips@google.com · 12 years ago
  49. 46a8600 Refactored cacheID in preparation for clip mask caching changes by robertphillips@google.com · 12 years ago
  50. 386319e Fixed Resource counting bug in AutoScratchTexture detach mechanism by robertphillips@google.com · 12 years ago
  51. 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
  52. 15c0fea AutoScratchTexture can now release its texture and it will return to the texture cache when freed by robertphillips@google.com · 12 years ago
  53. 8f7e1da Remove count budget from resource cache by bsalomon@google.com · 12 years ago
  54. a1e5795 GrTexture can now create its own cache key by robertphillips@google.com · 12 years ago
  55. 05e7024 Expose functionality to purge the GPU texture cache while running SampleApp. by twiz@google.com · 13 years ago
  56. fb30951 [GPU] tile when large bitmap pased drawBitmap and only a small fraction is used by bsalomon@google.com · 13 years ago
  57. 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]
  58. 558a75b Use a single stencil buffer for a given width,height,samplecount by bsalomon@google.com · 13 years ago
  59. a5a1da8 Handle recursive call into GrResourceCache::purgeAsNeeded by bsalomon@google.com · 13 years ago
  60. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  61. 50398bf Make GrTextureCache into a generic GrResource cache. Also some GrContext texture interface cleanup. by bsalomon@google.com · 13 years ago