summaryrefslogtreecommitdiff
path: root/cogl/cogl/cogl-blend-string.c
diff options
context:
space:
mode:
Diffstat (limited to 'cogl/cogl/cogl-blend-string.c')
-rw-r--r--cogl/cogl/cogl-blend-string.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/cogl/cogl/cogl-blend-string.c b/cogl/cogl/cogl-blend-string.c
index b109df1ba..7acaddd07 100644
--- a/cogl/cogl/cogl-blend-string.c
+++ b/cogl/cogl/cogl-blend-string.c
@@ -216,16 +216,6 @@ validate_blend_statements (CoglBlendStringStatement *statements,
_COGL_GET_CONTEXT (ctx, 0);
- if (n_statements == 2 &&
- !ctx->glBlendEquationSeparate &&
- statements[0].function->type != statements[1].function->type)
- {
- error_string = "Separate blend functions for the RGB an A "
- "channels isn't supported by the driver";
- detail = COGL_BLEND_STRING_ERROR_GPU_UNSUPPORTED_ERROR;
- goto error;
- }
-
for (i = 0; i < n_statements; i++)
for (j = 0; j < statements[i].function->argc; j++)
{