[go: nahoru, domu]

  1. e5720c9 Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL by commit-bot@chromium.org · 10 years ago
  2. 79ba57b Speed up GrResourceCache add and lookup by using TDynamicHash by commit-bot@chromium.org · 11 years ago
  3. 5a929b4 Move SkMessageBus::Get out of header, and retry crrev.com/106563002. by commit-bot@chromium.org · 11 years ago
  4. f03af0f Revert of https://codereview.chromium.org/106563002/ by commit-bot@chromium.org · 11 years ago
  5. 6510808 Delete all invalidated resources with same key by commit-bot@chromium.org · 11 years ago
  6. 3639a16 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
  7. 6138c2d Start cleaning up 64bit Win warnings by robertphillips@google.com · 11 years ago
  8. 0fde04d Replace uses of GR_DEBUG by SK_DEBUG. by commit-bot@chromium.org · 11 years ago
  9. a91959e Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  10. adb76dd Add a 'unique' method to SkRefCnt, document the usage, and add support. by bungeman@google.com · 11 years ago
  11. db15c20 Alter resource cache and GrContext to (optionally) never reuse a scratch texture by robertphillips@google.com · 11 years ago
  12. dec88cd Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  13. db7ae20 The rest of: Add purgeAsNeeded calls before addResource calls by robertphillips@google.com · 11 years ago
  14. dffc62e Allow the resource cache to (indirectly) flush the InOrderDrawBuffer by commit-bot@chromium.org · 11 years ago
  15. d11de28 Remove GR_DUMP_TEXTURE_UPLOADS by bsalomon@google.com · 12 years ago
  16. 98cf2a5 Reland 6914 w/ fixes. by bsalomon@google.com · 12 years ago
  17. ac4abf1 Revert 6914 to fix build issues. by bsalomon@google.com · 12 years ago
  18. 79527cc Simplify cache IDs and keys. by bsalomon@google.com · 12 years ago
  19. d44710f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  20. 81aa09c Ganesh resource cache changes by robertphillips@google.com · 12 years ago
  21. 9addc0a Removed old resource locking system by robertphillips@google.com · 12 years ago
  22. c644d29 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  23. db62da4 Resource cache now explicitly takes ref of managed resources by robertphillips@google.com · 12 years ago
  24. 77edb42 Simplified stencil buffer caching by robertphillips@google.com · 12 years ago
  25. fc969c5 Don't purge resources from cache if they have > 1 ref by robertphillips@google.com · 12 years ago
  26. 3592f53 Allow cache tracking to be enabled in release by robertphillips@google.com · 12 years ago
  27. 3b80268 Begin moving locking out of GrResourceCache by robertphillips@google.com · 12 years ago
  28. 86b18b1 Added find, lock to GrContext & GrResourceCache interfaces by robertphillips@google.com · 12 years ago
  29. f511bc8 Remove SkGpuDevice::fTexture, use new pixel ref class name by bsalomon@google.com · 12 years ago
  30. 935e9f4 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  31. aef5631 Refactored GrDLinkedList into SkTDLinkedList by robertphillips@google.com · 12 years ago
  32. 267329d Scratch textures are no longer removed from the cache in Debug by robertphillips@google.com · 12 years ago
  33. 3e52c15 Added resource cache debug output to help track changes by robertphillips@google.com · 12 years ago
  34. 07f394d Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEntry (in GrTexture) by robertphillips@google.com · 12 years ago
  35. 3697dec Add placement new macros to SkPostConfig, call SkNEW* from Ganesh. by tomhudson@google.com · 12 years ago
  36. 335e369 Fixed Resource counting bug in AutoScratchTexture detach mechanism by robertphillips@google.com · 12 years ago
  37. 9605bac 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
  38. afbadf6 AutoScratchTexture can now release its texture and it will return to the texture cache when freed by robertphillips@google.com · 12 years ago
  39. e1d45e2 Remove count budget from resource cache by bsalomon@google.com · 12 years ago
  40. 7aabfa4 fix warnings on Mac in src/gpu and include/gpu by caryclark@google.com · 12 years ago
  41. e4c4a95 Remove incorrect GrAssert calls in GrResourceCache::removeAll by twiz@google.com · 13 years ago
  42. ebdf565 [GPU] tile when large bitmap pased drawBitmap and only a small fraction is used by bsalomon@google.com · 13 years ago
  43. 3f30e3a Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago