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 (84%) from include/gpu/gl/SkGLContext.h]
  2. a90ed4e Make the Sk GL context class an abstract base class by kkinnunen · 10 years ago[Renamed (84%) from include/gpu/gl/SkGLContextHelper.h]
  3. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  4. 944bcf0 Some fixes around GrContext::abandonContext: by bsalomon · 10 years ago
  5. 9245b7e When performing offscreen rendering on windows, attempt to use a pbuffer context. by bsalomon · 10 years ago
  6. 80549fc Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  7. 05ead8a Revert of Support using OpenGL ES context on desktop (https://codereview.chromium.org/319043005/) by rmistry · 10 years ago
  8. 74fc727 Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  9. c72425a Move GrGLInterface function pointers into a nested struct by commit-bot@chromium.org · 11 years ago
  10. 7322893 Adding SK_API to SkGLContextHelper and SkNullGLContext for use in blink unit test component build by commit-bot@chromium.org · 11 years ago
  11. 90313cc Move GrGLExtensions from GrGLContextInfo to GrGLInterface by commit-bot@chromium.org · 11 years ago
  12. c9542ca Add swapBuffer call to SkGLContextHelper. by djsollen@google.com · 11 years ago
  13. f6de475 Replace uses of GrAssert by SkASSERT. by tfarina@chromium.org · 11 years ago
  14. 6177e69 Split GrGLContextInfo into GrGLContext & GrGLContextInfo by robertphillips@google.com · 11 years ago[Renamed (88%) from include/gpu/gl/SkGLContext.h]
  15. 1744f97 Use glGetStringi to get extensions when available. by bsalomon@google.com · 11 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. 7c95942 Extended debug GL interface to include tracking of render buffers by robertphillips@google.com · 12 years ago
  20. 6bf38b5 Move GL-specific include files to their own subdirectory, to better by tomhudson@google.com · 13 years ago[Renamed from include/gpu/SkGLContext.h]
  21. 6e85937 Make SkGLContext's FBO creation more robust (allows test apps to run on Intel GPUs) by bsalomon@google.com · 13 years ago
  22. 57f5d98 Recommit r2510 now that mac build bot issue has been fixed. by bsalomon@google.com · 13 years ago
  23. 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
  24. d47fafe Add test that validates GrGLInterfaces by bsalomon@google.com · 13 years ago
  25. 373a663 Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext, allow both in gm by bsalomon@google.com · 13 years ago
  26. e295313 move utils/SkEGLContext to gpu/SkGLContext, some gpu.gyp cleanup, set eol style LF on all gpu files by bsalomon@google.com · 13 years ago[Renamed (89%) from include/utils/SkEGLContext.h]
  27. 971d0c8 Get rid of createRenderTargetFrom3DAPIState and associated glGets necessary to support it. by bsalomon@google.com · 13 years ago
  28. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  29. 3b0a8da Add EGL context for Windows. http://codereview.appspot.com/4517133/ by bungeman@google.com · 13 years ago
  30. 206c98a Add gyp for bench and make run on Windows. by bungeman@google.com · 13 years ago
  31. 0e45441 Add Mesa as a GL backend. http://codereview.appspot.com/4545055/ by bungeman@google.com · 13 years ago
  32. 16bab87 Add GL context creation for X so that gm can run GPU on Linux. by bungeman@google.com · 13 years ago
  33. 873cb1e add gpu to the default makefile move skia-gpu files into skia/src/gpu by reed@google.com · 14 years ago
  34. c31ce10 add for quick gl-offscreen context (so we can draw and then readpixels for GM) by reed@google.com · 14 years ago