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)
commit1bf9b2a6008552f5fdb8908c24c446fd7261efdd
tree42a1df93a23368b5b33c4a8b8251c689e5493ce9
parentc2b10cabed6468b998a9c4d0ada7953d93311029
mesa: Implement GL_KHR_blend_equation_advanced_coherent.

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>
src/mesa/main/blend.c
src/mesa/main/enable.c
src/mesa/main/extensions_table.h
src/mesa/main/get.c
src/mesa/main/get_hash_params.py
src/mesa/main/mtypes.h