[PATCH] glamor: add fallback if NULL EGLConfig is not supported

2015-03-04 Thread Jammy Zhou
Signed-off-by: Kai Guo Signed-off-by: Jammy Zhou --- glamor/glamor_egl.c | 28 ++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/glamor/glamor_egl.c b/glamor/glamor_egl.c index 113450c..b230e39 100644 --- a/glamor/glamor_egl.c +++ b/glamor/glamor_egl.c @

Re: [PATCH] glamor: add fallback if NULL EGLConfig is not supported

2015-03-24 Thread Eric Anholt
Jammy Zhou writes: > Signed-off-by: Kai Guo > Signed-off-by: Jammy Zhou What driver does this apply to? Is there a good reason for that driver not supporting EGL_MESA_configless context? It's a very nice extension, and trivial to implement. signature.asc Description: PGP signature

RE: [PATCH] glamor: add fallback if NULL EGLConfig is not supported

2015-03-24 Thread Zhou, Jammy
lto:e...@anholt.net] Sent: Wednesday, March 25, 2015 3:06 AM To: Zhou, Jammy; xorg-devel@lists.x.org Cc: Guo, Kai; Zhou, Jammy Subject: Re: [PATCH] glamor: add fallback if NULL EGLConfig is not supported Jammy Zhou writes: > Signed-off-by: Kai Guo > Signed-off-by: Jammy Zhou What driver does th

RE: [PATCH] glamor: add fallback if NULL EGLConfig is not supported

2015-03-25 Thread Eric Anholt
"Zhou, Jammy" writes: > Hi Eric, > > Thanks for your response. > > I think some binary blobs don't support EGL_MESA_configless > extension. We can argue that they should add this support, but it will > be good if we can also have some fallback there. You wrote the patch, so presumably you were w

RE: [PATCH] glamor: add fallback if NULL EGLConfig is not supported

2015-03-25 Thread Zhou, Jammy
Yep. I tried the Catalyst driver. Regards, Jammy -Original Message- From: Eric Anholt [mailto:e...@anholt.net] Sent: Thursday, March 26, 2015 3:14 AM To: Zhou, Jammy; xorg-devel@lists.x.org Cc: Guo, Kai Subject: RE: [PATCH] glamor: add fallback if NULL EGLConfig is not supported "