1. d7a2c1f Add transfer buffer to GLCaps by jvanverth · 9 years ago
  2. 73063dc Add transfer buffer support. by jvanverth · 9 years ago
  3. 53c5d5f Revert of Add transfer buffer support. (patchset #9 id:160001 of https://codereview.chromium.org/1490473003/ ) by egdaniel · 9 years ago
  4. fa498fe Add transfer buffer support. by jvanverth · 9 years ago
  5. 6df232d Revert of Experimental CL to stop using subdata (patchset #1 id:1 of https://codereview.chromium.org/1413263006/ ) by joshualitt · 9 years ago
  6. 383ce32 Experimental CL to stop using subdata by joshualitt · 9 years ago
  7. 93316b9 Move GrGLBufferImpl's GL calls to behind GrGLGpu by joshualitt · 9 years ago
  8. ccdbc1d Remove mac buffer impl war by joshualitt · 9 years ago
  9. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  10. 7dea7b7 Use calloc to allocate data that will be uploaded to vertex/index buffers in Chrome by bsalomon · 9 years ago
  11. 5236cf4 Make uncached textures uncached from the get go. by bsalomon · 10 years ago
  12. 39edf76 Rename GrGpuGL -> GrGLGpu by jvanverth · 10 years ago
  13. 861e103 Rename GrGpuGL to GrGLGpu for consistency by bsalomon · 10 years ago
  14. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  15. 8341eb7 Rename from "(un)lock" to "(un)map" for geometry buffers. by commit-bot@chromium.org · 10 years ago
  16. 160b478 Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. by commit-bot@chromium.org · 10 years ago
  17. 53b614b Revert of Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. (https://codereview.chromium.org/243413002/) by djsollen@google.com · 10 years ago
  18. f9deb8a Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. by commit-bot@chromium.org · 10 years ago
  19. e9cd27d Third wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago
  20. 515dcd3 Replace uses of GR_DEBUG by SK_DEBUG. by commit-bot@chromium.org · 11 years ago
  21. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  22. 1b8014c Comment out invalid assert. by bsalomon@google.com · 11 years ago
  23. bcce892 Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it. by bsalomon@google.com · 12 years ago
  24. 306b2ce Use stream usage for dynamic vertex data. by bsalomon@google.com · 12 years ago
  25. 6918d48 Use vertex array objects on core profiles. by bsalomon@google.com · 12 years ago
  26. ee3bc3b Add support for vertex data rendered from CPU arrays. by bsalomon@google.com · 12 years ago
  27. e49ad45 Add GrGLBufferImpl to unify implementation of GrGLVertexBuffer and GrGLIndexBuffer. by bsalomon@google.com · 12 years ago