Re: [Mesa-dev] [PATCH 0/7] DRI3 support for EGL (v4)

2015-12-07 Thread Martin Peres
On 07/12/15 03:01, Mike Lothian wrote: Hi Have you had any success with this? Cheers Mike Hey Mike, We had a discussion with the main developer of kwin: https://www.mail-archive.com/mesa-dev@lists.freedesktop.org/msg99740.html Sorry for not including you :s Thanks a lot for your bug

Re: [Mesa-dev] [PATCH 0/7] DRI3 support for EGL (v4)

2015-12-06 Thread Mike Lothian
Hi Have you had any success with this? Cheers Mike On Wed, 18 Nov 2015 at 02:27 Boyan Ding wrote: > 2015-11-18 8:04 GMT+08:00 Martin Peres : > > > > > > On 18/11/15 01:37, Mike Lothian wrote: > >> > >> > >> Hi > >> > >> Out of interest have any

Re: [Mesa-dev] [PATCH 0/7] DRI3 support for EGL (v4)

2015-11-17 Thread Martin Peres
On 10/11/15 20:26, Axel Davy wrote: Hi, I did take a look, and it looks good to me. I'm happy you implemented DRI_PRIME support as well. About it, do you need testers to check everything works ? A mistake about it I noticed is that you don't disable EGL_KHR_image_pixmap when

Re: [Mesa-dev] [PATCH 0/7] DRI3 support for EGL (v4)

2015-11-17 Thread Mike Lothian
Hi Out of interest have any of you tested this on Plasma5? When I set OpenGL & EGL in kwin and I'm using DRI3 compositing is disabled (it wasn't before) This is on Kabini using the latest mesa, xorg and radeon drivers from got Cheers Mike On Tue, 17 Nov 2015, 3:31 p.m. Martin Peres

Re: [Mesa-dev] [PATCH 0/7] DRI3 support for EGL (v4)

2015-11-17 Thread Martin Peres
On 18/11/15 01:37, Mike Lothian wrote: Hi Out of interest have any of you tested this on Plasma5? When I set OpenGL & EGL in kwin and I'm using DRI3 compositing is disabled (it wasn't before) This is on Kabini using the latest mesa, xorg and radeon drivers from got Cheers Mike Hey

Re: [Mesa-dev] [PATCH 0/7] DRI3 support for EGL (v4)

2015-11-17 Thread Boyan Ding
2015-11-18 8:04 GMT+08:00 Martin Peres : > > > On 18/11/15 01:37, Mike Lothian wrote: >> >> >> Hi >> >> Out of interest have any of you tested this on Plasma5? When I set OpenGL >> & EGL in kwin and I'm using DRI3 compositing is disabled (it wasn't before) >> >> This is on

Re: [Mesa-dev] [PATCH 0/7] DRI3 support for EGL (v4)

2015-11-13 Thread Emil Velikov
On 10 November 2015 at 17:30, Martin Peres wrote: > Here is an update to the v3, addressing almost all the comments I got during > the previous round. The one item that is left to do is the handling of > EGL_BUFFER_PRESERVED which will take some time since I need to

Re: [Mesa-dev] [PATCH 0/7] DRI3 support for EGL (v4)

2015-11-10 Thread Axel Davy
Hi, I did take a look, and it looks good to me. I'm happy you implemented DRI_PRIME support as well. About it, do you need testers to check everything works ? A mistake about it I noticed is that you don't disable EGL_KHR_image_pixmap when is_different_gpu is set. It should be disabled, just

[Mesa-dev] [PATCH 0/7] DRI3 support for EGL (v4)

2015-11-10 Thread Martin Peres
Here is an update to the v3, addressing almost all the comments I got during the previous round. The one item that is left to do is the handling of EGL_BUFFER_PRESERVED which will take some time since I need to write a piglit test for it.