Re: [Mesa-dev] mesa git break nvidia opencl

2019-01-14 Thread Jan Vesely
Hi, I don't know what "mesa card" means. You mentioned nvidia GPU, if you want to use nvidia binary drivers, you can't use mesa provided libOpenCL.so. The output you posted looks like you're trying to use mesa to load other ICD drivers, that won't work. This is not a change in git. Unless you have

Re: [Mesa-dev] mesa git break nvidia opencl

2019-01-14 Thread andreas . benzler
Hello Jan, clinfo shows a little bit of opencl info while no "mesa" card is with the machine. That's wrong: flatpak --command=/bin/bash run online.winehub.GPUViewer clinfo Number of platforms 1 Platform Name Clover Platform

Re: [Mesa-dev] mesa git break nvidia opencl

2019-01-12 Thread Jan Vesely
Hi, you're not very specific what 'break' means. Mesa libOpenCL.so does not support loading additional opencl icd drivers. It is, however, possible to use mesa as an icd driver (libMesaOpenCL.so) which can be loaded by an icd loader, such as ocl- icd, or other opencl drivers. Jan On Thu, 2019-0

[Mesa-dev] mesa git break nvidia opencl

2019-01-11 Thread andreas . benzler
Hello Everyone, at this moment I develop on freedesktop opencl. Current the mesa opencl break clinfo to read the information from nvidia when mesa opencl is available. There is no other graphic card plugged in. The stable 18.3.1 it works. Don't know how to analise this kind of problem. Sincere