1. 01836ad Revert to old behavior for swap buffers by joshualitt · 9 years ago
  2. 4e8f567 add wait on fence without flush by joshualitt · 9 years ago
  3. e179a91 Texturing support for RECTANGLE textures. by bsalomon · 9 years ago
  4. e5286e0 Beginning of support for texture rectangles. by bsalomon · 9 years ago
  5. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  6. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  7. d416a5b Implement SkGLContext swapBuffers with fence syncs by cdalton · 9 years ago
  8. 30bc88c Refactor SkGLContext to be actually extendable by kkinnunen · 10 years ago
  9. 9e61bb7 Make the Sk GL context class an abstract base class by kkinnunen · 10 years ago[Renamed (95%) from src/gpu/gl/SkGLContextHelper.cpp]
  10. 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]
  11. a90ed4e Make the Sk GL context class an abstract base class by kkinnunen · 10 years ago[Renamed (95%) from src/gpu/gl/SkGLContextHelper.cpp]
  12. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  13. 944bcf0 Some fixes around GrContext::abandonContext: by bsalomon · 10 years ago
  14. 80549fc Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  15. 05ead8a Revert of Support using OpenGL ES context on desktop (https://codereview.chromium.org/319043005/) by rmistry · 10 years ago
  16. 74fc727 Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  17. 90313cc Move GrGLExtensions from GrGLContextInfo to GrGLInterface by commit-bot@chromium.org · 11 years ago
  18. 9e90aed Rename GrGLBinding->GrGLStandard, no longer a bitfield by commit-bot@chromium.org · 11 years ago
  19. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  20. 04c500f Update to allow packed depth-stencil on ES3 by commit-bot@chromium.org · 11 years ago
  21. 791816a Rename kES2_GrGLBinding to kES_GrGLBinding. Step 0 for supporting ES3. by bsalomon@google.com · 11 years ago
  22. 6177e69 Split GrGLContextInfo into GrGLContext & GrGLContextInfo by robertphillips@google.com · 11 years ago[Renamed (95%) from src/gpu/gl/SkGLContext.cpp]
  23. 1744f97 Use glGetStringi to get extensions when available. by bsalomon@google.com · 11 years ago
  24. edbd21a Temporarily disable new GL error checking in ~SkGLContext by robertphillips@google.com · 12 years ago
  25. fe1b536 Enhance GL error checking for non-Ganesh GL calls by robertphillips@google.com · 12 years ago
  26. 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
  27. 15e9d3e Expanded distribution of instance counting by robertphillips@google.com · 12 years ago
  28. 9c1f1ac Move function decls and macros out of public headers that are meant for internal use. by bsalomon@google.com · 12 years ago
  29. 7c95942 Extended debug GL interface to include tracking of render buffers by robertphillips@google.com · 12 years ago
  30. f6f123d Added tracking of frame buffer objects to debug GL interface by robertphillips@google.com · 12 years ago
  31. 6bf38b5 Move GL-specific include files to their own subdirectory, to better by tomhudson@google.com · 13 years ago
  32. 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]
  33. 89ec61e Add GrGLContextInfo by bsalomon@google.com · 13 years ago
  34. 6e85937 Make SkGLContext's FBO creation more robust (allows test apps to run on Intel GPUs) by bsalomon@google.com · 13 years ago
  35. 675c5c4 Fix SkGLContext FBO setup for ES2 by bsalomon@google.com · 13 years ago
  36. 373a663 Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext, allow both in gm by bsalomon@google.com · 13 years ago