Fixing vkCmdDrawIndexedIndirect with index buffer offset for llvmpipe

2023-02-19 Thread lists
Hello everyone, newbie to the Mesa codebase here. I found that in the current main branch the llvmpipe Vulkan driver does not produce correct results for `vkCmdDrawIndexedIndirect` when the preceding call to `vkCmdBindIndexBuffer` passed a non-zero value for `offset`. I poked around in the co

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

2021-01-06 Thread lists
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 having no success with either 19.3.2 (the version distributed with raspbian)

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