On 1 November 2015 at 22:59, Ilia Mirkin <[email protected]> wrote:
> On Sun, Nov 1, 2015 at 5:53 PM, Timothy Arceri
> <[email protected]> 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).
Actually I've added the 4.30 requirement is due to the std430 layout
qualifier. Having a closer look I cannot quite find the specific
extension that introduces it. Does anyone have any tips so we can add
it to the list, and drop the version as suggested (to 1.40).

It just hit me that despite the "required" extensions at the top, I'm
only using 'enable' in the actual tests. Upon closer look some
piglits, do the same while others, us required in both places. Any
suggestions which one we should opt for ?

Thanks
Emil
_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to