commit | 9198b422852a9640e47c2851679b0c69be3eac68 | [log] [tgz] |
---|---|---|
author | ed <[email protected]> | Thu Oct 23 15:01:37 2014 |
committer | Commit bot <[email protected]> | Thu Oct 23 15:01:55 2014 |
tree | 64f6baafc3839a353d0da7f718df2286433fd4d0 | |
parent | 590f757c041e4271fb7fe1e646647c6718c753c5 [diff] [blame] |
Add support for all blendmodes if we have GL_KHR_blend_equation_advanced. BUG=243223 Review URL: https://codereview.chromium.org/643373003 Cr-Commit-Position: refs/heads/master@{#300887}
diff --git a/gpu/command_buffer/cmd_buffer_functions.txt b/gpu/command_buffer/cmd_buffer_functions.txt index 49cb4339..37c33be0 100644 --- a/gpu/command_buffer/cmd_buffer_functions.txt +++ b/gpu/command_buffer/cmd_buffer_functions.txt
@@ -222,3 +222,5 @@ GL_APICALL void GL_APIENTRY glMatrixLoadfCHROMIUM (GLenumMatrixMode matrixMode, const GLfloat* m); GL_APICALL void GL_APIENTRY glMatrixLoadIdentityCHROMIUM (GLenumMatrixMode matrixMode); +// Extension KHR_blend_equation_advanced +GL_APICALL void GL_APIENTRY glBlendBarrierKHR (void);