1. 6f70d43 Revert of Move SkGLContext and some GrGLInterface implementations to skgputest module (patchset #13 id:240001 of https://codereview.chromium.org/1815823002/ ) by robertphillips · 9 years ago
  2. fe3456c Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 9 years ago
  3. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  4. 18300a3 detach -> release by mtklein · 9 years ago
  5. aaf951d nullptr isn't an int; this is what we want by halcanary · 9 years ago
  6. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  7. d416a5b Implement SkGLContext swapBuffers with fence syncs by cdalton · 9 years ago
  8. e454521 Cleanup GrContextFactory and make it's subclasses private by djsollen · 10 years ago
  9. 30bc88c Refactor SkGLContext to be actually extendable by kkinnunen · 10 years ago
  10. 9e61bb7 Make the Sk GL context class an abstract base class by kkinnunen · 10 years ago
  11. 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
  12. a90ed4e Make the Sk GL context class an abstract base class by kkinnunen · 10 years ago
  13. 49f085d "NULL !=" = NULL 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. c9542ca Add swapBuffer call to SkGLContextHelper. by djsollen@google.com · 11 years ago
  18. df8114d Fix mesa issues. by bsalomon@google.com · 12 years ago
  19. 674a3a2 Attempt to fix NULL to intptr_t warning-as-error on mac build. by bsalomon@google.com · 12 years ago
  20. 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
  21. 003a8b9 Hopefully fixes linux + mac build breaks from r3851 by adding missing include in SkMesaGLContext.cpp. by bsalomon@google.com · 12 years ago
  22. 78ff6b4 Moved mac, unix, win and mesa directories under src/gpu/gl by robertphillips@google.com · 13 years ago[Renamed from src/gpu/mesa/SkMesaGLContext.cpp]
  23. 6c8c34e Update cross-platform #include paths to new include/gpu/gl directory by tomhudson@google.com · 13 years ago
  24. 31648eb Fix warnings by bsalomon@google.com · 13 years ago
  25. 57f5d98 Recommit r2510 now that mac build bot issue has been fixed. by bsalomon@google.com · 13 years ago
  26. d92780b Temporary revert of r2510. The test that it introduced fails on the Mac build bots. I suspect there is something wrong with the Mac bot machine's GL that is preventing context creation from succeeding. The OpenGL Driver monitor on the machine only shows a software rasterizer. aglChoosePixelFormat seems to fail regardless of input. It may just need a reboot. I'll investigate it more on Monday. by bsalomon@google.com · 13 years ago
  27. d47fafe Add test that validates GrGLInterfaces by bsalomon@google.com · 13 years ago
  28. 373a663 Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext, allow both in gm by bsalomon@google.com · 13 years ago