1. 1d61635 Add support for instanced draws by Chris Dalton · 7 years ago
  2. 8e45b4f GL: track enabled vertex arrays as a count rather than a mask by Chris Dalton · 7 years ago
  3. afc2368 Revert "GL: track enabled vertex arrays as a count rather than a mask" by Chris Dalton · 7 years ago
  4. 243ed37 Remove unnecessary non-UTF8 character by Leon Scroggins III · 7 years ago
  5. 288d041 GL: track enabled vertex arrays as a count rather than a mask by Chris Dalton · 7 years ago
  6. 294870f Add explicit UniqueID classes for GrGpuResource & GrSurfaceProxy by Robert Phillips · 8 years ago
  7. 485a120 Add resource provider flag to avoid client-side buffers by csmartdalton · 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. 397536c Consolidate GPU buffer implementations by cdalton · 8 years ago
  12. f8c3ba4 Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of https://codereview.chromium.org/1825393002/ ) by robertphillips · 8 years ago
  13. 8b1bff2 Consolidate GPU buffer implementations by cdalton · 8 years ago
  14. 793dc26 Improve GLSL integer support by cdalton · 9 years ago
  15. c4d196c Revert of Improve GLSL integer support (patchset #1 id:1 of https://codereview.chromium.org/1669853002/ ) by dcheng · 9 years ago
  16. 3a2caf8 Improve GLSL integer support by cdalton · 9 years ago
  17. 2279325 added support for PLS path rendering by ethannicholas · 9 years ago
  18. 5366a09 Revert of added support for PLS path rendering (patchset #16 id:360001 of https://codereview.chromium.org/1541903002/ ) by ethannicholas · 9 years ago
  19. 7df3f5e added support for PLS path rendering by ethannicholas · 9 years ago
  20. 2fc11d3 Move definitions of GrGL basic types (e.g. GrGLenum) to their own header. by bsalomon · 9 years ago
  21. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  22. 6df8640 Revert "Revert of Move copy-surface-as-draw fallback to GrGLGpu. (patchset #12 id:220001 of https://codereview.chromium.org/1144433002/)" by bsalomon · 9 years ago
  23. 404b3b2 Revert of Move copy-surface-as-draw fallback to GrGLGpu. (patchset #12 id:220001 of https://codereview.chromium.org/1144433002/) by mtklein · 9 years ago
  24. 5df6fee Move copy-surface-as-draw fallback to GrGLGpu. by bsalomon · 9 years ago
  25. 8780bc6 Remove GrGLVertexArray from GrGpuResource hierarchy. by bsalomon · 9 years ago
  26. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  27. 5a105ff Use uint16s for texture coordinates when rendering text. by jvanverth · 10 years ago
  28. e4ef1ca Revert of Use uint16s for texture coordinates when rendering text. (patchset #5 id:80001 of https://codereview.chromium.org/917373002/) by reed · 10 years ago
  29. 059034d Use uint16s for texture coordinates when rendering text. by jvanverth · 10 years ago
  30. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  31. 861e103 Rename GrGpuGL to GrGLGpu for consistency by bsalomon · 10 years ago
  32. 69ed47f Make GrGpuResource::gpuMemorySize non-virtual w/ onGpuMemorySize virtual impl by bsalomon · 10 years ago
  33. 37b4d86 Force input coverage to be only a byte in gpu shaders. by egdaniel · 10 years ago
  34. 6d3fe02 Rename GrGpuObject to GrGpuResource by bsalomon · 10 years ago
  35. 089a780 Split GrResource into GrCacheable/GrGpuObject by commit-bot@chromium.org · 10 years ago
  36. 6ebfbf9 Use vertex buffer objects instead of client side arrays in fixed-function codepaths by commit-bot@chromium.org · 11 years ago
  37. ce6da4d Improve handling of FF vertex array state by commit-bot@chromium.org · 11 years ago
  38. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  39. 31ec798 Move GrGLProgram::Desc out of GrGLProgram. by bsalomon@google.com · 11 years ago
  40. 152336f Fix uninitialized memory access by robertphillips@google.com · 11 years ago
  41. 6918d48 Use vertex array objects on core profiles. by bsalomon@google.com · 12 years ago