mesa: Advertise EXT_float_blend in ES 3.0+ contexts.
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 8 Feb 2019 05:58:57 +0000 (21:58 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 12 Feb 2019 18:57:25 +0000 (10:57 -0800)
commit5a006b026de5e1a26d1de5ca635773658846ce39
tree3d28813af0990eb6debdaa538c9991d17906b815
parentd3dfa86a30040f2de08350a82aa0482936a147ad
mesa: Advertise EXT_float_blend in ES 3.0+ contexts.

This extension simply drops a draw time restriction:

    "Furthermore, an INVALID_OPERATION error is generated by
     DrawArrays and the other drawing commands defined in section
     2.8.3 (10.5 in ES 3.1) if blending is enabled (see below) and
     any draw buffer has 32-bit floating-point format components."

We never correctly enforced this restriction anyway, so we were
basically already implementing it.  We just need to advertise it
for our behavior to be correct.

The extension requires EXT_color_buffer_float, but we already enable
that via dummy_true.  So we can dummy_true this one as well.

Found while debugging WebGL conformance tests.  Does not fix any.

Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
src/mesa/main/extensions_table.h