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
  2. a90ed4e Make the Sk GL context class an abstract base class by kkinnunen · 10 years ago
  3. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  4. 80549fc Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  5. 05ead8a Revert of Support using OpenGL ES context on desktop (https://codereview.chromium.org/319043005/) by rmistry · 10 years ago
  6. 74fc727 Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  7. c9542ca Add swapBuffer call to SkGLContextHelper. by djsollen@google.com · 11 years ago
  8. df8114d Fix mesa issues. by bsalomon@google.com · 11 years ago
  9. 674a3a2 Attempt to fix NULL to intptr_t warning-as-error on mac build. by bsalomon@google.com · 12 years ago
  10. 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
  11. 003a8b9 Hopefully fixes linux + mac build breaks from r3851 by adding missing include in SkMesaGLContext.cpp. by bsalomon@google.com · 12 years ago
  12. 78ff6b4 Moved mac, unix, win and mesa directories under src/gpu/gl by robertphillips@google.com · 12 years ago[Renamed from src/gpu/mesa/SkMesaGLContext.cpp]
  13. 6c8c34e Update cross-platform #include paths to new include/gpu/gl directory by tomhudson@google.com · 13 years ago
  14. 31648eb Fix warnings by bsalomon@google.com · 13 years ago
  15. 57f5d98 Recommit r2510 now that mac build bot issue has been fixed. by bsalomon@google.com · 13 years ago
  16. 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
  17. d47fafe Add test that validates GrGLInterfaces by bsalomon@google.com · 13 years ago
  18. 373a663 Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext, allow both in gm by bsalomon@google.com · 13 years ago