nroberts changed the topic of #videocore to: Raspberry Pi Mesa drivers discussion - Logs http://freenode.irclog.whitequark.org/videocore
jcea has quit [Ping timeout: 240 seconds]
jcea has joined #videocore
Fuchs has joined #videocore
<Fuchs> nroberts: ping :)
abergmeier has joined #videocore
<abergmeier> Compiled v3dv (21 rc5) on 64bit. Vulkaninfo doesn't seem to be able to init an instance, though...
<abergmeier> Is there an option to trace v3dv? Have not yet found it...
<nroberts> Fuchs, pong, hi
<abergmeier> Ok from the code it seems like `V3D_DEBUG=all` should do something
<abergmeier> So it seems that in v3dv, currently detailed error messages are only printed when you are running a `DEBUG` build. IMO it might be better to either add tracing information or the extended error description in `!DEBUG` too. WIthout that getting to the cause of a problem in v3dv will always force people to compile.
<nroberts> abergmeier, the main devs working on v3dv develop it on a 64-bit distro apparently, so it should work
<abergmeier> Yeah it is probably some other problem. I am adding more tracing to the source to find the root cause.