Re: [Mesa-dev] Can't get self-built Mesa to work on the Raspberry Pi 4

2021-01-07 Thread lists
Hi Iago, Thank you very much, that did it! Lukas On 2021-01-07 08:26, Iago Toral wrote: Hi Lukas, you need: -Dgallium-drivers=v3d,vc4,kmsro Iago On Wed, 2021-01-06 at 12:22 +0100, li...@luckyxxl.de wrote: Hi all, In order to check whether a OpenGL ES driver bug I'm hitting on the Raspbe

Re: [Mesa-dev] Can't get self-built Mesa to work on the Raspberry Pi 4

2021-01-07 Thread Iago Toral
Hi Lukas, you need: -Dgallium-drivers=v3d,vc4,kmsro Iago On Wed, 2021-01-06 at 12:22 +0100, li...@luckyxxl.de wrote: > Hi all, > > In order to check whether a OpenGL ES driver bug I'm hitting on the > Raspberry Pi 4 still appears in the latest Mesa version, I'm trying > to > build Mesa mysel

Re: [Mesa-dev] Can't get self-built Mesa to work on the Raspberry Pi 4

2021-01-06 Thread Eric Anholt
You need to enable kmsro. On Wed, Jan 6, 2021 at 3:31 AM wrote: > > Hi all, > > In order to check whether a OpenGL ES driver bug I'm hitting on the > Raspberry Pi 4 still appears in the latest Mesa version, I'm trying to > build Mesa myself and run my application with that. Unfortunately I'm > ha

Re: [Mesa-dev] Can't get self-built Mesa to work on the Raspberry Pi 4

2021-01-06 Thread Ernst Sjöstrand
LIBGL_DEBUG=verbose could be a good start? Regards //Ernst Den ons 6 jan. 2021 kl 12:31 skrev : > Hi all, > > In order to check whether a OpenGL ES driver bug I'm hitting on the > Raspberry Pi 4 still appears in the latest Mesa version, I'm trying to > build Mesa myself and run my application wi