Re: [Mesa-dev] [PATCH v2] gallium: Correctly handle no config context creation

2018-09-10 Thread Marek Olšák
Pushed, thanks for the patch! Marek On Sat, Sep 8, 2018 at 11:57 PM, Elie Tournier wrote: > If you don't mind, can you please push this patch for me? > I don't have git access. > > Thanks a lot, > Elie > On Fri, 7 Sep 2018 at 22:49, Marek Olšák wrote: >> >> Reviewed-by: Marek Olšák >> >> Marek

Re: [Mesa-dev] [PATCH v2] gallium: Correctly handle no config context creation

2018-09-08 Thread Elie Tournier
If you don't mind, can you please push this patch for me? I don't have git access. Thanks a lot, Elie On Fri, 7 Sep 2018 at 22:49, Marek Olšák wrote: > > Reviewed-by: Marek Olšák > > Marek > > On Thu, Sep 6, 2018 at 5:46 AM, Elie Tournier wrote: > > This patch fixes the following Piglit test: >

Re: [Mesa-dev] [PATCH v2] gallium: Correctly handle no config context creation

2018-09-07 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Thu, Sep 6, 2018 at 5:46 AM, Elie Tournier wrote: > This patch fixes the following Piglit test: > spec@egl_mesa_configless_context@basic > It also fixes few test in a virgl guest. > > v2: Evaluate the value of no_config (Ilia) > > Suggested-by: Emil Velikov >

[Mesa-dev] [PATCH v2] gallium: Correctly handle no config context creation

2018-09-06 Thread Elie Tournier
This patch fixes the following Piglit test: spec@egl_mesa_configless_context@basic It also fixes few test in a virgl guest. v2: Evaluate the value of no_config (Ilia) Suggested-by: Emil Velikov Signed-off-by: Elie Tournier --- src/gallium/include/state_tracker/st_api.h | 2 ++ src/gallium/sta