Re: [Piglit] [PATCH v2] framework/wflinfo: use x11_egl for gles with mixed_glx_egl

2018-10-11 Thread Dylan Baker
Quoting Emil Velikov (2018-10-11 03:48:20) > On Fri, 5 Oct 2018 at 17:06, Dylan Baker wrote: > > > > Because wflinfo returns GL legacy (non-profile) for gles on glx. > > > > v2: - If the platform is pure GLX then warn that things aren't going to > > work. > > --- > > framework/wflinfo.py |

Re: [Piglit] [PATCH v2] framework/wflinfo: use x11_egl for gles with mixed_glx_egl

2018-10-11 Thread Eric Engestrom
On Friday, 2018-10-05 09:06:24 -0700, Dylan Baker wrote: > Because wflinfo returns GL legacy (non-profile) for gles on glx. > > v2: - If the platform is pure GLX then warn that things aren't going to > work. > --- > framework/wflinfo.py | 21 +++-- > 1 file changed, 19 inser

Re: [Piglit] [PATCH v2] framework/wflinfo: use x11_egl for gles with mixed_glx_egl

2018-10-11 Thread Emil Velikov
On Fri, 5 Oct 2018 at 17:06, Dylan Baker wrote: > > Because wflinfo returns GL legacy (non-profile) for gles on glx. > > v2: - If the platform is pure GLX then warn that things aren't going to > work. > --- > framework/wflinfo.py | 21 +++-- > 1 file changed, 19 insertions(+

[Piglit] [PATCH v2] framework/wflinfo: use x11_egl for gles with mixed_glx_egl

2018-10-05 Thread Dylan Baker
Because wflinfo returns GL legacy (non-profile) for gles on glx. v2: - If the platform is pure GLX then warn that things aren't going to work. --- framework/wflinfo.py | 21 +++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/framework/wflinfo.py b/framework