RE: Initial release of AMD Open Source Driver for Vulkan

2017-12-28 Thread Mao, David
com] Sent: Wednesday, December 27, 2017 3:50 AM To: Mao, David Cc: amd-gfx@lists.freedesktop.org Subject: Re: Initial release of AMD Open Source Driver for Vulkan On 22 December 2017 at 21:03, Mao, David wrote: > We are pleased to announce the initial release of AMD Open Source > D

Re: Initial release of AMD Open Source Driver for Vulkan

2017-12-26 Thread Dave Airlie
On 22 December 2017 at 21:03, Mao, David wrote: > We are pleased to announce the initial release of AMD Open Source Driver for > Vulkan. > > > > The AMD Open Source Driver for Vulkan is an open-source Vulkan driver for > Radeon graphics adapters on Linux. It is built on

Re: Initial release of AMD Open Source Driver for Vulkan

2017-12-22 Thread Mike Lothian
Hi No I'm not using ICC however that section prevents you using Clang, it basically says if not GCC then assumes Intel's compiler Cheers Mike On Fri, 22 Dec 2017, 3:04 pm Mao, David, wrote: > Hi Lothian, > Thanks for testing out out driver! > Officially we recommend you to stick to GCC5 for n

Re: Initial release of AMD Open Source Driver for Vulkan

2017-12-22 Thread Mao, David
Hi Lothian, Thanks for testing out out driver! Officially we recommend you to stick to GCC5 for now, however, we do have a fix for the constexpr issue mentioned below that just didn’t make it to this first release. According to your diff, are you using ICC? Could you let us know the compiler vers

Re: Initial release of AMD Open Source Driver for Vulkan

2017-12-22 Thread Mike Lothian
Congratulations on getting this out the door It didn't compile for me without these changes: In pal: diff --git a/src/util/math.cpp b/src/util/math.cpp index 46e9ede..3af4259 100644 --- a/src/util/math.cpp +++ b/src/util/math.cpp @@ -54,7 +54,7 @@ static uint32 Float32ToFloatN(float f, const NBi

Initial release of AMD Open Source Driver for Vulkan

2017-12-22 Thread Mao, David
We are pleased to announce the initial release of AMD Open Source Driver for Vulkan. The AMD Open Source Driver for Vulkan is an open-source Vulkan driver for Radeon graphics adapters on Linux. It is built on top of AMD's Platform Abstraction Library (PAL), a shared component th