Re: [Mesa-dev] [RFC PATCH] clover: add LLVM version to device and platform version

2016-05-22 Thread Vedran Miletic
On 05/22/2016 10:13 PM, Giuseppe Bilotta wrote: On Sun, May 22, 2016 at 1:08 PM, Serge Martin wrote: Mesa or MESA spelling shouldn't be an issue. And that would be coherent with CL_PLATFORM_VENDOR that is returning "Mesa" Excellent. I'll unify the version string suffix

Re: [Mesa-dev] [RFC PATCH] clover: add LLVM version to device and platform version

2016-05-22 Thread Giuseppe Bilotta
On Sun, May 22, 2016 at 1:08 PM, Serge Martin wrote: > > Mesa or MESA spelling shouldn't be an issue. And that would be coherent with > CL_PLATFORM_VENDOR that is returning "Mesa" Excellent. I'll unify the version string suffix to the title-cased version. >> Second

Re: [Mesa-dev] [RFC PATCH] clover: add LLVM version to device and platform version

2016-05-22 Thread Serge Martin
On Tuesday 17 May 2016 22:54:01 Giuseppe Bilotta wrote: > On Sun, May 15, 2016 at 10:54 PM, Giuseppe Bilotta > > wrote: > > On Sun, May 15, 2016 at 9:35 AM, Vedran Miletić wrote: > >> How about also adding Mesa git version, like "OpenGL core

Re: [Mesa-dev] [RFC PATCH] clover: add LLVM version to device and platform version

2016-05-17 Thread Giuseppe Bilotta
On Sun, May 15, 2016 at 10:54 PM, Giuseppe Bilotta wrote: > On Sun, May 15, 2016 at 9:35 AM, Vedran Miletić wrote: > >> How about also adding Mesa git version, like "OpenGL core profile >> version string" has now? > > That's probably a good idea.

Re: [Mesa-dev] [RFC PATCH] clover: add LLVM version to device and platform version

2016-05-15 Thread Giuseppe Bilotta
On Sun, May 15, 2016 at 9:35 AM, Vedran Miletić wrote: > 2016-05-15 3:32 GMT+02:00 Francisco Jerez : >> Giuseppe Bilotta writes: >> >>> Code generation (kernel compilation) may sometimes hit LLVM-specific >>> bugs. Adding the

Re: [Mesa-dev] [RFC PATCH] clover: add LLVM version to device and platform version

2016-05-15 Thread Vedran Miletić
2016-05-15 3:32 GMT+02:00 Francisco Jerez : > Giuseppe Bilotta writes: > >> Code generation (kernel compilation) may sometimes hit LLVM-specific >> bugs. Adding the used LLVM version to the version string may make bug >> triaging easier. >> >>

Re: [Mesa-dev] [RFC PATCH] clover: add LLVM version to device and platform version

2016-05-14 Thread Francisco Jerez
Giuseppe Bilotta writes: > Code generation (kernel compilation) may sometimes hit LLVM-specific > bugs. Adding the used LLVM version to the version string may make bug > triaging easier. > > Signed-off-by: Giuseppe Bilotta Acked-by:

[Mesa-dev] [RFC PATCH] clover: add LLVM version to device and platform version

2016-05-12 Thread Giuseppe Bilotta
Code generation (kernel compilation) may sometimes hit LLVM-specific bugs. Adding the used LLVM version to the version string may make bug triaging easier. Signed-off-by: Giuseppe Bilotta --- configure.ac | 2 +-