1. 1080596 Revert of Make the Sk GL context class an abstract base class (patchset #4 id:60001 of https://codereview.chromium.org/630843002/) by bsalomon · 10 years ago[Renamed (95%) from src/gpu/gl/SkGLContext.cpp]
  2. a90ed4e Make the Sk GL context class an abstract base class by kkinnunen · 10 years ago[Renamed (95%) from src/gpu/gl/SkGLContextHelper.cpp]
  3. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  4. 944bcf0 Some fixes around GrContext::abandonContext: by bsalomon · 10 years ago
  5. 80549fc Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  6. 05ead8a Revert of Support using OpenGL ES context on desktop (https://codereview.chromium.org/319043005/) by rmistry · 10 years ago
  7. 74fc727 Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  8. 90313cc Move GrGLExtensions from GrGLContextInfo to GrGLInterface by commit-bot@chromium.org · 11 years ago
  9. 9e90aed Rename GrGLBinding->GrGLStandard, no longer a bitfield by commit-bot@chromium.org · 11 years ago
  10. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  11. 04c500f Update to allow packed depth-stencil on ES3 by commit-bot@chromium.org · 11 years ago
  12. 791816a Rename kES2_GrGLBinding to kES_GrGLBinding. Step 0 for supporting ES3. by bsalomon@google.com · 11 years ago
  13. 6177e69 Split GrGLContextInfo into GrGLContext & GrGLContextInfo by robertphillips@google.com · 11 years ago[Renamed (95%) from src/gpu/gl/SkGLContext.cpp]
  14. 1744f97 Use glGetStringi to get extensions when available. by bsalomon@google.com · 11 years ago
  15. edbd21a Temporarily disable new GL error checking in ~SkGLContext by robertphillips@google.com · 12 years ago
  16. fe1b536 Enhance GL error checking for non-Ganesh GL calls by robertphillips@google.com · 12 years ago
  17. 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
  18. 15e9d3e Expanded distribution of instance counting by robertphillips@google.com · 12 years ago
  19. 9c1f1ac Move function decls and macros out of public headers that are meant for internal use. by bsalomon@google.com · 12 years ago
  20. 7c95942 Extended debug GL interface to include tracking of render buffers by robertphillips@google.com · 12 years ago
  21. f6f123d Added tracking of frame buffer objects to debug GL interface by robertphillips@google.com · 12 years ago
  22. 6bf38b5 Move GL-specific include files to their own subdirectory, to better by tomhudson@google.com · 13 years ago
  23. dd182cb Move GL-specific source code to make room for D3D back end. by tomhudson@google.com · 13 years ago[Renamed from src/gpu/SkGLContext.cpp]
  24. 89ec61e Add GrGLContextInfo by bsalomon@google.com · 13 years ago
  25. 6e85937 Make SkGLContext's FBO creation more robust (allows test apps to run on Intel GPUs) by bsalomon@google.com · 13 years ago
  26. 675c5c4 Fix SkGLContext FBO setup for ES2 by bsalomon@google.com · 13 years ago
  27. 373a663 Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext, allow both in gm by bsalomon@google.com · 13 years ago