1. b59d1bc Add ability to wire up sharelist in glcontext creation by joshualitt · 9 years ago
  2. 7a897c0 Change use of LoadLibrary to LoadLibraryA by jvanverth · 9 years ago
  3. 1ee7651 Start making all .cpp files compile-able on all platforms. by mtklein · 9 years ago
  4. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  5. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  6. d416a5b Implement SkGLContext swapBuffers with fence syncs by cdalton · 9 years ago
  7. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  8. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  9. 082a462 Move WGL header from include to src by djsollen · 10 years ago
  10. 30bc88c Refactor SkGLContext to be actually extendable by kkinnunen · 10 years ago
  11. 9e61bb7 Make the Sk GL context class an abstract base class by kkinnunen · 10 years ago
  12. 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
  13. a90ed4e Make the Sk GL context class an abstract base class by kkinnunen · 10 years ago
  14. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  15. a721c81 Remove reliance on linked in GL functions for assembling GLES interfaces. by bsalomon · 10 years ago
  16. 9245b7e When performing offscreen rendering on windows, attempt to use a pbuffer context. by bsalomon · 10 years ago
  17. f957254 Fix ANGLE build wrong glGetString being called issue by bsalomon · 10 years ago
  18. 80549fc Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  19. 05ead8a Revert of Support using OpenGL ES context on desktop (https://codereview.chromium.org/319043005/) by rmistry · 10 years ago
  20. 74fc727 Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  21. 9add5dc Move GrGLInterface function ptr setup into a common function for all OpenGL GrGLInterface factories (but not GLES yet). by commit-bot@chromium.org · 10 years ago
  22. f669672 Use EXT_direct_state_access for path matrix manipulation by commit-bot@chromium.org · 10 years ago
  23. 0a6fe71 Use fixed function pipeline only when drawing paths by commit-bot@chromium.org · 10 years ago
  24. a34bb60 Add GL_ARB_invalidate_subdata functions to GrGLInterface. by bsalomon@google.com · 10 years ago
  25. 6ebfbf9 Use vertex buffer objects instead of client side arrays in fixed-function codepaths by commit-bot@chromium.org · 11 years ago
  26. a3baf3b Add hooks for GL_EXT_debug_marker in gpu by commit-bot@chromium.org · 11 years ago
  27. d8ed851 Turn NVPR on by default (but off in tools). by commit-bot@chromium.org · 11 years ago
  28. 68c7488 Revert "Turn NVPR on by default (but off in tools)." by halcanary@google.com · 11 years ago
  29. 83d81c9 Turn NVPR on by default (but off in tools). by commit-bot@chromium.org · 11 years ago
  30. c72425a Move GrGLInterface function pointers into a nested struct by commit-bot@chromium.org · 11 years ago
  31. 90313cc Move GrGLExtensions from GrGLContextInfo to GrGLInterface by commit-bot@chromium.org · 11 years ago
  32. 9e90aed Rename GrGLBinding->GrGLStandard, no longer a bitfield by commit-bot@chromium.org · 11 years ago
  33. a3b15ed Make GrGLInterface be context-specific on all platforms by commit-bot@chromium.org · 11 years ago
  34. 856673a Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  35. 1c6affb Fix GL context creation on Windows when NV path rendering by robertphillips@google.com · 11 years ago
  36. 0d9e3da Use lowercase windows.h in includes to fix Windows cross compilation using mingw. by bungeman@google.com · 11 years ago
  37. c9542ca Add swapBuffer call to SkGLContextHelper. by djsollen@google.com · 11 years ago
  38. 040fd8f Rip out CSAA support by commit-bot@chromium.org · 11 years ago
  39. 46fbfe0 Add glTexGen funcs to interface by commit-bot@chromium.org · 11 years ago
  40. cffff79 get genmipmap function in the struct by commit-bot@chromium.org · 11 years ago
  41. 98168bb Add glCopyTexSubImage2D to GrGLInterface by commit-bot@chromium.org · 11 years ago
  42. 6918d48 Use vertex array objects on core profiles. by bsalomon@google.com · 11 years ago
  43. acf3ecc Restore window creation code in SkNativeGLContext_win.cpp accidentally deleted in r7990. by bsalomon@google.com · 11 years ago
  44. b7f20f2 Unify wgl context creation. by bsalomon@google.com · 11 years ago
  45. ecd8484 Add support to GrGLInterface for vertex array objects by bsalomon@google.com · 11 years ago
  46. b82c399 Revert 7919 and 7920 (committed wrong version of r7919.) by bsalomon@google.com · 11 years ago
  47. 87c6d7a Add support to GrGLInterface for vertex array objects by bsalomon@google.com · 11 years ago
  48. 1744f97 Use glGetStringi to get extensions when available. by bsalomon@google.com · 11 years ago
  49. ae68392 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  50. bc2f0e8 Make windows GrGLCreateNatriveInterface not us GL.h and not use linker to resolve gl functions. Instead load the GL library and use GetProcAddress. by bsalomon@google.com · 12 years ago
  51. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  52. 0efcc37 Remove glBlendEquation and glColorPointer by bsalomon@google.com · 12 years ago
  53. fe11cb6 Add GL function pointers for GL_NV_path_rendering by bsalomon@google.com · 12 years ago
  54. 4d063de Add glTexParameteriv to GL interface by bsalomon@google.com · 12 years ago
  55. 9c1f1ac Move function decls and macros out of public headers that are meant for internal use. by bsalomon@google.com · 12 years ago
  56. e788430 Added glBlendEquation to GL interface by robertphillips@google.com · 12 years ago
  57. c9668ec Add support for GL_NV_framebuffer_multisample_coverage by bsalomon@google.com · 12 years ago
  58. 78ff6b4 Moved mac, unix, win and mesa directories under src/gpu/gl by robertphillips@google.com · 12 years ago