[Piglit] [PATCH v2] egl: doesn't allow egl to create a forward-compatible context with req ver < 3

2018-10-12 Thread asimiklit . work
From: Andrii Simiklit EGL_KHR_create_context spec says: "The default values for EGL_CONTEXT_MAJOR_VERSION_KHR and EGL_CONTEXT_MINOR_VERSION_KHR are 1 and 0 respectively." requesting a forward-compatible context for OpenGL versions less than 3.0 will

Re: [Piglit] [PATCH] egl: doesn't allow egl to create a forward-compatible context with req ver < 3

2018-10-12 Thread andrey simiklit
Hello, Thanks for reviewing. Please find my comments below: (I will be on vacation from 13.10.2018 till 20.10.2018. I can't say for sure that I will have a time to finish it today :-) ) On Thu, Oct 11, 2018 at 7:55 PM Matt Turner wrote: > Hello, > > Thanks for the patch. > > I notice that

Re: [Piglit] [PATCH v1] piglit/vbo: memory leak

2018-10-12 Thread Sergii Romantsov
Thanks, Ian. But just for case: don't have push-rights... On Fri, Oct 12, 2018 at 12:26 AM Ian Romanick wrote: > Reviewed-by: Ian Romanick > > On 10/11/2018 05:59 AM, Sergii Romantsov wrote: > > Trivial fix of memory leaking for test 'initialized-vbo'. > > > > Fixes: 6a467e00cfae