1. 6121405 Cleaning up trailing spaces and typos. by cblume · 9 years ago
  2. f276ac5 Move functions from SkGr to SkGrPriv.h by bsalomon · 9 years ago
  3. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  4. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  5. 690fc75 Get rid of GrMurmur3Hash by joshualitt · 9 years ago
  6. d309e7a This replaces the texture creation/caching functions on GrContext with a GrTextureProvider interface. The goal is to pass this narrowly focused object in places that currently take a GrContext but don't need and shouldn't use its other methods. It also has an extended private interface for interacting with non-texture resource types. by bsalomon · 9 years ago
  7. 5f5a8d7 adding preabandon flag to DM by joshualitt · 9 years ago
  8. f99e961 Allow resources' unique keys to be changed. by bsalomon · 10 years ago
  9. 8718aaf Rename GrContentKey to GrUniqueKey by bsalomon · 10 years ago
  10. d042358 One createTexture function, attempt to recycle scratch in createTexture. by bsalomon · 10 years ago
  11. 37f9a26 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  12. e137db8 Revert of Move npot resizing out of GrContext and simplify GrContext texture functions. (patchset #10 id:200001 of https://codereview.chromium.org/882223003/) by bsalomon · 10 years ago
  13. 6c96672 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  14. 6bfef2d Revert of Move npot resizing out of GrContext and simplify GrContext texture functions. (patchset #9 id:160001 of https://codereview.chromium.org/882223003/) by fmalita · 10 years ago
  15. 8a81003 Move npot resizing out of GrContext and simplify GrContext texture functions. by bsalomon · 10 years ago
  16. 24db3b1 Add specialized content key class for resources. by bsalomon · 10 years ago
  17. f2703d8 rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags by bsalomon · 10 years ago
  18. c6327a8 stuff by bsalomon · 10 years ago
  19. 81beccc Devirtualize read/write pixels on surface. by bsalomon · 10 years ago
  20. bcf0a52 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  21. 9323b8b Revert "GrResourceCache2 manages scratch texture." by Brian Salomon · 10 years ago
  22. d14e1a2 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  23. dbe6074 Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 of https://codereview.chromium.org/608883003/) by robertphillips · 10 years ago
  24. 3d398c8 GrResourceCache2 manages scratch texture. by bsalomon · 10 years ago
  25. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  26. 3d533ac Replace GrTHash with SkTDynamicHash by robertphillips · 10 years ago
  27. 3adcc34 stop using deprecated bitmap::config for gpu by commit-bot@chromium.org · 10 years ago
  28. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  29. 845220b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  30. 20f7f17 One SkTSearch to rule them all. Allow key to be of different type than the array. by bsalomon@google.com · 11 years ago
  31. 4f65a27 Address clang static analyzer issues by robertphillips@google.com · 11 years ago
  32. e0e385c Removed unused parameters by sugoi@google.com · 11 years ago
  33. 95ed55a Make all GrContext members that return a texture also ref the texture for the caller. by bsalomon@google.com · 12 years ago
  34. 2859eb7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  35. 0797c2c Reland 6914 w/ fixes. by bsalomon@google.com · 12 years ago
  36. 0b6ad22 Revert 6914 to fix build issues. by bsalomon@google.com · 12 years ago
  37. 4b86e34 Simplify cache IDs and keys. by bsalomon@google.com · 12 years ago
  38. 63e0ffd Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  39. cdb426d Fix for GrTextureStripAtlas memory leak by robertphillips@google.com · 12 years ago
  40. 9fbcad0 Removed old resource locking system by robertphillips@google.com · 12 years ago
  41. 50a035d Added explicit cache clearing by robertphillips@google.com · 12 years ago
  42. 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
  43. 0342a85 Remove _UPM_ GrPixelConfigs Review URL: http://codereview.appspot.com/6460113/ by bsalomon@google.com · 12 years ago
  44. b3e50f2 Reapply r5101 and r5102: Made gradient effects use GrTextureStripAtlas. by rileya@google.com · 12 years ago
  45. 1f47f4f Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEntry (in GrTexture) by robertphillips@google.com · 12 years ago
  46. 9a92714 Revert GrTextureStripAtlas change due to performance concerns. by rileya@google.com · 12 years ago
  47. 50b2bcf Made gradient effects use GrTextureStripAtlas. by rileya@google.com · 12 years ago
  48. f61c746 Mac 10.6 build fix: got rid of now-unecessary GrTextureStripAtlas tex cache id component. Unreviewed. by rileya@google.com · 12 years ago
  49. 2e2aedc Added GrTextureStripAtlas object. by rileya@google.com · 12 years ago