1. 389abd5 Simplify GrGLInterface::abandon by Hal Canary · 6 years ago
  2. 752e08b Fix abandonment of programs by Robert Phillips · 6 years ago
  3. f08d1d0 Stop using SkTSwap. by Ben Wagner · 6 years ago
  4. 29f2eaf Remove string.h from SkTypes.h by Ben Wagner · 6 years ago
  5. 6d138bf Reland "Remove GrBackendObject and all related functions from Skia." by Greg Daniel · 7 years ago
  6. a0ca909 Revert "Remove GrBackendObject and all related functions from Skia." by Brian Osman · 6 years ago
  7. ccd4cfc Remove GrBackendObject and all related functions from Skia. by Greg Daniel · 7 years ago
  8. ba375a8 Add SK_SUPPORT_LEGACY_BACKEND_OBJECTS by Robert Phillips · 7 years ago
  9. c1b9c10 Add versions of MakeGL() that don't require include GrGLInterface.h in order to use the GrGLMakeNativeInterface by Brian Salomon · 7 years ago
  10. 8caf85f Add GrBackendTexture/RenderTarget accessors to SkSurface by Robert Phillips · 7 years ago
  11. c550995 Add GrBackendTexture accessor to SkImage (take 2) by Robert Phillips · 7 years ago
  12. 1045013 GrGLExtensions: remove unneded unique_ptr by Hal Canary · 7 years ago
  13. 3fc79ea Remove image functions from GrGLInterface, part two by Brian Osman · 7 years ago
  14. 426e6c5 Remove (unused) NV_bindless_texture from GL interface by Brian Osman · 7 years ago
  15. 0ee0190 Remove EXT_direct_state_access (unused) by Brian Osman · 7 years ago
  16. 8f11d4d eliminate SK_BUILD_FOR_WIN32 by Mike Klein · 7 years ago
  17. faa095e Update SkSurface MakeFromBackend* factories to take an SkColorType. by Greg Daniel · 7 years ago
  18. 94f509b Rename GrGLAssembleFooInterface to GrGLMakeAssembledFooInterface. by Brian Salomon · 7 years ago
  19. 3d6801e Add GrGLMakeNativeInterface factory that returns sk_sp<const GrGLInterface>. by Brian Salomon · 7 years ago
  20. e7d8da4 Add support for internal gl format in GrGLTextureInfo by Greg Daniel · 7 years ago
  21. d1b2eec API to cache shader binaries between runs of Skia. by Ethan Nicholas · 7 years ago
  22. 71a1889 Revert "Revert "GrContext::dump that produces JSON formatted output"" by Brian Osman · 7 years ago
  23. 0f450ac Revert "GrContext::dump that produces JSON formatted output" by Brian Osman · 7 years ago
  24. 175af0d GrContext::dump that produces JSON formatted output by Brian Osman · 7 years ago
  25. 02611d9 Add Make[backend] calls for creating GrContexts by Greg Daniel · 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. e334c59 Attempt to work around iOS varying limit in GLPrograms test by Brian Salomon · 7 years ago
  33. 85d34b2 Remove SkCrossContextImageData and all support code by Brian Osman · 7 years ago
  34. bcf612b Revert "Revert "Plumb the use of GrBackendRenderTarget throughout Skia"" by Greg Daniel · 8 years ago
  35. e3bd422 Revert "Plumb the use of GrBackendRenderTarget throughout Skia" by Greg Daniel · 8 years ago
  36. fdd77da Plumb the use of GrBackendRenderTarget throughout Skia by Greg Daniel · 8 years ago
  37. 9dab18f Fix GrGLSync definition by Brian Salomon · 8 years ago
  38. 609e7cc Add glPolygonMode support. by Jim Van Verth · 8 years ago
  39. d85f97d Control making of GrSemaphore objects inside of GrResourceProvider by Greg Daniel · 8 years ago
  40. fe3b516 Use GrSemaphore rather than GrFence for external texture data by Brian Osman · 8 years ago
  41. 6be3523 Add support for Semaphores (gpu waiting on gpu) in Ganesh by Greg Daniel · 8 years ago
  42. 2c2bc11 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 8 years ago
  43. aa1ab89 Revert "Add GrExternalTextureData and SkCrossContextImageData" by Brian Osman · 8 years ago
  44. 9ad1f92 Add GrExternalTextureData and SkCrossContextImageData by Brian Osman · 8 years ago
  45. 008b9d8 Add the ability to enable/disable GPU path renderers by csmartdalton · 8 years ago
  46. 0b63ceb Add image functions to GrGLInterface by Brian Salomon · 8 years ago
  47. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  48. 84741b3 Add fence support for TransferBuffers by jvanverth · 8 years ago
  49. fc9527a Add support for glDrawRangeElements by bsalomon · 8 years ago
  50. 3d96cb8 Default GR_GL_FUNCTION_TYPE to __stdcall on Windows. by mtklein · 8 years ago
  51. 9bc1187 Include EXT_window_rectangles API by csmartdalton · 8 years ago
  52. 739bbb2 Fix glDraw*Indirect prototypes by csmartdalton · 8 years ago
  53. 5cebf8c Support ARB extensions for indirect drawing by csmartdalton · 8 years ago
  54. b988ecf Enable NV_path_rendering in the Null GL. by svaisanen · 9 years ago
  55. f8a6ce8 Add GLSL support for texelFetch by cdalton · 9 years ago
  56. 062bd86 Expose GrGLAssembleInterface by bsalomon · 9 years ago
  57. 3724e57 Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 9 years ago
  58. 6f70d43 Revert of Move SkGLContext and some GrGLInterface implementations to skgputest module (patchset #13 id:240001 of https://codereview.chromium.org/1815823002/ ) by robertphillips · 9 years ago
  59. fe3456c Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 9 years ago
  60. dec2943 Remove the GrGLInterface callback mechanism. by bsalomon · 9 years ago
  61. 28ef445 added support for glMinSampleShading by ethannicholas · 9 years ago
  62. b5a94e3 Store null GL context's state in interface object by bsalomon · 9 years ago
  63. 5f939ab Use std::unique_ptr. by mtklein · 9 years ago
  64. e7ec417 Revert of Use std::unique_ptr. (patchset #10 id:170001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 9 years ago
  65. 2691d76 Use std::unique_ptr. by mtklein · 9 years ago
  66. c04ce67 Add caps and GL API for buffer texture by cdalton · 9 years ago
  67. 218c846 Revert of Use std::unique_ptr. (patchset #8 id:130001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 9 years ago
  68. 3dd9ed3 Use std::unique_ptr. by mtklein · 9 years ago
  69. 977c07d Revert of Use std::unique_ptr. (patchset #7 id:120001 of https://codereview.chromium.org/1780933003/ ) by mtklein · 9 years ago
  70. 20c1e3a Use std::unique_ptr. by mtklein · 9 years ago
  71. f655e93 Revert of Implement support for using GL ES 3.0 with command buffer (patchset #6 id:100001 of https://codereview.chromium.org/1684413003/ ) by kkinnunen · 9 years ago
  72. eb79eea Include glGetMultisamplefv API by cdalton · 9 years ago
  73. 45c2c81 Implement support for using GL ES 3.0 with command buffer by kkinnunen · 9 years ago
  74. f15b07b Revert of Include glGetMultisamplefv API (patchset #1 id:1 of https://codereview.chromium.org/1720963002/ ) by ethannicholas · 9 years ago
  75. 69c1b24 Include glGetMultisamplefv API by cdalton · 9 years ago
  76. bf521ff Move SkTArray to include/private. by bungeman · 9 years ago
  77. eb00475 Use skstd::remove_pointer_t in GrGLFunction by bsalomon · 9 years ago
  78. 793dc26 Improve GLSL integer support by cdalton · 9 years ago
  79. 9f2dc27 Replace GrGLInterface's function pointers with std::functions. by bsalomon · 9 years ago
  80. c4d196c Revert of Improve GLSL integer support (patchset #1 id:1 of https://codereview.chromium.org/1669853002/ ) by dcheng · 9 years ago
  81. 3a2caf8 Improve GLSL integer support by cdalton · 9 years ago
  82. 06604b9 Add GL indirect drawing APIs by cdalton · 9 years ago
  83. f49c75a Move Google3-specific stack limitation logic to template classes. by benjaminwagner · 9 years ago
  84. b35c82d Add a background timing thread to kilobench by joshualitt · 9 years ago
  85. 01836ad Revert to old behavior for swap buffers by joshualitt · 9 years ago
  86. b59d1bc Add ability to wire up sharelist in glcontext creation by joshualitt · 9 years ago
  87. e5286e0 Beginning of support for texture rectangles. by bsalomon · 9 years ago
  88. 3405800 Make SkGLContext lifetime more well-defined by kkinnunen · 9 years ago
  89. 54e2ca5 Revert of Make SkGLContext lifetime more well-defined (patchset #7 id:120001 of https://codereview.chromium.org/1511773005/ ) by jcgregorio · 9 years ago
  90. 830e012 Make SkGLContext lifetime more well-defined by kkinnunen · 9 years ago
  91. 3e980c3 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  92. 0f515bd Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #21 id:400001 of https://codereview.chromium.org/1490113005/ ) by rmistry · 9 years ago
  93. 9ebc3f0 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  94. 4dabf83 Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #18 id:340001 of https://codereview.chromium.org/1490113005/ ) by joshualitt · 9 years ago
  95. c8b4336 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  96. 4ff653c Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #12 id:220001 of https://codereview.chromium.org/1490113005/ ) by reed · 9 years ago
  97. e13ca32 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  98. 7ea33f5 Initial version of external_oes texture support and unit test by bsalomon · 9 years ago
  99. 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
  100. 27a0487 Initial version of external_oes texture support and unit test by bsalomon · 9 years ago