Ian Romanick <[email protected]> writes: > From: Ian Romanick <[email protected]> > > 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.
signature.asc
Description: PGP signature
_______________________________________________ Piglit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/piglit
