Chromium Code Reviews| Index: gpu/command_buffer/common/gles2_cmd_utils.cc |
| =================================================================== |
| --- gpu/command_buffer/common/gles2_cmd_utils.cc (revision 72421) |
| +++ gpu/command_buffer/common/gles2_cmd_utils.cc (working copy) |
| @@ -193,6 +193,10 @@ |
| return 1; |
| case GL_VIEWPORT: |
| return 4; |
| + // -- glGetBooleanv, glGetFloatv, glGetIntergerv with |
| + // GL_CHROMIUM_framebuffer_multisample |
| + case GL_MAX_SAMPLES_EXT: |
| + return 1; |
| // -- glGetBufferParameteriv |
| case GL_BUFFER_SIZE: |