1. de206c7 Remove the NullGL interface (and associated test context) by Brian Osman · 5 years ago
  2. 4c56b03 Drop support for GL_EXT_raster_multisample by Chris Dalton · 6 years ago
  3. 0a7e58f Add glTexParameterf[v] to GrGLInterface by Brian Salomon · 6 years ago
  4. f5bbf66 Finish removing sample shading support by Brian Osman · 6 years ago
  5. a63593a Remove sample shading and dest color override by Brian Osman · 6 years ago
  6. a2a94a4 Add GrGLInterface support for sampler objects and GrGLCaps detection. by Brian Salomon · 6 years ago
  7. 2424ec4 Make GrGLInterface great for Win32 x86 again by Brian Salomon · 6 years ago
  8. 389abd5 Simplify GrGLInterface::abandon by Hal Canary · 6 years ago
  9. 752e08b Fix abandonment of programs by Robert Phillips · 6 years ago
  10. c1b9c10 Add versions of MakeGL() that don't require include GrGLInterface.h in order to use the GrGLMakeNativeInterface by Brian Salomon · 6 years ago
  11. 3fc79ea Remove image functions from GrGLInterface, part two by Brian Osman · 7 years ago
  12. 426e6c5 Remove (unused) NV_bindless_texture from GL interface by Brian Osman · 7 years ago
  13. 0ee0190 Remove EXT_direct_state_access (unused) by Brian Osman · 7 years ago
  14. 3d6801e Add GrGLMakeNativeInterface factory that returns sk_sp<const GrGLInterface>. by Brian Salomon · 7 years ago
  15. d1b2eec API to cache shader binaries between runs of Skia. by Ethan Nicholas · 7 years ago
  16. 02611d9 Add Make[backend] calls for creating GrContexts by Greg Daniel · 7 years ago
  17. dba7e7c Add test for flushing empty surface with semaphores by Greg Daniel · 7 years ago
  18. 81e7bf8 Update gpu caps for valid sample counts. by Greg Daniel · 7 years ago
  19. d17b4a6 Revert "Revert "Add a flag to GrSurfaceFlags that requires the texture to be cleared upon creation. "" by Brian Salomon · 7 years ago
  20. a9e795e Revert "Add a flag to GrSurfaceFlags that requires the texture to be cleared upon creation. " by Brian Salomon · 7 years ago
  21. 45e5068 Add a flag to GrSurfaceFlags that requires the texture to be cleared upon creation. by Brian Salomon · 7 years ago
  22. 609e7cc Add glPolygonMode support. by Jim Van Verth · 7 years ago
  23. 6be3523 Add support for Semaphores (gpu waiting on gpu) in Ganesh by Greg Daniel · 8 years ago
  24. 008b9d8 Add the ability to enable/disable GPU path renderers by csmartdalton · 8 years ago
  25. 0b63ceb Add image functions to GrGLInterface by Brian Salomon · 8 years ago
  26. 84741b3 Add fence support for TransferBuffers by jvanverth · 8 years ago
  27. fc9527a Add support for glDrawRangeElements by bsalomon · 8 years ago
  28. 9bc1187 Include EXT_window_rectangles API by csmartdalton · 8 years ago
  29. 5cebf8c Support ARB extensions for indirect drawing by csmartdalton · 8 years ago
  30. b988ecf Enable NV_path_rendering in the Null GL. by svaisanen · 8 years ago
  31. f8a6ce8 Add GLSL support for texelFetch by cdalton · 8 years ago
  32. 3724e57 Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  33. 6f70d43 Revert of Move SkGLContext and some GrGLInterface implementations to skgputest module (patchset #13 id:240001 of https://codereview.chromium.org/1815823002/ ) by robertphillips · 8 years ago
  34. fe3456c Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  35. dec2943 Remove the GrGLInterface callback mechanism. by bsalomon · 8 years ago
  36. 28ef445 added support for glMinSampleShading by ethannicholas · 8 years ago
  37. c04ce67 Add caps and GL API for buffer texture by cdalton · 9 years ago
  38. eb79eea Include glGetMultisamplefv API by cdalton · 9 years ago
  39. f15b07b Revert of Include glGetMultisamplefv API (patchset #1 id:1 of https://codereview.chromium.org/1720963002/ ) by ethannicholas · 9 years ago
  40. 69c1b24 Include glGetMultisamplefv API by cdalton · 9 years ago
  41. 793dc26 Improve GLSL integer support by cdalton · 9 years ago
  42. 9f2dc27 Replace GrGLInterface's function pointers with std::functions. by bsalomon · 9 years ago
  43. c4d196c Revert of Improve GLSL integer support (patchset #1 id:1 of https://codereview.chromium.org/1669853002/ ) by dcheng · 9 years ago
  44. 3a2caf8 Improve GLSL integer support by cdalton · 9 years ago
  45. 06604b9 Add GL indirect drawing APIs by cdalton · 9 years ago
  46. f49c75a Move Google3-specific stack limitation logic to template classes. by benjaminwagner · 9 years ago
  47. 7ea33f5 Initial version of external_oes texture support and unit test by bsalomon · 9 years ago
  48. 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
  49. 27a0487 Initial version of external_oes texture support and unit test by bsalomon · 9 years ago
  50. b1a32ad Add support for EGLImage to GrGLInterface by bsalomon · 9 years ago
  51. 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
  52. 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
  53. 98cad62 Fix setColocatedSampleLocations on ES and GL < 4.5 by cdalton · 9 years ago
  54. 0adfffb Fix dm with Chromium command buffer driver by kkinnunen · 9 years ago
  55. 3e77ba9 Implement stencil clipping in mixed sampled render targets by vbuzinov · 9 years ago
  56. 0fc1dbe SK_API for include/gpu/gl/GrGLInterface.h by halcanary · 9 years ago
  57. 885bf09 skia: add ability to load command_buffer_gles2 by hendrikw · 9 years ago
  58. 6bb6d40 Implement support for CHROMIUM_path_rendering pseudo extension by kkinnunen · 9 years ago
  59. 2853fe4 Revert of Implement support for CHROMIUM_path_rendering pseudo extension (patchset #4 id:60001 of https://codereview.chromium.org/1192663002/) by jvanverth · 9 years ago
  60. eeef46d Implement support for CHROMIUM_path_rendering pseudo extension by kkinnunen · 9 years ago
  61. cfe62e3 Cleanup legacy NVPR-related definitions by kkinnunen · 9 years ago
  62. 439f23e Revert of Cleanup legacy NVPR-related definitions (patchset #4 id:60001 of https://codereview.chromium.org/1177243004/) by jvanverth · 9 years ago
  63. e35b5d9 Cleanup legacy NVPR-related definitions by kkinnunen · 9 years ago
  64. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  65. 538bacb Revert of Cleanup legacy NVPR-related definitions (patchset #3 id:40001 of https://codereview.chromium.org/1177243004/) by fmalita · 9 years ago
  66. fb8d688 Cleanup legacy NVPR-related definitions by kkinnunen · 9 years ago
  67. d416a5b Implement SkGLContext swapBuffers with fence syncs by cdalton · 9 years ago
  68. 591a2ca Stop using the NVPR glyph loading functionality by kkinnunen · 9 years ago
  69. 6dc6f5f Add support for creating texture backed images where Skia will delete the texture. by bsalomon · 9 years ago
  70. 626e1ff Import functionality for new GL backend by cdalton · 9 years ago
  71. 1fe1858 Revert of Import functionality for new GL backend (patchset #2 id:20001 of https://codereview.chromium.org/1185573003/) by djsollen · 9 years ago
  72. 202c4c7 Import functionality for new GL backend by cdalton · 9 years ago
  73. 0edea2c Make mixed samples contingent on auxiliary extensions by cdalton · 9 years ago
  74. bae6f6c Add tokens and entry points for KHR_blend_equation_advanced by cdalton · 9 years ago
  75. 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
  76. 8e57885 Add tokens and entry points for KHR_blend_equation_advanced by cdalton · 9 years ago
  77. fd4167d Import glTextureBarrier by cdalton · 9 years ago
  78. 08b4d29 GrGLInterface: Add support for NV_framebuffer_mixed_samples by vbuzinov · 9 years ago
  79. ee64d6e Add glGetShaderPrecisionFormat by bsalomon · 10 years ago
  80. 27c1521 Add gpu support for glVertexAttrb1f, 2fv, and 3fv by egdaniel · 10 years ago
  81. f238091 Adding support for GL_CHROMIUM_copy_texture, part 1 by junov · 10 years ago
  82. 149b3ec Adds glMemoryGlyphIndexArrayNV to the GrGLInterface and begins by cdalton · 10 years ago
  83. c7103a1 Wrap NV_path_rendering API with GrGLPathRendering by cdalton · 10 years ago
  84. 760ba8d Revert "Adds a GrGLPathRendering class that wraps the NV_path_rendering" by bungeman · 10 years ago
  85. 5672da0 Adds a GrGLPathRendering class that wraps the NV_path_rendering by cdalton · 10 years ago
  86. c8f5204 Incorporate glStencilThenCover* nvpr methods by cdalton · 10 years ago
  87. 944bcf0 Some fixes around GrContext::abandonContext: by bsalomon · 10 years ago
  88. 8dd90cb Add IsPath to GrGLInterface by cdalton · 10 years ago
  89. 32b9a3b Add functions to support NV_path_rendering in OpenGL ES by kkinnunen · 10 years ago
  90. c986b1f Revert of Add functions to support NV_path_rendering in OpenGL ES (https://codereview.chromium.org/345723002/) by rmistry · 10 years ago
  91. 4a995df Add functions to support NV_path_rendering in OpenGL ES by kkinnunen · 10 years ago
  92. 37d20f7 Add support for glCompressedTexSubImage2D by krajcevski · 10 years ago
  93. 160b478 Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. by commit-bot@chromium.org · 10 years ago
  94. 53b614b Revert of Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. (https://codereview.chromium.org/243413002/) by djsollen@google.com · 10 years ago
  95. f9deb8a Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. by commit-bot@chromium.org · 10 years ago
  96. f669672 Use EXT_direct_state_access for path matrix manipulation by commit-bot@chromium.org · 10 years ago
  97. 0a6fe71 Use fixed function pipeline only when drawing paths by commit-bot@chromium.org · 10 years ago
  98. beb8b3a Add GL_CHROMIUM_map_sub functions to GrGLInterface and bit to GrGLCaps. by commit-bot@chromium.org · 10 years ago
  99. a34bb60 Add GL_ARB_invalidate_subdata functions to GrGLInterface. by bsalomon@google.com · 10 years ago
  100. f535561 Cleanup GrGLInterface after Chromium changes by commit-bot@chromium.org · 11 years ago