skia2/include/gpu/gl
Chris Dalton 4c56b03cfd Drop support for GL_EXT_raster_multisample
We had only used this extension in conjunction with
GL_NV_framebuffer_mixed_samples to draw directly to the framebuffer.
However, it's faster and higher quality to just use our own analytic
AA if we can draw directly to the framebuffer.

It might have been interesting to fake mixed samples using
GL_EXT_raster_multisample and PLS together, but those two extensions
don't appear to ever exist together.

Bug: skia:
Change-Id: Iea489cb0e03fc55aa64d3ea7fccc61b539cc461e
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/197082
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Chris Dalton <csmartdalton@google.com>
2019-03-05 11:35:21 +00:00
..
GrGLAssembleInterface.h Rename GrGLAssembleFooInterface to GrGLMakeAssembledFooInterface. 2017-12-11 22:03:38 +00:00
GrGLConfig_chrome.h Infer GL null buffer hint usage from whether on command buffer or WebGL. 2018-12-19 20:28:05 +00:00
GrGLConfig.h Infer GL null buffer hint usage from whether on command buffer or WebGL. 2018-12-19 20:28:05 +00:00
GrGLExtensions.h Make GrGLInterface great for Win32 x86 again 2018-08-27 16:09:48 +00:00
GrGLFunctions.h Drop support for GL_EXT_raster_multisample 2019-03-05 11:35:21 +00:00
GrGLInterface.h Drop support for GL_EXT_raster_multisample 2019-03-05 11:35:21 +00:00
GrGLTypes.h Remove obsolete SK_IGNORE_ defines 2018-11-13 15:38:03 +00:00