| Index: src/gpu/gl/GrGLCaps.h
|
| diff --git a/src/gpu/gl/GrGLCaps.h b/src/gpu/gl/GrGLCaps.h
|
| index a4d567351e635166b8668dd9d251656f6530c025..a05d2b6faa33d6ecdc638818df8288c724b612b1 100644
|
| --- a/src/gpu/gl/GrGLCaps.h
|
| +++ b/src/gpu/gl/GrGLCaps.h
|
| @@ -54,7 +54,7 @@ public:
|
| */
|
| kNone_MSFBOType = 0,
|
| /**
|
| - * GL3.0-style MSAA FBO (GL_ARB_framebuffer_object)
|
| + * GL3.0-style MSAA FBO (GL_ARB_framebuffer_object).
|
| */
|
| kDesktop_ARB_MSFBOType,
|
| /**
|
| @@ -62,6 +62,10 @@ public:
|
| */
|
| kDesktop_EXT_MSFBOType,
|
| /**
|
| + * Similar to kDesktop_ARB but with additional restrictions on glBlitFramebuffer.
|
| + */
|
| + kES_3_0_MSFBOType,
|
| + /**
|
| * GL_APPLE_framebuffer_multisample ES extension
|
| */
|
| kES_Apple_MSFBOType,
|
|
|