mesa: Implement GL_KHR_blend_equation_advanced_coherent.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 30 Jun 2016 04:53:06 +0000 (21:53 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Fri, 26 Aug 2016 02:22:10 +0000 (19:22 -0700)
This adds the extension enable (so drivers can advertise it) and the
extra boolean state flag, GL_BLEND_ADVANCED_COHERENT_KHR, which can
be set to request coherent blending.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Francisco Jerez <currojerez@riseup.net>

No differences found