1. f7621cb Fix many return-std-move-in-c++11 warnings by Kevin Lubick · 6 years ago
  2. 0fd1275 GrGLES Interface: GL_OES_vertex_array_object ext by Hal Canary · 7 years ago
  3. c5cecdc Remove image functions from GrGLInterface, part one by Brian Osman · 7 years ago
  4. 426e6c5 Remove (unused) NV_bindless_texture from GL interface by Brian Osman · 7 years ago
  5. 0ee0190 Remove EXT_direct_state_access (unused) by Brian Osman · 7 years ago
  6. 94f509b Rename GrGLAssembleFooInterface to GrGLMakeAssembledFooInterface. by Brian Salomon · 7 years ago
  7. 3d6801e Add GrGLMakeNativeInterface factory that returns sk_sp<const GrGLInterface>. by Brian Salomon · 7 years ago
  8. d1b2eec API to cache shader binaries between runs of Skia. by Ethan Nicholas · 7 years ago
  9. 8d4a5c7 Avoid using glUnmapBufferOES with ES3 by Brian Osman · 7 years ago
  10. dba7e7c Add test for flushing empty surface with semaphores by Greg Daniel · 7 years ago
  11. 81e7bf8 Update gpu caps for valid sample counts. by Greg Daniel · 7 years ago
  12. 93a2346 Add GL_APPLE_sync support by Brian Osman · 7 years ago
  13. d17b4a6 Revert "Revert "Add a flag to GrSurfaceFlags that requires the texture to be cleared upon creation. "" by Brian Salomon · 7 years ago
  14. a9e795e Revert "Add a flag to GrSurfaceFlags that requires the texture to be cleared upon creation. " by Brian Salomon · 7 years ago
  15. 45e5068 Add a flag to GrSurfaceFlags that requires the texture to be cleared upon creation. by Brian Salomon · 7 years ago
  16. 15b2509 Update minimum non-ES OpenGL spec to 2.0. by Brian Salomon · 7 years ago
  17. 609e7cc Add glPolygonMode support. by Jim Van Verth · 8 years ago
  18. 6be3523 Add support for Semaphores (gpu waiting on gpu) in Ganesh by Greg Daniel · 8 years ago
  19. 7a1f09c Fix extension suffic for getting procs from GL_EXT_debug_marker on ES by Brian Salomon · 8 years ago
  20. 85f58b5 Look for GenerateMipMapEXT by Brian Salomon · 8 years ago
  21. 0b63ceb Add image functions to GrGLInterface by Brian Salomon · 8 years ago
  22. c5eceb0 Add support for ANGLE MSAA framebuffer extensions. by Brian Salomon · 8 years ago
  23. 84741b3 Add fence support for TransferBuffers by jvanverth · 8 years ago
  24. fc9527a Add support for glDrawRangeElements by bsalomon · 8 years ago
  25. 9bc1187 Include EXT_window_rectangles API by csmartdalton · 8 years ago
  26. 5cebf8c Support ARB extensions for indirect drawing by csmartdalton · 8 years ago
  27. f8a6ce8 Add GLSL support for texelFetch by cdalton · 9 years ago
  28. 062bd86 Expose GrGLAssembleInterface by bsalomon · 9 years ago
  29. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  30. 28ef445 added support for glMinSampleShading by ethannicholas · 9 years ago
  31. c04ce67 Add caps and GL API for buffer texture by cdalton · 9 years ago
  32. eb79eea Include glGetMultisamplefv API by cdalton · 9 years ago
  33. f15b07b Revert of Include glGetMultisamplefv API (patchset #1 id:1 of https://codereview.chromium.org/1720963002/ ) by ethannicholas · 9 years ago
  34. 69c1b24 Include glGetMultisamplefv API by cdalton · 9 years ago
  35. 793dc26 Improve GLSL integer support by cdalton · 9 years ago
  36. c4d196c Revert of Improve GLSL integer support (patchset #1 id:1 of https://codereview.chromium.org/1669853002/ ) by dcheng · 9 years ago
  37. 3a2caf8 Improve GLSL integer support by cdalton · 9 years ago
  38. 06604b9 Add GL indirect drawing APIs by cdalton · 9 years ago
  39. 1250944 Fixup GL instanced rendering commands by cdalton · 9 years ago
  40. ea40943 Use a pseudo-extension CHROMIUM_framebuffer_mixed_samples by kkinnunen · 9 years ago
  41. 2ca29c0 Populate NVPR functions when run with command buffer by kkinnunen · 9 years ago
  42. 7ea33f5 Initial version of external_oes texture support and unit test by bsalomon · 9 years ago
  43. 0315dbc Revert of Initial version of external_oes texture support and unit test (patchset #14 id:260001 of https://codereview.chromium.org/1451683002/ ) by bsalomon · 9 years ago
  44. 27a0487 Initial version of external_oes texture support and unit test by bsalomon · 9 years ago
  45. b1a32ad Add support for EGLImage to GrGLInterface by bsalomon · 9 years ago
  46. 7e806f3 Revert of Enable stencil clipping in mixed sampled render targets (patchset #6 id:100001 of https://codereview.chromium.org/1232103002/ ) by cdalton · 9 years ago
  47. 24ddb0a Revert of Fix setColocatedSampleLocations on ES and GL < 4.5 (patchset #2 id:20001 of https://codereview.chromium.org/1415503008/ ) by cdalton · 9 years ago
  48. 98cad62 Fix setColocatedSampleLocations on ES and GL < 4.5 by cdalton · 9 years ago
  49. b3f1636 skia: Make the validate match interface for *_draw_instanced by hendrikw · 9 years ago
  50. 0adfffb Fix dm with Chromium command buffer driver by kkinnunen · 9 years ago
  51. db9f664 Add work around for devices/API filters that claim GL_KHR_debug support but don't provide functions by bsalomon · 9 years ago
  52. 3e77ba9 Implement stencil clipping in mixed sampled render targets by vbuzinov · 9 years ago
  53. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  54. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  55. d94708e Implement support for dual source blending in ES by kkinnunen · 9 years ago
  56. 1ae488f skia: GrGLAssembleGLInterface update load chromium extension functions by hendrikw · 9 years ago
  57. cfe62e3 Cleanup legacy NVPR-related definitions by kkinnunen · 9 years ago
  58. 439f23e Revert of Cleanup legacy NVPR-related definitions (patchset #4 id:60001 of https://codereview.chromium.org/1177243004/) by jvanverth · 9 years ago
  59. e35b5d9 Cleanup legacy NVPR-related definitions by kkinnunen · 9 years ago
  60. 538bacb Revert of Cleanup legacy NVPR-related definitions (patchset #3 id:40001 of https://codereview.chromium.org/1177243004/) by fmalita · 9 years ago
  61. fb8d688 Cleanup legacy NVPR-related definitions by kkinnunen · 9 years ago
  62. 591a2ca Stop using the NVPR glyph loading functionality by kkinnunen · 9 years ago
  63. 6dc6f5f Add support for creating texture backed images where Skia will delete the texture. by bsalomon · 9 years ago
  64. 626e1ff Import functionality for new GL backend by cdalton · 9 years ago
  65. 1fe1858 Revert of Import functionality for new GL backend (patchset #2 id:20001 of https://codereview.chromium.org/1185573003/) by djsollen · 9 years ago
  66. 202c4c7 Import functionality for new GL backend by cdalton · 9 years ago
  67. 0edea2c Make mixed samples contingent on auxiliary extensions by cdalton · 9 years ago
  68. bae6f6c Add tokens and entry points for KHR_blend_equation_advanced by cdalton · 9 years ago
  69. 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
  70. 8e57885 Add tokens and entry points for KHR_blend_equation_advanced by cdalton · 9 years ago
  71. fd4167d Import glTextureBarrier by cdalton · 9 years ago
  72. 08b4d29 GrGLInterface: Add support for NV_framebuffer_mixed_samples by vbuzinov · 10 years ago
  73. ee64d6e Add glGetShaderPrecisionFormat by bsalomon · 10 years ago
  74. 612e926 Revert of Revert of Add gpu support for Apple specific 'Vertex Arrays' functions (patchset #1 id:1 of https://codereview.chromium.org/750973003/) by tomhudson · 10 years ago
  75. 55fe3d7 Revert of Add gpu support for Apple specific 'Vertex Arrays' functions (patchset #2 id:20001 of https://codereview.chromium.org/754653002/) by tomhudson · 10 years ago
  76. af000f4 Add gpu support for Apple specific 'Vertex Arrays' functions by paraboul · 10 years ago
  77. 27c1521 Add gpu support for glVertexAttrb1f, 2fv, and 3fv by egdaniel · 10 years ago
  78. 149b3ec Adds glMemoryGlyphIndexArrayNV to the GrGLInterface and begins by cdalton · 10 years ago
  79. a721c81 Remove reliance on linked in GL functions for assembling GLES interfaces. by bsalomon · 10 years ago
  80. c7103a1 Wrap NV_path_rendering API with GrGLPathRendering by cdalton · 10 years ago
  81. 760ba8d Revert "Adds a GrGLPathRendering class that wraps the NV_path_rendering" by bungeman · 10 years ago
  82. 5672da0 Adds a GrGLPathRendering class that wraps the NV_path_rendering by cdalton · 10 years ago
  83. c8f5204 Incorporate glStencilThenCover* nvpr methods by cdalton · 10 years ago
  84. 8dd90cb Add IsPath to GrGLInterface by cdalton · 10 years ago
  85. 32b9a3b Add functions to support NV_path_rendering in OpenGL ES by kkinnunen · 10 years ago
  86. c986b1f Revert of Add functions to support NV_path_rendering in OpenGL ES (https://codereview.chromium.org/345723002/) by rmistry · 10 years ago
  87. 4a995df Add functions to support NV_path_rendering in OpenGL ES by kkinnunen · 10 years ago
  88. 37d20f7 Add support for glCompressedTexSubImage2D by krajcevski · 10 years ago
  89. 160b478 Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. by commit-bot@chromium.org · 10 years ago
  90. 53b614b Revert of Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. (https://codereview.chromium.org/243413002/) by djsollen@google.com · 10 years ago
  91. f9deb8a Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. by commit-bot@chromium.org · 10 years ago
  92. f4e67e3 Fail to create GrContext when we get a NULL for a GL/GLSL version string by commit-bot@chromium.org · 10 years ago
  93. 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