[Piglit] [PATCH] glx_ext_create_context_es2_profile: Allow GLES 3.2.
Kyle Brenneman
kyle.brenneman at gmail.com
Mon Dec 21 13:59:06 PST 2015
I don't have push access, so someone else would need to check it in.
Thanks,
-Kyle Brenneman
On Dec 21, 2015 2:26 PM, "Dylan Baker" <baker.dylan.c at gmail.com> wrote:
> Reviewed-by: Dylan Baker <baker.dylan.c at gmail.com>
>
> Do you have push access, or should Vinson or I push this for you?
>
> On Sat, Dec 19, 2015 at 10:54 AM, Kyle Brenneman <kyle.brenneman at gmail.com
> > wrote:
>
>> Change the invalid opengl es version test to check for GLES 3.3 instead
>> of 3.2,
>> since OpenGL ES 3.2 is a valid version number now.
>>
>> Tested on NVIDIA driver version 352.63 and Mesa 10.1.3.
>> ---
>> tests/spec/glx_arb_create_context/invalid-es-version.c | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/tests/spec/glx_arb_create_context/invalid-es-version.c
>> b/tests/spec/glx_arb_create_context/invalid-es-version.c
>> index 3bae0ba..d4944fc 100644
>> --- a/tests/spec/glx_arb_create_context/invalid-es-version.c
>> +++ b/tests/spec/glx_arb_create_context/invalid-es-version.c
>> @@ -93,7 +93,7 @@ int main(int argc, char **argv)
>> */
>> pass = try_version(1, 2) && pass;
>> pass = try_version(2, 1) && pass;
>> - pass = try_version(3, 2) && pass;
>> + pass = try_version(3, 3) && pass;
>>
>> GLX_ARB_create_context_teardown();
>>
>> --
>> 1.9.1
>>
>> _______________________________________________
>> Piglit mailing list
>> Piglit at lists.freedesktop.org
>> http://lists.freedesktop.org/mailman/listinfo/piglit
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/piglit/attachments/20151221/4f099d54/attachment.html>
More information about the Piglit
mailing list