aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/gl/GrGLInterface.h
Commit message (Expand)AuthorAge
* Simplify GrGLInterface::abandonGravatar Hal Canary2018-07-02
* Fix abandonment of programsGravatar Robert Phillips2018-06-25
* Add versions of MakeGL() that don't require include GrGLInterface.h in order ...Gravatar Brian Salomon2018-04-06
* Remove image functions from GrGLInterface, part twoGravatar Brian Osman2018-02-12
* Remove (unused) NV_bindless_texture from GL interfaceGravatar Brian Osman2018-02-09
* Remove EXT_direct_state_access (unused)Gravatar Brian Osman2018-02-09
* Add GrGLMakeNativeInterface factory that returns sk_sp<const GrGLInterface>.Gravatar Brian Salomon2017-12-11
* API to cache shader binaries between runs of Skia.Gravatar Ethan Nicholas2017-11-02
* Add Make[backend] calls for creating GrContextsGravatar Greg Daniel2017-07-25
* Add test for flushing empty surface with semaphoresGravatar Greg Daniel2017-07-20
* Update gpu caps for valid sample counts.Gravatar Greg Daniel2017-07-19
* Revert "Revert "Add a flag to GrSurfaceFlags that requires the texture to be ...Gravatar Brian Salomon2017-05-23
* Revert "Add a flag to GrSurfaceFlags that requires the texture to be cleared ...Gravatar Brian Salomon2017-05-23
* Add a flag to GrSurfaceFlags that requires the texture to be cleared upon cre...Gravatar Brian Salomon2017-05-23
* Add glPolygonMode support.Gravatar Jim Van Verth2017-03-30
* Add support for Semaphores (gpu waiting on gpu) in GaneshGravatar Greg Daniel2017-03-02
* Add the ability to enable/disable GPU path renderersGravatar csmartdalton2017-02-22
* Add image functions to GrGLInterfaceGravatar Brian Salomon2016-11-15
* Add fence support for TransferBuffersGravatar jvanverth2016-09-30
* Add support for glDrawRangeElementsGravatar bsalomon2016-08-29
* Include EXT_window_rectangles APIGravatar csmartdalton2016-08-09
* Support ARB extensions for indirect drawingGravatar csmartdalton2016-06-03
* Enable NV_path_rendering in the Null GL.Gravatar svaisanen2016-04-20
* Add GLSL support for texelFetchGravatar cdalton2016-04-11
* Move SkGLContext and some GrGLInterface implementations to skgputest moduleGravatar bsalomon2016-03-30
* Revert of Move SkGLContext and some GrGLInterface implementations to skgputes...Gravatar robertphillips2016-03-30
* Move SkGLContext and some GrGLInterface implementations to skgputest moduleGravatar bsalomon2016-03-30
* Remove the GrGLInterface callback mechanism.Gravatar bsalomon2016-03-28
* added support for glMinSampleShadingGravatar ethannicholas2016-03-25
* Add caps and GL API for buffer textureGravatar cdalton2016-03-11
* Include glGetMultisamplefv APIGravatar cdalton2016-02-26
* Revert of Include glGetMultisamplefv API (patchset #1 id:1 of https://coderev...Gravatar ethannicholas2016-02-24
* Include glGetMultisamplefv APIGravatar cdalton2016-02-23
* Improve GLSL integer supportGravatar cdalton2016-02-08
* Replace GrGLInterface's function pointers with std::functions.Gravatar bsalomon2016-02-08
* Revert of Improve GLSL integer support (patchset #1 id:1 of https://coderevie...Gravatar dcheng2016-02-06
* Improve GLSL integer supportGravatar cdalton2016-02-05
* Add GL indirect drawing APIsGravatar cdalton2016-02-05
* Move Google3-specific stack limitation logic to template classes.Gravatar benjaminwagner2016-02-05
* Initial version of external_oes texture support and unit testGravatar bsalomon2015-11-22
* Revert of Initial version of external_oes texture support and unit test (patc...Gravatar bsalomon2015-11-20
* Initial version of external_oes texture support and unit testGravatar bsalomon2015-11-20
* Add support for EGLImage to GrGLInterfaceGravatar bsalomon2015-11-16
* Revert of Enable stencil clipping in mixed sampled render targets (patchset #...Gravatar cdalton2015-11-11
* Revert of Fix setColocatedSampleLocations on ES and GL < 4.5 (patchset #2 id:...Gravatar cdalton2015-11-11
* Fix setColocatedSampleLocations on ES and GL < 4.5Gravatar cdalton2015-11-03
* Fix dm with Chromium command buffer driverGravatar kkinnunen2015-10-13
* Implement stencil clipping in mixed sampled render targetsGravatar vbuzinov2015-09-30
* SK_API for include/gpu/gl/GrGLInterface.hGravatar halcanary2015-09-21
* skia: add ability to load command_buffer_gles2Gravatar hendrikw2015-08-27