1. 43e3dc9 Remove NVPR entry points from Skia's GL interface by Robert Phillips · 3 years, 8 months ago
  2. 5bdbdf4 Update glMultiDraw... to use GLuint* for baseInstances by Chris Dalton · 4 years, 4 months ago
  3. b490eb2 Add ANGLE's glMultiDraw*BaseInstance functions to the GL interface by Chris Dalton · 4 years, 4 months ago
  4. 80f865f Use GL_ANGLE_base_vertex_base_instance by Chris Dalton · 4 years, 7 months ago
  5. ccbf54a Add glDraw*BaseInstance functions to GrGLInterface by Chris Dalton · 4 years, 7 months ago
  6. 87c3142 Add functions for GL_NV_fence to GrGLInterface. by Brian Salomon · 4 years, 10 months ago
  7. e1196c5 Add a mechanism to insert framebuffer barriers for NVIDIA tessellation by Chris Dalton · 4 years, 10 months ago
  8. 5a2f962 Add back door support for GLSL tessellation shaders by Chris Dalton · 4 years, 10 months ago
  9. 38f0a49 Add GL_QCOM_TILED_RENDERING as an optional interface by Chris Dalton · 5 years ago
  10. 768f900 Revert "Use GL_QCOM_TILED_RENDERING to explicitly discard stencil" by Brian Salomon · 5 years ago
  11. 7e6d3b0 Use GL_QCOM_TILED_RENDERING to explicitly discard stencil by Chris Dalton · 5 years ago
  12. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  13. 4c56b03 Drop support for GL_EXT_raster_multisample by Chris Dalton · 6 years ago
  14. 2cb3b95 Remove GR_GL_USE_NEW_SHADER_SOURCE_SIGNATURE flag. by Brian Salomon · 6 years ago
  15. 0a7e58f Add glTexParameterf[v] to GrGLInterface by Brian Salomon · 6 years ago
  16. f5bbf66 Finish removing sample shading support by Brian Osman · 6 years ago
  17. a2a94a4 Add GrGLInterface support for sampler objects and GrGLCaps detection. by Brian Salomon · 6 years ago
  18. 23952e2 Remove legacy GrGLFunction specialization by Brian Salomon · 6 years ago
  19. 2424ec4 Make GrGLInterface great for Win32 x86 again by Brian Salomon · 6 years ago
  20. 752e08b Fix abandonment of programs by Robert Phillips · 6 years ago
  21. 29f2eaf Remove string.h from SkTypes.h by Ben Wagner · 6 years ago
  22. 3fc79ea Remove image functions from GrGLInterface, part two by Brian Osman · 7 years ago
  23. 426e6c5 Remove (unused) NV_bindless_texture from GL interface by Brian Osman · 7 years ago
  24. 0ee0190 Remove EXT_direct_state_access (unused) by Brian Osman · 7 years ago
  25. d1b2eec API to cache shader binaries between runs of Skia. by Ethan Nicholas · 7 years ago
  26. 7634330 reduce code size in GrGLTestInterface.o and GrGLAssembleInterface.o by Mike Klein · 7 years ago
  27. dba7e7c Add test for flushing empty surface with semaphores by Greg Daniel · 7 years ago
  28. 81e7bf8 Update gpu caps for valid sample counts. by Greg Daniel · 7 years ago
  29. d17b4a6 Revert "Revert "Add a flag to GrSurfaceFlags that requires the texture to be cleared upon creation. "" by Brian Salomon · 7 years ago
  30. a9e795e Revert "Add a flag to GrSurfaceFlags that requires the texture to be cleared upon creation. " by Brian Salomon · 7 years ago
  31. 45e5068 Add a flag to GrSurfaceFlags that requires the texture to be cleared upon creation. by Brian Salomon · 7 years ago
  32. 609e7cc Add glPolygonMode support. by Jim Van Verth · 8 years ago
  33. 6be3523 Add support for Semaphores (gpu waiting on gpu) in Ganesh by Greg Daniel · 8 years ago
  34. 0b63ceb Add image functions to GrGLInterface by Brian Salomon · 8 years ago
  35. 84741b3 Add fence support for TransferBuffers by jvanverth · 8 years ago
  36. fc9527a Add support for glDrawRangeElements by bsalomon · 8 years ago
  37. 9bc1187 Include EXT_window_rectangles API by csmartdalton · 8 years ago
  38. 739bbb2 Fix glDraw*Indirect prototypes by csmartdalton · 8 years ago
  39. f8a6ce8 Add GLSL support for texelFetch by cdalton · 9 years ago
  40. 28ef445 added support for glMinSampleShading by ethannicholas · 9 years ago
  41. b5a94e3 Store null GL context's state in interface object by bsalomon · 9 years ago
  42. c04ce67 Add caps and GL API for buffer texture by cdalton · 9 years ago
  43. eb79eea Include glGetMultisamplefv API by cdalton · 9 years ago
  44. f15b07b Revert of Include glGetMultisamplefv API (patchset #1 id:1 of https://codereview.chromium.org/1720963002/ ) by ethannicholas · 9 years ago
  45. 69c1b24 Include glGetMultisamplefv API by cdalton · 9 years ago
  46. eb00475 Use skstd::remove_pointer_t in GrGLFunction by bsalomon · 9 years ago
  47. 793dc26 Improve GLSL integer support by cdalton · 9 years ago
  48. 9f2dc27 Replace GrGLInterface's function pointers with std::functions. by bsalomon · 9 years ago
  49. c4d196c Revert of Improve GLSL integer support (patchset #1 id:1 of https://codereview.chromium.org/1669853002/ ) by dcheng · 9 years ago
  50. 3a2caf8 Improve GLSL integer support by cdalton · 9 years ago
  51. 06604b9 Add GL indirect drawing APIs by cdalton · 9 years ago
  52. 7ea33f5 Initial version of external_oes texture support and unit test by bsalomon · 9 years ago
  53. 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
  54. 27a0487 Initial version of external_oes texture support and unit test by bsalomon · 9 years ago
  55. b1a32ad Add support for EGLImage to GrGLInterface by bsalomon · 9 years ago
  56. 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
  57. 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
  58. 98cad62 Fix setColocatedSampleLocations on ES and GL < 4.5 by cdalton · 9 years ago
  59. 2fc11d3 Move definitions of GrGL basic types (e.g. GrGLenum) to their own header. by bsalomon · 9 years ago
  60. 0adfffb Fix dm with Chromium command buffer driver by kkinnunen · 9 years ago
  61. 3e77ba9 Implement stencil clipping in mixed sampled render targets by vbuzinov · 9 years ago
  62. 6bb6d40 Implement support for CHROMIUM_path_rendering pseudo extension by kkinnunen · 9 years ago
  63. 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
  64. eeef46d Implement support for CHROMIUM_path_rendering pseudo extension by kkinnunen · 9 years ago
  65. cfe62e3 Cleanup legacy NVPR-related definitions by kkinnunen · 9 years ago
  66. 439f23e Revert of Cleanup legacy NVPR-related definitions (patchset #4 id:60001 of https://codereview.chromium.org/1177243004/) by jvanverth · 9 years ago
  67. e35b5d9 Cleanup legacy NVPR-related definitions by kkinnunen · 9 years ago
  68. 538bacb Revert of Cleanup legacy NVPR-related definitions (patchset #3 id:40001 of https://codereview.chromium.org/1177243004/) by fmalita · 9 years ago
  69. fb8d688 Cleanup legacy NVPR-related definitions by kkinnunen · 9 years ago
  70. 591a2ca Stop using the NVPR glyph loading functionality by kkinnunen · 9 years ago
  71. 6dc6f5f Add support for creating texture backed images where Skia will delete the texture. by bsalomon · 9 years ago
  72. 626e1ff Import functionality for new GL backend by cdalton · 9 years ago
  73. 1fe1858 Revert of Import functionality for new GL backend (patchset #2 id:20001 of https://codereview.chromium.org/1185573003/) by djsollen · 9 years ago
  74. 202c4c7 Import functionality for new GL backend by cdalton · 9 years ago
  75. 0edea2c Make mixed samples contingent on auxiliary extensions by cdalton · 9 years ago
  76. bae6f6c Add tokens and entry points for KHR_blend_equation_advanced by cdalton · 10 years ago
  77. 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 · 10 years ago
  78. 8e57885 Add tokens and entry points for KHR_blend_equation_advanced by cdalton · 10 years ago
  79. fd4167d Import glTextureBarrier by cdalton · 10 years ago
  80. 08b4d29 GrGLInterface: Add support for NV_framebuffer_mixed_samples by vbuzinov · 10 years ago
  81. ee64d6e Add glGetShaderPrecisionFormat by bsalomon · 10 years ago
  82. 2ecf86e Revert of Revert of Turn on NVPR 4x MSAA by default when supported in DM and nanobench. (patchset #1 id:1 of https://codereview.chromium.org/693933004/) by mtklein · 10 years ago
  83. d5cd4ee Revert of Turn on NVPR 4x MSAA by default when supported in DM and nanobench. (patchset #2 id:20001 of https://codereview.chromium.org/704563003/) by egdaniel · 10 years ago
  84. 31f8867 Turn on NVPR 4x MSAA by default when supported in DM and nanobench. by mtklein · 10 years ago
  85. 27c1521 Add gpu support for glVertexAttrb1f, 2fv, and 3fv by egdaniel · 10 years ago
  86. f238091 Adding support for GL_CHROMIUM_copy_texture, part 1 by junov · 10 years ago
  87. 149b3ec Adds glMemoryGlyphIndexArrayNV to the GrGLInterface and begins by cdalton · 10 years ago
  88. c7103a1 Wrap NV_path_rendering API with GrGLPathRendering by cdalton · 10 years ago
  89. 760ba8d Revert "Adds a GrGLPathRendering class that wraps the NV_path_rendering" by bungeman · 10 years ago
  90. 5672da0 Adds a GrGLPathRendering class that wraps the NV_path_rendering by cdalton · 10 years ago
  91. c8f5204 Incorporate glStencilThenCover* nvpr methods by cdalton · 10 years ago
  92. 8dd90cb Add IsPath to GrGLInterface by cdalton · 10 years ago
  93. 32b9a3b Add functions to support NV_path_rendering in OpenGL ES by kkinnunen · 10 years ago
  94. c986b1f Revert of Add functions to support NV_path_rendering in OpenGL ES (https://codereview.chromium.org/345723002/) by rmistry · 10 years ago
  95. 4a995df Add functions to support NV_path_rendering in OpenGL ES by kkinnunen · 10 years ago
  96. 37d20f7 Add support for glCompressedTexSubImage2D by krajcevski · 10 years ago
  97. 160b478 Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. by commit-bot@chromium.org · 11 years ago
  98. 53b614b Revert of Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. (https://codereview.chromium.org/243413002/) by djsollen@google.com · 11 years ago
  99. f9deb8a Add support for glMapBufferRange. Use glMapBufferRange and glMapBufferSubData. by commit-bot@chromium.org · 11 years ago
  100. f669672 Use EXT_direct_state_access for path matrix manipulation by commit-bot@chromium.org · 11 years ago