1. b1a32ad Add support for EGLImage to GrGLInterface by bsalomon · 9 years ago
  2. 1ee7651 Start making all .cpp files compile-able on all platforms. by mtklein · 9 years ago
  3. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  4. bae6f6c Add tokens and entry points for KHR_blend_equation_advanced by cdalton · 9 years ago
  5. 2575f31 Revert of Add tokens and entry points for KHR_blend_equation_advanced (patchset #3 id:40001 of https://codereview.chromium.org/1039693004/) by tomhudson · 9 years ago
  6. 8e57885 Add tokens and entry points for KHR_blend_equation_advanced by cdalton · 9 years ago
  7. 27c1521 Add gpu support for glVertexAttrb1f, 2fv, and 3fv by egdaniel · 10 years ago
  8. 29fe24c Remove duplicated code in android_get_gl_proc. by jungjik.lee · 10 years ago
  9. 29dda80 Add support for EGL on linux by derekf · 10 years ago
  10. e33985a Revert "Add support for EGL on linux" by borenet · 10 years ago
  11. 1cea736 Add support for EGL on linux by derekf · 10 years ago
  12. 579b4fb Fix iteration bounds of Android GL API initialization by tomhudson · 10 years ago
  13. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  14. a721c81 Remove reliance on linked in GL functions for assembling GLES interfaces. by bsalomon · 10 years ago
  15. 80549fc Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  16. 05ead8a Revert of Support using OpenGL ES context on desktop (https://codereview.chromium.org/319043005/) by rmistry · 10 years ago
  17. 74fc727 Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  18. 37d20f7 Add support for glCompressedTexSubImage2D by krajcevski · 10 years ago
  19. 4d9fde8 Add EXT suffix to EXT_map_buffer_range references by djsollen@google.com · 10 years ago
  20. 160b478 Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. by commit-bot@chromium.org · 10 years ago
  21. 53b614b Revert of Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. (https://codereview.chromium.org/243413002/) by djsollen@google.com · 10 years ago
  22. f9deb8a Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. by commit-bot@chromium.org · 10 years ago
  23. 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
  24. f669672 Use EXT_direct_state_access for path matrix manipulation by commit-bot@chromium.org · 10 years ago
  25. 0a6fe71 Use fixed function pipeline only when drawing paths by commit-bot@chromium.org · 10 years ago
  26. a34bb60 Add GL_ARB_invalidate_subdata functions to GrGLInterface. by bsalomon@google.com · 10 years ago
  27. 711d6f3 Fix bug on android with GL_EXT_debug_marker by commit-bot@chromium.org · 10 years ago
  28. 2a05de0 Add Gpu Tracing to Ganesh by commit-bot@chromium.org · 10 years ago
  29. 6ebfbf9 Use vertex buffer objects instead of client side arrays in fixed-function codepaths by commit-bot@chromium.org · 11 years ago
  30. a3baf3b Add hooks for GL_EXT_debug_marker in gpu by commit-bot@chromium.org · 11 years ago
  31. c72425a Move GrGLInterface function pointers into a nested struct by commit-bot@chromium.org · 11 years ago
  32. 90313cc Move GrGLExtensions from GrGLContextInfo to GrGLInterface by commit-bot@chromium.org · 11 years ago
  33. 92b7884 Remove GR_GL_IGNORE_ES3_MSAA.s by commit-bot@chromium.org · 11 years ago
  34. 9e90aed Rename GrGLBinding->GrGLStandard, no longer a bitfield by commit-bot@chromium.org · 11 years ago
  35. c9542ca Add swapBuffer call to SkGLContextHelper. by djsollen@google.com · 11 years ago
  36. e65d76f Remove coverage msaa func from android grglinterface setup by bsalomon@google.com · 11 years ago
  37. 1e62727 Fallback to GLES context when GL context setup fails at any stage. by commit-bot@chromium.org · 11 years ago
  38. a8e5a06 Add support for ES3 MSAA. by commit-bot@chromium.org · 11 years ago
  39. 08bc508 Fix ES2 context init. by bsalomon@google.com · 11 years ago
  40. f5897f8 Add OpenGL 4.4 support to SkNativeGLContext and GrGLCreateNativeInterface android versions. by commit-bot@chromium.org · 11 years ago
  41. 726e621 Use indexed extensions on ES3. by commit-bot@chromium.org · 11 years ago
  42. 7a434a2 Recognize that ES3 supports texture storage. Add workaround for apparent Adreno bug. by commit-bot@chromium.org · 11 years ago
  43. 791816a Rename kES2_GrGLBinding to kES_GrGLBinding. Step 0 for supporting ES3. by bsalomon@google.com · 11 years ago
  44. cffff79 get genmipmap function in the struct by commit-bot@chromium.org · 11 years ago
  45. 347c382 Add support for GL_EXT_multisampled_render_to_texture. by bsalomon@google.com · 11 years ago
  46. a6ffb58 Plumbed in discard_framebuffer extension by robertphillips@google.com · 11 years ago
  47. 98168bb Add glCopyTexSubImage2D to GrGLInterface by commit-bot@chromium.org · 11 years ago
  48. f3a60c0 Add support for IMG's MSAA extension. by bsalomon@google.com · 11 years ago
  49. ecd8484 Add support to GrGLInterface for vertex array objects by bsalomon@google.com · 11 years ago
  50. b82c399 Revert 7919 and 7920 (committed wrong version of r7919.) by bsalomon@google.com · 11 years ago
  51. 87c6d7a Add support to GrGLInterface for vertex array objects by bsalomon@google.com · 11 years ago
  52. 26fb61a Move the default definition of GR_USE_NEW_SHADER_SOURCE_SIGNATURE to GrGLConfig. by bsalomon@google.com · 11 years ago
  53. e0d44ff Add support for new glShaderSource() signature from Khronos. Disabled by default. by senorblanco@chromium.org · 12 years ago
  54. c58b126 Move android gl files from src/gpu/android to src/gpu/gl/android. by bsalomon@google.com · 12 years ago