Re: [Mesa-dev] [PATCH v2 8/8] egl: add EGL_platform_device support

2019-04-04 Thread Mathias Fröhlich
Good morning, On Wednesday, 3 April 2019 16:51:03 CEST Marek Olšák wrote: > On Wed, Apr 3, 2019 at 10:13 AM Mathias Fröhlich > wrote: > > > > What is missing for merging this? > > > > I saw the pbuffer swrast crash and proposed to disable them via the > > 3rd patch that I pushed into my branch f

Re: [Mesa-dev] [PATCH v2 8/8] egl: add EGL_platform_device support

2019-04-04 Thread Emil Velikov
On Wed, 3 Apr 2019 at 15:51, Marek Olšák wrote: > > On Wed, Apr 3, 2019 at 10:13 AM Mathias Fröhlich > wrote: >> >> > What is missing for merging this? >> >> I saw the pbuffer swrast crash and proposed to disable them via the >> 3rd patch that I pushed into my branch for you. >> Emil never respo

Re: [Mesa-dev] [PATCH v2 8/8] egl: add EGL_platform_device support

2019-04-03 Thread Marek Olšák
On Wed, Apr 3, 2019 at 10:13 AM Mathias Fröhlich wrote: > > What is missing for merging this? > > I saw the pbuffer swrast crash and proposed to disable them via the > 3rd patch that I pushed into my branch for you. > Emil never responded to that proposal directly. In one mail he mentioned > that

Re: [Mesa-dev] [PATCH v2 8/8] egl: add EGL_platform_device support

2019-04-03 Thread Mathias Fröhlich
> What is missing for merging this? I saw the pbuffer swrast crash and proposed to disable them via the 3rd patch that I pushed into my branch for you. Emil never responded to that proposal directly. In one mail he mentioned that he wanted to care for swrast to cope with the pbuffers. So I hoped t

Re: [Mesa-dev] [PATCH v2 8/8] egl: add EGL_platform_device support

2019-04-03 Thread Marek Olšák
What is missing for merging this? Thanks, Marek On Wed, Apr 3, 2019 at 12:30 AM Mathias Fröhlich wrote: > Marek, > > On Tuesday, 2 April 2019 23:07:50 CEST Marek Olšák wrote: > > Do you have a branch with patch 7/8 and 8/8? I'm interested in > > EGL_EXT_platform_device on radeonsi. > > You can

Re: [Mesa-dev] [PATCH v2 8/8] egl: add EGL_platform_device support

2019-04-02 Thread Mathias Fröhlich
Marek, On Tuesday, 2 April 2019 23:07:50 CEST Marek Olšák wrote: > Do you have a branch with patch 7/8 and 8/8? I'm interested in > EGL_EXT_platform_device on radeonsi. You can take a look at the egl-device-4 branch on https://gitlab.freedesktop.org/frohlich/mesa.git I pushed a rebased and slight

Re: [Mesa-dev] [PATCH v2 8/8] egl: add EGL_platform_device support

2019-04-02 Thread Marek Olšák
Do you have a branch with patch 7/8 and 8/8? I'm interested in EGL_EXT_platform_device on radeonsi. Thanks, Marek On Wed, Oct 3, 2018 at 4:36 AM Mathias Fröhlich wrote: > Hi Emil, > > Ok, thanks for picking that up. > > On Tuesday, 2 October 2018 12:23:30 CEST Emil Velikov wrote: > > On Thu, 20

Re: [Mesa-dev] [PATCH v2 8/8] egl: add EGL_platform_device support

2018-10-03 Thread Mathias Fröhlich
Hi Emil, Ok, thanks for picking that up. On Tuesday, 2 October 2018 12:23:30 CEST Emil Velikov wrote: > On Thu, 20 Sep 2018 at 15:13, Mathias Fröhlich > wrote: > > > > > If I replace the above with > > > > EGLint surface_type = 0; > > /* Only advertise pbuffer configs for non

Re: [Mesa-dev] [PATCH v2 8/8] egl: add EGL_platform_device support

2018-10-02 Thread Emil Velikov
On Thu, 20 Sep 2018 at 15:13, Mathias Fröhlich wrote: > > If I replace the above with > > EGLint surface_type = 0; > /* Only advertise pbuffer configs for non swrast devices */ > if (dri2_dpy->image_driver) > surface_type = EGL_PBUFFER_BIT; > > dri2

Re: [Mesa-dev] [PATCH v2 8/8] egl: add EGL_platform_device support

2018-09-20 Thread Mathias Fröhlich
Hi Emil, some comments below: On Tuesday, 4 September 2018 20:33:05 CEST Emil Velikov wrote: > From: Emil Velikov > > This new 'platform' is added by default with no guards. > > It is effectively a copy of the surfaceless one, with updated function > names and brand new probe function. > > Du

[Mesa-dev] [PATCH v2 8/8] egl: add EGL_platform_device support

2018-09-04 Thread Emil Velikov
From: Emil Velikov This new 'platform' is added by default with no guards. It is effectively a copy of the surfaceless one, with updated function names and brand new probe function. Due to the reuse, some of the ifdef HAVE_SURFACELESS_PLATFORM guards have been dropped. A worthy mention are the