Re: [Mesa-dev] [PATCH 1/2] anv: bail out if using loader interface prior to v3

2017-01-24 Thread Jason Ekstrand
On Tue, Jan 24, 2017 at 8:17 AM, Emil Velikov wrote: > On 24 January 2017 at 15:41, Chad Versace > wrote: > > On Tue 24 Jan 2017, Emil Velikov wrote: > >> From: Emil Velikov > >> > >> Strictly speaking we could add support for v2 and earlier. At the same > >> time, those tend to be buggy and as

Re: [Mesa-dev] [PATCH 1/2] anv: bail out if using loader interface prior to v3

2017-01-24 Thread Emil Velikov
On 24 January 2017 at 15:41, Chad Versace wrote: > On Tue 24 Jan 2017, Emil Velikov wrote: >> From: Emil Velikov >> >> Strictly speaking we could add support for v2 and earlier. At the same >> time, those tend to be buggy and as such there's limited testing done. > > I'm confused by the claim of

Re: [Mesa-dev] [PATCH 1/2] anv: bail out if using loader interface prior to v3

2017-01-24 Thread Chad Versace
On Tue 24 Jan 2017, Emil Velikov wrote: > From: Emil Velikov > > Strictly speaking we could add support for v2 and earlier. At the same > time, those tend to be buggy and as such there's limited testing done. I'm confused by the claim of "limited testing". Before my patch landed that upgraded an

[Mesa-dev] [PATCH 1/2] anv: bail out if using loader interface prior to v3

2017-01-24 Thread Emil Velikov
From: Emil Velikov Strictly speaking we could add support for v2 and earlier. At the same time, those tend to be buggy and as such there's limited testing done. Cc: Jason Ekstrand Cc: Shawn Starr Cc: Chad Versace Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=99446 Signed-off-by: Emil