1. 6950de6 Comments Style: s/skbug.com/bug.skia.org/ by halcanary · 9 years ago
  2. 473addf Remove separate cache for clip mask textures by bsalomon · 9 years ago
  3. ec00d94 Move some of the adding stencil attachment logic of Gpu and into Render Target. by egdaniel · 9 years ago
  4. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  5. b356cbc Move atlas creation to internal to GrResourceProvider by joshualitt · 9 years ago
  6. eae6200 Some cleanup in GrTextureProvider and GrResourceProvider. by bsalomon · 9 years ago
  7. 1b8e1b5 Refactor GrBufferAllocPools to use resource cache by robertphillips · 9 years ago
  8. b607767 Revert of Refactor GrBufferAllocPools to use resource cache (patchset #15 id:280001 of https://codereview.chromium.org/1139753002/) by robertphillips · 9 years ago
  9. e935f1a Refactor GrBufferAllocPools to use resource cache by robertphillips · 9 years ago
  10. edd77a1 Remove GrContext from GrClipMaskCache by bsalomon · 9 years ago
  11. 706f08f Move GrPath(Range) creation to ResourceProvider. by bsalomon · 9 years ago
  12. eea2ff7 Revert of Refactor GrBufferAllocPools to use resource cache (patchset #9 id:160001 of https://codereview.chromium.org/1139753002/) by robertphillips · 9 years ago
  13. c5f1c54 Refactor GrBufferAllocPools to use resource cache by robertphillips · 9 years ago
  14. ed0bcad Move instanced index buffer creation to flush time by bsalomon · 9 years ago
  15. d8ed1b6 Revert of Move instanced index buffer creation to flush time (patchset #6 id:100001 of https://codereview.chromium.org/1116943004/) by bsalomon · 9 years ago
  16. ab622c7 Move instanced index buffer creation to flush time by bsalomon · 9 years ago
  17. 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