1. 6663acf Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  2. 85d9667 Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https://codereview.chromium.org/1957363002/ ) by bsalomon · 8 years ago
  3. 33595bd Replace GrStrokeInfo with GrStyle. by bsalomon · 8 years ago
  4. 1bf3e71 Add optional data parameter to createBuffer by cdalton · 8 years ago
  5. a9322c2 Revert "Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ )" by reed · 8 years ago
  6. 25e0a04 Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ ) by borenet · 8 years ago
  7. c791728 Pass effects directly to fontcache by reed · 8 years ago
  8. e2e71c2 Track GL buffer state based on unique resource ID by cdalton · 8 years ago
  9. 044d3c1 Revert of Track GL buffer state based on unique resource ID (patchset #6 id:100001 of https://codereview.chromium.org/1854283004/ ) by mtklein · 8 years ago
  10. deacc97 Track GL buffer state based on unique resource ID by cdalton · 8 years ago
  11. 49c4c22 Remove ownership parameter from GrResourceProvider::wrapBackendTextureAsRenderTarget by kkinnunen · 8 years ago
  12. 397536c Consolidate GPU buffer implementations by cdalton · 8 years ago
  13. f8c3ba4 Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of https://codereview.chromium.org/1825393002/ ) by robertphillips · 8 years ago
  14. 8b1bff2 Consolidate GPU buffer implementations by cdalton · 8 years ago
  15. f7b8b8a Add wrapBackendTextureAsRenderTarget API by ericrk · 8 years ago
  16. 6d0872d Reland of Add guards to GrTextureProvider (patchset #1 id:1 of https://codereview.chromium.org/1565313003/ ) by joshualitt · 9 years ago
  17. 9a9515e Revert of Add guards to GrTextureProvider (patchset #5 id:80001 of https://codereview.chromium.org/1567983002/ ) by joshualitt · 9 years ago
  18. b30dd1d Add guards to GrTextureProvider by joshualitt · 9 years ago
  19. 17aa047 More framework support for TransferBuffers by jvanverth · 9 years ago
  20. 6950de6 Comments Style: s/skbug.com/bug.skia.org/ by halcanary · 9 years ago
  21. 473addf Remove separate cache for clip mask textures by bsalomon · 9 years ago
  22. ec00d94 Move some of the adding stencil attachment logic of Gpu and into Render Target. by egdaniel · 9 years ago
  23. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  24. b356cbc Move atlas creation to internal to GrResourceProvider by joshualitt · 9 years ago
  25. eae6200 Some cleanup in GrTextureProvider and GrResourceProvider. by bsalomon · 9 years ago
  26. 1b8e1b5 Refactor GrBufferAllocPools to use resource cache by robertphillips · 9 years ago
  27. b607767 Revert of Refactor GrBufferAllocPools to use resource cache (patchset #15 id:280001 of https://codereview.chromium.org/1139753002/) by robertphillips · 9 years ago
  28. e935f1a Refactor GrBufferAllocPools to use resource cache by robertphillips · 9 years ago
  29. edd77a1 Remove GrContext from GrClipMaskCache by bsalomon · 9 years ago
  30. 706f08f Move GrPath(Range) creation to ResourceProvider. by bsalomon · 9 years ago
  31. eea2ff7 Revert of Refactor GrBufferAllocPools to use resource cache (patchset #9 id:160001 of https://codereview.chromium.org/1139753002/) by robertphillips · 9 years ago
  32. c5f1c54 Refactor GrBufferAllocPools to use resource cache by robertphillips · 9 years ago
  33. ed0bcad Move instanced index buffer creation to flush time by bsalomon · 9 years ago
  34. 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
  35. ab622c7 Move instanced index buffer creation to flush time by bsalomon · 9 years ago
  36. 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