mesa: Allow advanced blending enums in glBlendEquation[i].
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 28 Jun 2016 16:18:19 +0000 (09:18 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Fri, 26 Aug 2016 02:22:09 +0000 (19:22 -0700)
commit74837e3e913f18954ae596f305f42bf71cf6ba78
treecaf9d298b726761bfbdf73a3de4d70e37d6599fa
parent80df3c030e061aa8b72f7032125532ce98524d0c
mesa: Allow advanced blending enums in glBlendEquation[i].

Don't allow them in glBlendEquationSeparate[i], though, as required
by the spec.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Francisco Jerez <currojerez@riseup.net>
src/mesa/main/blend.c