On Sun, Nov 1, 2015 at 5:53 PM, Timothy Arceri
<timothy.arc...@collabora.com> wrote:
> On Tue, 2015-10-27 at 15:34 +0000, Emil Velikov wrote:
> - Your a bunch or your tests require the extension and also the glsl verion to
> be 4.30 where we know the extension will exist. You should instead change the
> glsl version to the lowest version that the extension requires otherwise these
> test will not be run on Mesa until a driver enables 4.30.

Actually the functionality isn't available until GLSL 4.40. However
the ext spec says:

    OpenGL 3.1 and GLSL 1.40 or later are required.

So that should be the requirement of the tests as well, unless they're
also testing things that only came about in later GL versions (e.g.
GS).
_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to