1. d5148e3 Move SkNoncopyable to include/private. by Ben Wagner · 6 years ago
  2. 49b7b6f Handle too many (or too large) paths in GrDefaultPathRenderer by Brian Osman · 7 years ago
  3. 397536c Consolidate GPU buffer implementations by cdalton · 8 years ago
  4. f8c3ba4 Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of https://codereview.chromium.org/1825393002/ ) by robertphillips · 8 years ago
  5. 8b1bff2 Consolidate GPU buffer implementations by cdalton · 8 years ago
  6. 7dea7b7 Use calloc to allocate data that will be uploaded to vertex/index buffers in Chrome 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. 7224c86 add context override of GeometryBufferMapThreshold by joshualitt · 9 years ago
  11. eea2ff7 Revert of Refactor GrBufferAllocPools to use resource cache (patchset #9 id:160001 of https://codereview.chromium.org/1139753002/) by robertphillips · 9 years ago
  12. c5f1c54 Refactor GrBufferAllocPools to use resource cache by robertphillips · 9 years ago
  13. 91d06bc Reduce the API surface of GrBufferAllocPool and its derivatives by robertphillips · 9 years ago
  14. ecb8e3e Remove unneeded features from GrBufferAllocPool by bsalomon · 9 years ago
  15. d1aa8ff removing setVertexArraySource from drawtarget by joshualitt · 10 years ago
  16. 3512eda Add trace event when GrBufferAllocPool unmaps a buffer indicating what % of the buffer was unwritten. by bsalomon · 10 years ago
  17. 8341eb7 Rename from "(un)lock" to "(un)map" for geometry buffers. by commit-bot@chromium.org · 10 years ago
  18. e3beb6b SkNonCopyable should be used with private inheritance. by commit-bot@chromium.org · 10 years ago
  19. a0b4028 Replace uses of GrNoncopyable by SkNoncopyable. by commit-bot@chromium.org · 11 years ago
  20. 515dcd3 Replace uses of GR_DEBUG by SK_DEBUG. by commit-bot@chromium.org · 11 years ago
  21. a633898 Change vertex buffer allocator functions to take size rather than layout, take two. by jvanverth@google.com · 12 years ago
  22. 747f1ec Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  23. 84cd77c Change vertex buffer allocator functions to take size rather than layout. by jvanverth@google.com · 12 years ago
  24. 21cbec4 Remove GrTDArray. by bsalomon@google.com · 12 years ago
  25. 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
  26. b665a6b Fix cycling through buffers in buffer alloc pool by bsalomon@google.com · 12 years ago
  27. d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago[Renamed from gpu/src/GrBufferAllocPool.h]
  28. 49313f6 GrTArray->SkTArray & docs by bsalomon@google.com · 13 years ago
  29. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  30. 3582bf9 Remove GrAuto*Malloc, replace with SkAuto*Malloc by bsalomon@google.com · 13 years ago
  31. 25fb21f Refactor GrDrawTarget vertex/index api by bsalomon@google.com · 13 years ago
  32. 11f0b51 Fix ref leak on GrGpu. by bsalomon@google.com · 13 years ago
  33. 1c13c96 Refactor how Gr handles vertex and index data. GrGpu and GrInOrderDrawBuffer both GrBufferAllocPool to manage reserved and set-to-array vertex and index data. by bsalomon@google.com · 13 years ago