Re: [Mesa-dev] [PATCH 0/7] EGLDevice, take 2.1

2018-12-03 Thread Gurchetan Singh
On Mon, Dec 3, 2018 at 8:06 AM Emil Velikov wrote: > Hi Gurchetan, > > On Thu, 29 Nov 2018 at 23:41, Gurchetan Singh > wrote: > > > > Does this require libdrm 2.4.95 for virtio-gpu? With > > platform_surfaceless, I keep getting "DRI2: failed to find EGLDevice" > > and the failure is happening i

Re: [Mesa-dev] [PATCH 0/7] EGLDevice, take 2.1

2018-12-03 Thread Emil Velikov
Hi Gurchetan, On Thu, 29 Nov 2018 at 23:41, Gurchetan Singh wrote: > > Does this require libdrm 2.4.95 for virtio-gpu? With > platform_surfaceless, I keep getting "DRI2: failed to find EGLDevice" > and the failure is happening in "drmGetDevice2(fd, 0, &device)". virtio-gpu should work fine with

Re: [Mesa-dev] [PATCH 0/7] EGLDevice, take 2.1

2018-11-29 Thread Gurchetan Singh
Does this require libdrm 2.4.95 for virtio-gpu? With platform_surfaceless, I keep getting "DRI2: failed to find EGLDevice" and the failure is happening in "drmGetDevice2(fd, 0, &device)".On Sat, Oct 20, 2018 at 11:46 PM Mathias Fröhlich wrote: > > Hi Emil, > > On Wednesday, 3 October 2018 16:02:4

Re: [Mesa-dev] [PATCH 0/7] EGLDevice, take 2.1

2018-10-20 Thread Mathias Fröhlich
Hi Emil, On Wednesday, 3 October 2018 16:02:40 CEST Emil Velikov wrote: > This re-spin of the series includes: > - correct flipped asserts > - cosmetic wording/comment fixes > - drop EGL_EXT_platform_device patches (swrast is broken) > - add the EGL_MESA_device_software spec patch > > At this

Re: [Mesa-dev] [PATCH 0/7] EGLDevice, take 2.1

2018-10-17 Thread Emil Velikov
On Wed, 3 Oct 2018 at 15:08, Emil Velikov wrote: > > Hi all, > > This re-spin of the series includes: > - correct flipped asserts > - cosmetic wording/comment fixes > - drop EGL_EXT_platform_device patches (swrast is broken) > - add the EGL_MESA_device_software spec patch > > At this point we

[Mesa-dev] [PATCH 0/7] EGLDevice, take 2.1

2018-10-03 Thread Emil Velikov
Hi all, This re-spin of the series includes: - correct flipped asserts - cosmetic wording/comment fixes - drop EGL_EXT_platform_device patches (swrast is broken) - add the EGL_MESA_device_software spec patch At this point we should be pretty much set, so any formal Ack/Rb will be appreciated.