| Index: src/gpu/gl/GrGLCaps.h
|
| ===================================================================
|
| --- src/gpu/gl/GrGLCaps.h (revision 10891)
|
| +++ src/gpu/gl/GrGLCaps.h (working copy)
|
| @@ -54,7 +54,7 @@
|
| */
|
| 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 @@
|
| */
|
| 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,
|
|
|