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