[Mesa-dev] test Vulkan with radv

2016-11-17 Thread XoD
INFO: [loader] Code 0 : Found manifest file /usr/share/vulkan/explicit_ layer.d/VkLayer_threading.json, version "1.0.0" INFO: [loader] Code 0 : Found manifest file /home/xod/.local/share/vulkan/ implicit_layer.d/steamoverlay_i386.json, version "1.0.0" INFO: [loader] Code 0 : Fou

Re: [Mesa-dev] test Vulkan with radv

2016-11-17 Thread XoD
Sorry, forgot my email. The radeon_icd.json file generated by mesa build are not in the path checked by vulkan loader. Just need to found how add an additional path for the vulkan driver json file. 2016-11-17 20:02 GMT+01:00 XoD : > Hello, I would like do some test with Vulkan, but I have

Re: [Mesa-dev] test Vulkan with radv

2016-11-17 Thread XoD
r will be if the loader doesn't see radv at all. > > Yours sincerely, > Bas Nieuwenhuizen > > On Thu, Nov 17, 2016 at 8:19 PM, XoD wrote: > > Sorry, forgot my email. > > > > The radeon_icd.json file generated by mesa build are not in the path > checked >

[Mesa-dev] mesa failes to build without libvdpau-dev

2011-07-14 Thread XoD
hello, It seems than configure do not check the presence of libvdpau-dev package when vdpau is enable. I had a build failed today because of missing vdpau.h, install libvdpau-dev package fix build error. (I had enable the vdpau build option) Someone can add the check the presence of libvdpau-dev

Re: [Mesa-dev] [PATCH] r600g: Use automake to generate Makefile

2012-04-14 Thread XoD
This patch work good to me. It fixe the build of r600g driver with libdrm compiled in non-standard dir. Thank you Le 13 avril 2012 20:29, Tom Stellard a écrit : > --- > configure.ac |1 + > src/gallium/drivers/r600/Makefile| 17 - > src/galliu