[Piglit] [PATCH 1/7] gl-1.0-blend: Fix problems with blend extension detection

Eric Anholt eric at anholt.net
Wed May 2 17:47:39 UTC 2018


Ian Romanick <idr at freedesktop.org> writes:

> From: Ian Romanick <ian.d.romanick at intel.com>
>
> There were two bugs here.  First, GL_EXT_blend_color and
> GL_EXT_blend_func_separate were only tested if the version is 1.4.  This
> is unnecessary because those extensions are part of OpenGL 1.4.  Second,
> GL_EXT_blend_minmax was typoed GL_EXT_blend_min_max.

Looks like GL_EXT_blend_color at least is only in 1.4 if the imaging
subset is supported, which it looks like we don't do in Mesa.  So I
think we should disentangle these two changes, and r-b from me on the
typo fix.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 832 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/piglit/attachments/20180502/9d4cda6f/attachment.sig>


More information about the Piglit mailing list